DragonFly kernel List (threaded) for 2007-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: GCC-4 compiler bug
On Wed, Nov 28, 2007 at 05:58:31AM +0000 I heard the voice of
Jeremy Messenger, and lo! it spake thus:
>
> % cc test.c -o test
Note Simon's mail:
> Important to note is that this only happens when compiling with
> optimization (they claim).
% cc -o test test.c
% ./test
X
% cc -O -o test test.c
% ./test
X
% cc -O2 -o test test.c
% ./test
%
gcc version 4.2.1 20070719 [FreeBSD]
--
Matthew Fuller (MF4839) | fullermd@over-yonder.net
Systems/Network Administrator | http://www.over-yonder.net/~fullermd/
On the Internet, nobody can hear you scream.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]