#800: GHC 6.5 enforces "-x c" option in the Cc phase making it impossibble to
compile C++ files with ghc driver
--------------------------------+-------------------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:         
        Type:  bug              |       Status:  new    
    Priority:  normal           |    Milestone:         
   Component:  Compiler         |      Version:  6.5    
    Severity:  normal           |     Keywords:         
          Os:  Unknown          |   Difficulty:  Unknown
Architecture:  Unknown          |  
--------------------------------+-------------------------------------------
GHC 6.4.x enforces "-x c" option ONLY for HCc phase. This makes possible
 to use GHC driver to compile C++ files.

 GHC 6.5 enforces "-x c" option ALSO for Cc phase. Now ANY file compiled
 with  "-x c" option is treated as "c" file, regardless of extension.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/800>
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

Reply via email to