PERFORCE change 30733 for review

Peter Wemm peter at FreeBSD.org
Wed May 7 17:32:15 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=30733

Change 30733 by peter at peter_daintree on 2003/05/07 17:31:36

	I dont know when this started happening, but gcc is now spewing out
	stacks of 'failed to inline call to XXX' after gcc-3.3-20030505.

Affected files ...

.. //depot/projects/hammer/sys/conf/Makefile.amd64#7 edit

Differences ...

==== //depot/projects/hammer/sys/conf/Makefile.amd64#7 (text+ko) ====

@@ -19,7 +19,7 @@
 
 # The FSF cross tools don't understand -fformat-extensions
 CWARNFLAGS=     -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-                -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
+                -Wmissing-prototypes -Wpointer-arith -Wcast-qual \
                 -ffreestanding -Wno-format -Wno-sign-compare
 CC=             x86_64-unknown-freebsd5.0-gcc -D__amd64__
 LD=             x86_64-unknown-freebsd5.0-ld


More information about the p4-projects mailing list