------- Comment #11 from zsojka at seznam dot cz  2009-10-25 12:54 -------
(In reply to comment #8)
> > However, I was testing against original testcase from #1, with crash in:
> > xkbInit.c: In function 'XkbWriteRulesProp':
> > xkbInit.c:231:1: internal compiler error: Segmentation fault
> 
> This is fixed by revision 148718:
> 
> http://gcc.gnu.org/ml/gcc-cvs/2009-06/msg00701.html
> 

I am receiving the same error in r151451, disappears in r151453 (20090905)
(trunk).
gcc 4.4 branch (r153538, 20091025) still has this problem, but needs adding of
-freorder-blocks-and-partition

This error appears only with testcase from #1, testcase #2 crashes only in 4.4
branch.
Testcase #4 crashes also only in 4.4 branch, but without
-freorder-blocks-and-partition

gcc trunk r151451 (20090905), testcase #1
/mnt/svn/gcc-trunk/build/bin/gcc -O2 -ftracer -fsched2-use-superblocks -c
xkbInit.i -fpic -o xkbInit.o -m32 -v

Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++
--prefix=/mnt/svn/gcc-trunk/build/
Thread model: posix
gcc version 4.5.0 20090905 (experimental) (GCC)
COLLECT_GCC_OPTIONS='-O2' '-ftracer' '-fsched2-use-superblocks' '-c' '-fpic'
'-o' 'xkbInit.o' '-m32' '-v' '-mtune=generic'
 /mnt/svn/gcc-trunk/build/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/cc1
-fpreprocessed xkbInit.i -quiet -dumpbase xkbInit.i -m32 -mtune=generic
-auxbase-strip xkbInit.o -O2 -version -ftracer -fsched2-use-superblocks -fpic
-o /tmp/cc2DknNP.s
GNU C (GCC) version 4.5.0 20090905 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20090905 (experimental), GMP version
4.3.1, MPFR version 2.4.1-p5, MPC version 0.7
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C (GCC) version 4.5.0 20090905 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.5.0 20090905 (experimental), GMP version
4.3.1, MPFR version 2.4.1-p5, MPC version 0.7
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 8a1e9afda3419227dd015b7092d5e6db
xkbInit.c: In function 'XkbWriteRulesProp':
xkbInit.c:231:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


gcc 4.4 branch r153536 (20091025), testcase #1
 /mnt/svn/gcc-4_4/build/bin/gcc -O2 -ftracer -fsched2-use-superblocks
-freorder-blocks-and-partition -c xkbInit.i -fpic -o xkbInit.o -m32 -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++
--prefix=/mnt/svn/gcc-4_4/build/
Thread model: posix
gcc version 4.4.3 20091025 (prerelease) (GCC)
COLLECT_GCC_OPTIONS='-O2' '-ftracer' '-fsched2-use-superblocks'
'-freorder-blocks-and-partition' '-c' '-fpic' '-o' 'xkbInit.o' '-m32' '-v'
'-mtune=generic'
 /mnt/svn/gcc-4_4/build/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.4.3/cc1
-fpreprocessed xkbInit.i -quiet -dumpbase xkbInit.i -m32 -mtune=generic
-auxbase-strip xkbInit.o -O2 -version -ftracer -fsched2-use-superblocks
-freorder-blocks-and-partition -fpic -o /tmp/cceIygE0.s
GNU C (GCC) version 4.4.3 20091025 (prerelease) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.4.3 20091025 (prerelease), GMP version
4.3.1, MPFR version 2.4.1-p5.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 1fae2d693de11f22248ae1044a6b14dd
xkbInit.c: In function 'XkbWriteRulesProp':
xkbInit.c:231: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

I hope this info is useful.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41762

Reply via email to