#1609: spurious gcc warnings with non-english language setting
---------------------------------------+------------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:         
        Type:  bug                     |       Status:  new    
    Priority:  low                     |    Milestone:         
   Component:  Compiler                |      Version:  6.6.1  
    Severity:  minor                   |   Resolution:         
    Keywords:                          |   Difficulty:  Unknown
          Os:  Linux                   |     Testcase:         
Architecture:  x86_64 (amd64)          |  
---------------------------------------+------------------------------------
Comment (by [EMAIL PROTECTED]):

 {{{
 > How's the message when you set?
 >
 > export LC_ALL=C
 }}}

 no warning is produced.

 > Maybe attach your file `Test.hs`.

 Any program will produce the warnings, for example

 {{{
 main = putStr "Hello, World!\n"
 }}}

 > (I also don't know where to find the
 > Changeset 13765)

 http://hackage.haskell.org/trac/ghc/changeset/13765

 As I understand the situation, the patch was
 to filter out a warning message that occurs for -O compiled ghc
 code in x64, which could not be disabled via a gcc flag.
 Obviously, grepping for the english message text (if that's what the
 patch does) will not suppress the german message I get

 The real fix for this would be to get the gcc developers to add a flag
 to disable this warning.

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