This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: optimization/3815


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3815&database=gcc

Confirmed with gcc version 3.0.1 20010813
 
Can be reproduced with:
gcc -c -O3 -Wall -c term.i
gcc -c -O1 -frename-registers -Wall -c term.i
 
Does not occur with:
gcc -c -O3 -fno-rename-registers -Wall -c term.i
gcc -c -O1 -Wall -c term.i
 
 
The error does *NOT* occur at all with:
gcc version 3.1 20010811 (experimental)
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]