#2312: object splitting is not done under sparc solaris with gcc-4.2.2
--------------------------+-------------------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: sparc
Os: Solaris |
--------------------------+-------------------------------------------------
Comment (by igloo):
If you look at the `.raw_s` files you can see that gcc 4.2.2 has floated
all the `__stg_split_marker`'s to the top. On other platforms `-fno-unit-
at-a-time` or `-fno-toplevel-reorder` have fixed this; can you find a flag
to fix it for you?
For experimenting, you can compile something with `ghc -v -keep-tmp-files`
and then rerun the `gcc` command that `ghc` runs with different flags.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2312#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs