Rework previous: not a gcc bug after all
authorSimon Marlow <simonmar@microsoft.com>
Thu, 23 Mar 2006 16:12:29 +0000 (16:12 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 23 Mar 2006 16:12:29 +0000 (16:12 +0000)
commitf08c9e5b2196cd8374ef38b4358be4d3822c1465
treea43a024eb1b01e533ce9962fd4c95339c6b5b053
parente8ceccfea9c447b898dae9ff2df4a943bbf62bd8
Rework previous: not a gcc bug after all
It turns out that we were relying on behaviour that is undefined in C,
and undefined behaviour in C means "the compiler can do whatever the
hell it likes with your entire program".  So avoid that.
GHC/Show.lhs
Makefile