[Bug c++/29123] New: accepts typedef as elaborated type specifier in friend declaration

2006-09-18 Thread gcc at pdoerfler dot com
: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29123

[Bug tree-optimization/28029] New: [4.2 regression] missed optimization with -ftree-vectorize

2006-06-14 Thread gcc at pdoerfler dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28029

[Bug tree-optimization/28030] New: missed optimization with -ftree-vectorize and templates

2006-06-14 Thread gcc at pdoerfler dot com
-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28030

[Bug c/27950] New: [4.2 regression] undefined reference when compiling valgrind 3.2.0

2006-06-08 Thread gcc at pdoerfler dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27950

[Bug c/27950] [4.2 regression] undefined reference when compiling valgrind 3.2.0

2006-06-08 Thread gcc at pdoerfler dot com
--- Comment #1 from gcc at pdoerfler dot com 2006-06-08 11:00 --- Created an attachment (id=11633) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11633action=view) preprocessed source Preprocessed source of the file that contains declaration of hacky_auxmaps. Probably

[Bug rtl-optimization/21676] [4.0/4.1/4.2 Regression] Optimizer regression: SciMark sparse matrix benchmark

2006-06-06 Thread gcc at pdoerfler dot com
--- Comment #3 from gcc at pdoerfler dot com 2006-06-06 11:22 --- I get the following with -O3 -march=pentium4 -fomit-frame-pointer on a pentium4 gentoo machine: gcc-3.4.6 gcc-4.0.2 gcc-4.1.1 2.69s 4.14s 3.26s These are all with gentoo's patches. Also, current

[Bug tree-optimization/27742] [4.2 regression] ICE with -ftree-vectorizer-verbose

2006-06-03 Thread gcc at pdoerfler dot com
--- Comment #4 from gcc at pdoerfler dot com 2006-06-03 12:23 --- This does not fail with gcc-4_1-branch, Revision: 114325, BTW. So I'm marking it a 4.2 regression. -- gcc at pdoerfler dot com changed: What|Removed |Added

[Bug other/22313] [4.2 Regression] profiledbootstrap is broken on the mainline

2006-05-29 Thread gcc at pdoerfler dot com
--- Comment #35 from gcc at pdoerfler dot com 2006-05-29 09:39 --- FWIW profiledbootstrap still fails with -march=pentium4 and fortran enabled because of PR26449. Last tested with 20060520. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug tree-optimization/27753] New: ICE in make_ssa_name on autovect-branch

2006-05-24 Thread gcc at pdoerfler dot com
Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27753

[Bug tree-optimization/27753] ICE in make_ssa_name on autovect-branch

2006-05-24 Thread gcc at pdoerfler dot com
--- Comment #1 from gcc at pdoerfler dot com 2006-05-24 11:41 --- This is probably related to or a duplicate of PR26362. Anyways, this is now a C++ testcase instead of fortran. The patch by rth posted in that PR makes the ICE go away. Here is an updated version that applies cleanly

[Bug tree-optimization/27742] New: ICE with -ftree-vectorizer-verbose

2006-05-23 Thread gcc at pdoerfler dot com
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC host triplet: i686-pc-linux-gnu

[Bug tree-optimization/27742] ICE with -ftree-vectorizer-verbose

2006-05-23 Thread gcc at pdoerfler dot com
--- Comment #2 from gcc at pdoerfler dot com 2006-05-23 15:38 --- Created an attachment (id=11501) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11501action=view) gzipped prepocessed source code Please note again that the preprocessed source code does *not* trigger the ICE

[Bug tree-optimization/27659] ICE on autovect-branch

2006-05-22 Thread gcc at pdoerfler dot com
--- Comment #2 from gcc at pdoerfler dot com 2006-05-22 09:27 --- I figured out the reduction. Here is a much smaller testcase: = extern int rows_; extern int cols_; template typename U class secondOrderStatistics

[Bug tree-optimization/27659] New: ICE on autovect-branch

2006-05-18 Thread gcc at pdoerfler dot com
-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at pdoerfler dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27659

[Bug tree-optimization/27659] ICE on autovect-branch

2006-05-18 Thread gcc at pdoerfler dot com
--- Comment #1 from gcc at pdoerfler dot com 2006-05-18 14:56 --- Created an attachment (id=11485) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11485action=view) gziped preprocessed source that produces the ICE gziped because it's too large. Sorry, don't know how to reduce