
#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): {{{ carter Desktop/repoScratcher » clang -E -undef -traditional -o - - #define FOOBAR(a) test(a, # a) FOOBAR(xyz) ^D ^K^C carter Desktop/repoScratcher » clang -E -undef -traditional -o - - 130 ↵ #define FOOBAR(a) test(a, # a) FOOBAR(xyz) # 1 "<stdin>" # 1 "<built-in>" 1 # 1 "<built-in>" 3 # 1 "<command line>" 1 # 1 "<built-in>" 2 # 1 "<stdin>" 2 test(xyz, "xyz") }}} is that the "right output" ? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler