This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[EGCS 2.96, 2000/01/17 snapshot] Internal compiler error in loop_iterations
- To: gcc-bugs at gcc dot gnu dot org
- Subject: [EGCS 2.96, 2000/01/17 snapshot] Internal compiler error in loop_iterations
- From: Marco Goetze <gomar at mindless dot com>
- Date: Tue, 18 Jan 2000 11:57:57 +0100
Compiling part of Mutt 1.1.2i via
gcc -c -O2 query.c
results in:
query.c: In function `query_menu':
query.c:466: Internal compiler error in `loop_iterations', at unroll.c:3709
Please submit a full bug report.
I'm attaching a .tar.gz archive containing both the source file
"query.c" and all header files required. Note: this error didn't occur
with the 2000/01/03 snapshot of EGCS, and using "-O" rather than "-O2"
works too.
OS: Linux 2.3.36
compiler setup: native i586-pc-linux-gnu, configure switches:
--enable-shared --prefix=/usr
glibc version: 2.1.2
bug.tar.gz