[GHC] #9512: T9329 fails test on unregisterised i386
GHC
ghc-devs at haskell.org
Mon Aug 25 09:58:21 UTC 2014
#9512: T9329 fails test on unregisterised i386
-------------------------------------------+---------------------------
Reporter: slyfox | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: T9329 | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-------------------------------------------+---------------------------
Comment (by slyfox):
To crash it on unreg amd64 it's enough to increase the value:
{{{
foo ()
{
- STK_CHK_GEN_N (8); /* panics */
+ STK_CHK_GEN_N (16); /* panics */
return (0);
}
}}}
{{{
/tmp/ghc28946_0/ghc28946_2.hc:10:12:
error: ‘c0_info’ undeclared (first use in this function)
*Sp = (W_)&c0_info;
^
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9512#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list