[Bug target/39780] internal compiler error: Segmentation fault

2009-06-03 Thread eduardo dot m dot costa at gmail dot com
--- Comment #6 from eduardo dot m dot costa at gmail dot com 2009-06-03 16:06 --- Are you using tree-parallelize-loops? I got the same problem, and using "-O2 -fno-tree-parallelize-loops" worked for me... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39780

[Bug target/39780] internal compiler error: Segmentation fault

2009-04-16 Thread kuchen_ at gmx dot de
--- Comment #5 from kuchen_ at gmx dot de 2009-04-16 14:01 --- Thanks for help! (gdb) run Starting program: C:\osdev\kos/..\tools\gcc-4.3.3\i586-elf\bin\cc1.exe -Iinclude -Iinclude/arch/i386 -Ikernel/include -O3 -g -ffreestanding -Wall -o virt.o ker nel/mm/virt.c [New thread 1332.0xd0

[Bug target/39780] internal compiler error: Segmentation fault

2009-04-16 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2009-04-16 13:09 --- (In reply to comment #3) > The backtrace from gcc? How do I get that? (It's not crashing, so it's hard to > find the point from which the backtrace should be generated...) gdb /some/dir/cc1 (gdb) break fancy_abort (gdb) s

[Bug target/39780] internal compiler error: Segmentation fault

2009-04-16 Thread kuchen_ at gmx dot de
--- Comment #3 from kuchen_ at gmx dot de 2009-04-16 12:00 --- The backtrace from gcc? How do I get that? (It's not crashing, so it's hard to find the point from which the backtrace should be generated...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39780

[Bug target/39780] internal compiler error: Segmentation fault

2009-04-16 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2009-04-16 08:35 --- It doesn't fail for me on linux-mingw cross. Can you please provide the backtrace? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39780