#2513: Bad location info for flag warnings
-----------------------+----------------------------------------------------
 Reporter:  Feuerbach  |          Owner:  igloo  
     Type:  bug        |         Status:  new    
 Priority:  normal     |      Milestone:         
Component:  Compiler   |        Version:  6.9    
 Severity:  normal     |     Resolution:         
 Keywords:             |     Difficulty:  Unknown
 Testcase:             |   Architecture:  Unknown
       Os:  Unknown    |  
-----------------------+----------------------------------------------------
Changes (by simonpj):

  * owner:  => igloo
  * difficulty:  => Unknown
  * summary:  -fparr warning should be more clear => Bad location info for
              flag warnings

Comment:

 Good point. I've done the easy bit, to make it say
 {{{
 <no location info>:
     Warning: -fparr is deprecated: Use -XPArr or pragma {-# LANGUAGE
 PArr#-} instead
 }}}
 But it's still wrong that it says "<no location info>".  Better to give
 the file name, or even, I suppose, "<command line flags>".  Ian, you did
 the plumbing here, perhaps you can think about improving this?

 I'll retitle it

 Simon

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