Ticket #2012 (closed bug: wontfix)

Opened 4 years ago

Last modified 20 months ago

compiling via-C does not work on ppc

Reported by: maeder Owned by:
Priority: lowest Milestone: 6.12.3
Component: Compiler Version: 6.8.2
Keywords: Cc:
Operating System: MacOS X Architecture: powerpc
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

building ghc-6.8.2 on ppc Mac OS X 10.4 (Tiger) with "SRC_HC_OPTS += -fvia-C" (see #1845) yields:

../compiler/ghc-inplace -H16m -O -fvia-C -keep-tmp-files -optc-O2 -package-name rts -static -I../gmp/gmpbuild -I. -#include HCIncludes.h -dcmm-lint     -c Apply.cmm -o Apply.o
/tmp/ghc24131_0/ghc24131_0.s:unknown:Undefined local symbol L___DISCARD__$stub
make[1]: *** [Apply.o] Error 1
make: *** [stage1] Error 1

Attachments

ghc24131_0.s Download (6.9 KB) - added by maeder 4 years ago.
kept temp file

Change History

Changed 4 years ago by maeder

kept temp file

Changed 4 years ago by igloo

  • milestone set to 6.8.3

Changed 4 years ago by igloo

  • priority changed from normal to low

We are unlikely to get to this for 6.8.3.

Changed 4 years ago by igloo

  • priority changed from low to normal
  • milestone changed from 6.8.3 to 6.10.1

Changed 3 years ago by igloo

  • milestone changed from 6.10.1 to 6.12 branch

I don't think we're likely to fix this before -fvia-C is removed in 6.12. The workaround is just to use -fasm, of course.

Changed 3 years ago by igloo

  • priority changed from normal to lowest

Changed 22 months ago by igloo

  • milestone changed from 6.12 branch to 6.12.3

Changed 20 months ago by igloo

  • status changed from new to closed
  • failure set to None/Unknown
  • resolution set to wontfix

-fvia-C is now deprecated, and OS X PPC is not a tier 1 platform, so I'm closing this ticket.

Note: See TracTickets for help on using tickets.