Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,262
Issues
4,262
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
404
Merge Requests
404
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5f18e9e0
Commit
5f18e9e0
authored
Aug 14, 2013
by
thoughtpolice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a failing test, see
#7574
.
Signed-off-by:
Austin Seipp
<
aseipp@pobox.com
>
parent
0ced36ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
testsuite/tests/codeGen/should_compile/T7574.cmm
testsuite/tests/codeGen/should_compile/T7574.cmm
+11
-0
testsuite/tests/codeGen/should_compile/all.T
testsuite/tests/codeGen/should_compile/all.T
+1
-0
No files found.
testsuite/tests/codeGen/should_compile/T7574.cmm
0 → 100644
View file @
5f18e9e0
#include
"
Cmm.h
"
testLiteralBranch
(
W_
dst
,
W_
src
)
{
if
(
1
)
{
prim
%memcpy
(
dst
,
src
,
1024
,
4
);
}
else
{
prim
%memcpy
(
dst
,
src
,
512
,
8
);
}
return
();
}
testsuite/tests/codeGen/should_compile/all.T
View file @
5f18e9e0
...
...
@@ -20,3 +20,4 @@ test('massive_array',
[
when
(
arch
('
i386
'),
omit_ways
(['
llvm
',
'
optllvm
']))
],
compile
,
['
-fPIC
'])
test
('
T7237
',
normal
,
compile
,
[''])
test
('
T7574
',
[
cmm_src
,
expect_broken
(
7574
),
omit_ways
(['
llvm
',
'
optllvm
'])],
compile
,
[''])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment