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: gcc 2.95.2 19991024 (release) bug on FreeBSD4.0 (making world)



  In message <38E27511.718DFA1B@cybercable.fr>you write:
  > Note : the compile is fine without -funroll-loops
  > 
  > multi% gcc -v --save-temps -O -pipe -march=pentiumpro -Wall 
  > -funroll-loops -fschedule-insns2 -DLIBC_RCS -DSYSLIBC_RCS 
  > -I/files3/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 
  > -DPOSIX_MISTAKE -I/files3/src/lib/libc/../libc/locale 
  > -DBROKEN_DES -DYP -I/usr/obj/files3/src/i386/usr/include 
  > -c uname.c  -o uname.o
  > GNU C version 2.95.2 19991024 (release) (i386-unknown-freebsd) 
  > compiled by GNU C version 2.95.2 19991024 (release).
  > uname.c: In function `uname':
  > uname.c:125: Internal compiler error in `loop_iterations', 
  > at unroll.c:3689
  > Please submit a full bug report.
  > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
This bug was fixed in the development sources a couple months ago.  If
we make a gcc-2.95.3 release, it will include the fix for this problem.

I have also added a testcase for this problem to the regression testsuite.
jeff


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