Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
225af9b2
Commit
225af9b2
authored
May 19, 2011
by
dimitris
Browse files
Adding -fcontext-stack flag option to SlowComp. Compiles in under
a second now (fixes
#5030
) but needs large context stack.
parent
34480fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
View file @
225af9b2
...
...
@@ -174,4 +174,4 @@ test('T4981-V3', normal, compile, [''])
test
('
T5002
',
normal
,
compile
,
[''])
test
('
PushedInAsGivens
',
normal
,
compile
,
[''])
test
('
SlowComp
',
normal
,
compile
,
[''])
\ No newline at end of file
test
('
SlowComp
',
normal
,
compile
,
['
-fcontext-stack=300
'])
\ No newline at end of file
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