This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/16812] When compiling ghc, memory goes full, and then gcc gives an internel error
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Aug 2004 02:29:10 -0000
- Subject: [Bug rtl-optimization/16812] When compiling ghc, memory goes full, and then gcc gives an internel error
- References: <20040728222819.16812.rondebruijn@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-08-15 02:29 -------
Ron,
there is an option that tells GHC to keep the intermediate C file: --keep-hc-
files. With this option, you should find on your directory a file called
Language/Haskell/Syntax.hc, which is the C source code that GCC compiles.
We need that file to analyze the problem.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16812