PERFORCE change 125350 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Aug 19 09:41:59 PDT 2007


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

Change 125350 by gonzo at gonzo_jeeves on 2007/08/19 16:41:07

	o -O2 generates definitly broken code: accessing constant string 
	    by address out of .rodata section range, -O1 breaks ld as well, 
	    though I haven't spent much time investingating this issue.
	    PR/bugreports will follow.

Affected files ...

.. //depot/projects/mips2/src/share/mk/sys.mk#5 edit

Differences ...

==== //depot/projects/mips2/src/share/mk/sys.mk#5 (text+ko) ====

@@ -35,7 +35,7 @@
 CFLAGS		?=	-O
 .else
 CC		?=	cc
-CFLAGS		?=	-O2 -fno-strict-aliasing -pipe
+CFLAGS		?=	-fno-strict-aliasing -pipe
 .endif
 
 CXX		?=	c++


More information about the p4-projects mailing list