Hammer on snapshot cd's

Matthew Dillon dillon at apollo.backplane.com
Tue Jul 15 18:31:10 PDT 2008


:>     cc -Wall x.c -c -O2
:>     x.c: In function 'fubar2':
:>     x.c:16: warning: 'error' is used uninitialized in this function
:> 
:>     (edit so *valuep is set to 0)
:> 
:>     cc -Wall x.c -c -O2
:>     (no warning reported)
:
:So you need to go -O2?  -O alone doesn't work?  Maybe we should -O2 
:after the release then :)
:
:cheers
:   simon

    No, we will always stick to -O.  GCC is a moving target too, even if
    -O2 works now there is a high chance it will break something in future
    GCC rolls.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Users mailing list