[Bug middle-end/30864] [4.3 Regression] ice for legal code with -O2

2007-03-19 Thread wouter dot vermaelen at pi dot be
--- Comment #5 from wouter dot vermaelen at pi dot be 2007-03-19 10:55 --- I hit the same problem. My testcase is slightly shorter, but i'm not sure it's also actually simpler. Requires -O -finline-functions > cat bug.ii struct S { S(); ~S() {}

[Bug c++/31260] New: ICE: segmentation fault on invalid code

2007-03-19 Thread wouter dot vermaelen at pi dot be
lt on invalid code Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gc

[Bug c++/31183] New: ICE in int_cst_value, at tree.c:7684 with -O3 -ftree-loop-linear

2007-03-15 Thread wouter dot vermaelen at pi dot be
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31183

[Bug c++/31145] New: ICE: in cse_find_path, at cse.c:5930 with -O3 -ftracer

2007-03-12 Thread wouter dot vermaelen at pi dot be
with -O3 - ftracer Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http

[Bug rtl-optimization/31102] ICE with -O2 -ftracer

2007-03-10 Thread wouter dot vermaelen at pi dot be
--- Comment #4 from wouter dot vermaelen at pi dot be 2007-03-10 13:51 --- I originally triggered this bug in SVN revision 122749. In revision 122793 I can't reproduce it anymore. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31102

[Bug rtl-optimization/31102] ICE with -O2 -ftracer

2007-03-09 Thread wouter dot vermaelen at pi dot be
--- Comment #2 from wouter dot vermaelen at pi dot be 2007-03-10 07:40 --- > g++ -O2 -ftracer -v bug.cc Using built-in specs. Target: i486-linux-gnu Configured with: ../configure -v --enable-languages=c,c++ --prefix=/home/wouter/gcc/local --enable-shared --with-system-zlib --ena

[Bug c++/31102] New: ICE with -O2 -ftracer

2007-03-09 Thread wouter dot vermaelen at pi dot be
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31102

[Bug c/30757] New: ICE with -march=athlon-xp -mfpmath=sse

2007-02-10 Thread wouter dot vermaelen at pi dot be
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30757

[Bug c++/30309] New: ICE with g++ -fipa-pta and malloc(?)

2006-12-27 Thread wouter dot vermaelen at pi dot be
nt: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30309

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-11-30 Thread wouter dot vermaelen at pi dot be
--- Comment #8 from wouter dot vermaelen at pi dot be 2006-11-30 15:40 --- I'm not sure this is the same problem, but on todays build even an empty file in c++ mode triggers an ICE: > touch empty.c > gcc -fipa-pta empty.c [this works as expected] > touch empty.cpp &

[Bug c++/29330] New: -O -ftree-loop-linear --> virtual memory exhausted

2006-10-03 Thread wouter dot vermaelen at pi dot be
ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29330

[Bug tree-optimization/14495] [tree-ssa] Propagate range info into a switch statement

2006-04-20 Thread wouter dot vermaelen at pi dot be
--- Comment #5 from wouter dot vermaelen at pi dot be 2006-04-20 10:58 --- I think something similar happens for the following code. int f(int a) { switch (a & 7) { case 0: return 2; case 1: return 3; case 2: return 5; case 3: return 7; ca

[Bug c++/25945] New: ICE Segmentation fault with -fmudflap

2006-01-24 Thread wouter dot vermaelen at pi dot be
d. -- Summary: ICE Segmentation fault with -fmudflap Product: gcc Version: 4.0.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter

[Bug c++/25857] New: ICE in coalesce_abnormal_edges, at tree-outof-ssa.c:621

2006-01-19 Thread wouter dot vermaelen at pi dot be
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25857

[Bug c++/25856] New: ICE segmentation fault on invalid code

2006-01-19 Thread wouter dot vermaelen at pi dot be
minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25856

[Bug c++/24782] New: wrongly accepted nested private typedef

2005-11-10 Thread wouter dot vermaelen at pi dot be
-- Summary: wrongly accepted nested private typedef Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at pi