Re: GCC-4 compiler bug

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew D. Fuller
Date: Wednesday, November 28, 2007 - 6:57 pm

On Wed, Nov 28, 2007 at 05:58:31AM +0000 I heard the voice of
Jeremy Messenger, and lo! it spake thus:

Note Simon's mail:



% 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.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: GCC-4 compiler bug, Jeremy Messenger, (Tue Nov 27, 10:58 pm)
Re: GCC-4 compiler bug, Matthew D. Fuller, (Wed Nov 28, 6:57 pm)
Re: GCC-4 compiler bug, Simon 'corecode' Sch ..., (Thu Nov 29, 2:34 am)