simonmar 2000/12/12 04:10:09 PST
Modified files:
ghc/compiler/main DriverUtil.hs Main.hs
Log:
Treat an unhandled exception in the same way as a panic (i.e. the
`impossible' happened), to make it clear that these really are
compiler bugs.
Revision Changes Path
1.14 +4 -1 fptools/ghc/compiler/main/DriverUtil.hs
1.37 +4 -1 fptools/ghc/compiler/main/Main.hs