Quantcast

[GHC] #7075: GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C code

classic Classic list List threaded Threaded
2 messages Options
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[GHC] #7075: GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C code

GHC
#7075: GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C
code
---------------------------------------+------------------------------------
 Reporter:  garlicbone                 |          Owner:                  
     Type:  bug                        |         Status:  new              
 Priority:  normal                     |      Component:  Compiler        
  Version:  7.4.1                      |       Keywords:  C code generation
       Os:  MacOS X                    |   Architecture:  x86              
  Failure:  GHC rejects valid program  |       Testcase:                  
Blockedby:                             |       Blocking:                  
  Related:                             |  
---------------------------------------+------------------------------------
 I run this command:
 ghc -C s4.hs

 And receive the next message

 addFlag by -C on the commandline:
     Warning: The -fvia-C flag does nothing; it will be removed in a future
 GHC release
 ghc: panic! (the 'impossible' happened)
   (GHC version 7.4.1 for i386-apple-darwin):
         pipeLoop: at phase As but I wanted to stop at phase HCc

 This is the content of s4.hs

 import System.Environment

 -- | 'main' runs the main program
 main :: IO ()
 main = getArgs >>= print . haqify . head

 haqify s = "Haq! " ++ s

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7075>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [GHC] #7075: GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C code

GHC
#7075: GHC 7.4.1 Mac OSX 32 bit gets panic on compilation of Haskell code to C
code
----------------------------------------+-----------------------------------
  Reporter:  garlicbone                 |          Owner:                  
      Type:  bug                        |         Status:  closed          
  Priority:  normal                     |      Milestone:                  
 Component:  Compiler                   |        Version:  7.4.1            
Resolution:  fixed                      |       Keywords:  C code generation
        Os:  MacOS X                    |   Architecture:  x86              
   Failure:  GHC rejects valid program  |     Difficulty:  Unknown          
  Testcase:                             |      Blockedby:                  
  Blocking:                             |        Related:                  
----------------------------------------+-----------------------------------
Changes (by simonmar):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed


Comment:

 This has been fixed already:

 {{{
 on the commandline: Warning:
     Compiler not unregisterised, so ignoring -C
 }}}

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7075#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
Loading...