On Sun, Jul 22, 2007 at 02:35:14AM -0400, Peter Tanski wrote:
> 
> I am using the file:
> gcc-core-3.4.5-20060117-1.tar.gz
> from the Mingw download page on SourceForge, at <http:// 
> sourceforge.net/project/showfiles.php?group_id=2435>.

I get the same behaviour with this gcc as I got with the other two
gcc's (except the error with -u is different):

$ ~/wibble/bin/gcc -E -undef -P -x c q.pp
 #include "HsVersions.h"

$ ~/wibble/bin/gcc -E -traditional -undef -P -x c q.pp
#include "HsVersions.h"

$ ~/wibble/bin/gcc -E -u -P q.pp
gcc.exe: q.pp: linker input file unused because linking not done

$ ~/wibble/bin/gcc --version    
gcc.exe (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Thanks
Ian

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to