This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Third prerelease of gcc-2.95.3 available
- To: Bernd Schmidt <bernds at cambridge dot redhat dot com>
- Subject: Re: Third prerelease of gcc-2.95.3 available
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 26 Jan 2001 13:11:50 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> Bernd Schmidt writes:
Bernd> Does this patch fix your problems?
It fixes the 990801-1.c failure, but still crashes the compiler on
execute/920721-4.c
The crash is a segfault at:
#0 0x10050c24 in update_eliminables (pset=0x2ff219e0)
at /usr/gnu/src/gcc-2.95/gcc/reload1.c:3715
#1 0x1004ae68 in reload (first=0x20071f74, global=1, dumpfile=0x0)
at /usr/gnu/src/gcc-2.95/gcc/reload1.c:975
#2 0x101d1e50 in global_alloc (file=0x0)
at /usr/gnu/src/gcc-2.95/gcc/global.c:582
#3 0x100058a8 in rest_of_compilation (decl=0x20071848)
at /usr/gnu/src/gcc-2.95/gcc/toplev.c:4193
#4 0x1003020c in finish_function (nested=1)
at /usr/gnu/src/gcc-2.95/gcc/c-decl.c:7270
#5 0x101a7954 in yyparse () at c-parse.y:981
#6 0x10003a5c in compile_file (name=0x2ff22882 "920721-4.c")
at /usr/gnu/src/gcc-2.95/gcc/toplev.c:3266
#7 0x10007728 in main (argc=3, argv=0x2ff22750)
at /usr/gnu/src/gcc-2.95/gcc/toplev.c:5450
#8 0x10000204 in __start ()
I will try rebuilding some more to make sure that this was not a
miscompilation of the compiler.
David