[Bug fortran/46262] [4.6 Regression] [OOP] tree check: expected function_type or method_type, have pointer_type

2010-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46262 janus at gcc dot gnu.org changed: What|Removed |Added CC||pault at gcc dot gnu.org ---

[Bug tree-optimization/46213] [4.6 Regression] gfortran.dg/aliasing_array_result_1.f90 ICE: in vectorizable_reduction, at tree-vect-loop.c:4046 with custom compiler flags

2010-11-02 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46213 Ira Rosen irar at il dot ibm.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug gcov-profile/46266] New: gcov generates data for non-existing file built-in

2010-11-02 Thread oberpar at linux dot vnet.ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46266 Summary: gcov generates data for non-existing file built-in Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/46134] constexpr vs. defaulted ctor

2010-11-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46134 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2010-11-02 09:48:13 UTC --- the adjusted static assertion in unique_ptr is wrong, it will now reject any pointer deleters - it should only assert when no initializer is given for a

[Bug c++/46134] constexpr vs. defaulted ctor

2010-11-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46134 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2010-11-02 09:58:26 UTC --- I was recently playing with the following trick to remove the static_assert from the body of the constexpr constructors: struct _Undefined; typedef typename

[Bug rtl-optimization/46265] Missing ifcvt

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46265 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/46230] several vectorization tests XPASS on SPARC

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46230 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |ASSIGNED

[Bug libfortran/46267] New: strerror() is not necessarily thread-safe

2010-11-02 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267 Summary: strerror() is not necessarily thread-safe Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libfortran AssignedTo:

[Bug tree-optimization/46229] gcc.dg/vect/vect-peel-?.c issues on SPARC

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46229 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/46230] several vectorization tests XPASS on SPARC

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46230 --- Comment #3 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-11-02 11:18:31 UTC --- *** Bug 46229 has been marked as a duplicate of this bug. ***

[Bug other/46268] New: gengtype warning when GTY(()) markers have no effect

2010-11-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46268 Summary: gengtype warning when GTY(()) markers have no effect Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug middle-end/35877] difference between result in optimized and normal executable

2010-11-02 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35877 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/46195] r165965 regresses i386 darwin

2010-11-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 --- Comment #26 from H.J. Lu hjl.tools at gmail dot com 2010-11-02 12:04:27 UTC --- (In reply to comment #25) Hi HJ, I'm getting a ton of failures caused by this same warning message at r166110 on i686-pc-cygwin: Should I reopen this bug

[Bug tree-optimization/45902] CPU2006 benchmark sphinx3 fails with vectorization

2010-11-02 Thread irar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45902 --- Comment #12 from irar at gcc dot gnu.org 2010-11-02 12:13:01 UTC --- Author: irar Date: Tue Nov 2 12:12:56 2010 New Revision: 166175 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166175 Log: PR tree-optimization/45902 *

[Bug tree-optimization/45902] CPU2006 benchmark sphinx3 fails with vectorization

2010-11-02 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45902 Ira Rosen irar at il dot ibm.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/46134] constexpr vs. defaulted ctor

2010-11-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46134 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2010-11-02 12:33:17 UTC --- (In reply to comment #5) constexpr unique_ptr() : _M_t(pointer(), __uninitialized_deleter()) { } IIUC since that tuple constructor is not constexpr, that

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug libfortran/46267] strerror() is not necessarily thread-safe

2010-11-02 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[Bug c++/45606] [4.5/4.6 Regression] match a method prototyped a typedef alias with the original type (using stdlib)

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45606 --- Comment #5 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 12:44:23 UTC --- Author: dodji Date: Tue Nov 2 12:44:19 2010 New Revision: 166179 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166179 Log: Restore canonical type

[Bug tree-optimization/46130] [4.6 Regression] ICE: SIGSEGV in walk_stmt_load_store_addr_ops (gimple.c:4894) with -O2 -fno-tree-dce

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46130 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added AssignedTo|rguenth at gcc dot gnu.org |hubicka at

[Bug fortran/45629] libgfortran/io/list_read.c:1872:10: warning: variable 'elem' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]

2010-11-02 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45629 --- Comment #6 from Janne Blomqvist jb at gcc dot gnu.org 2010-11-02 12:56:44 UTC --- Author: jb Date: Tue Nov 2 12:56:38 2010 New Revision: 166180 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166180 Log: PR 45629 Remove usage of

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #11 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 12:58:51 UTC --- Author: dodji Date: Tue Nov 2 12:58:48 2010 New Revision: 166181 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166181 Log: Fix PR c++/46170,

[Bug c++/46162] Invalid SFINAE with static member function/variable

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46162 --- Comment #3 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 12:58:51 UTC --- Author: dodji Date: Tue Nov 2 12:58:48 2010 New Revision: 166181 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166181 Log: Fix PR c++/46170, c++/46162

[Bug debug/46255] [4.6 Regression] -fcompare-debug failure with -fprofile-generate

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46255 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org 2010-11-02 13:00:43 UTC --- Author: jakub Date: Tue Nov 2 13:00:39 2010 New Revision: 166182 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166182 Log: PR debug/46255 *

[Bug c++/45606] [4.5/4.6 Regression] match a method prototyped a typedef alias with the original type (using stdlib)

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45606 --- Comment #6 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:04:30 UTC --- This is fixed in 4.6. For 4.5, I think committing this as is is far too risky so I'd wait to see how solid it is for 4.6 and see if I can safely backport

[Bug libfortran/46267] strerror() is not necessarily thread-safe

2010-11-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2010-11-02 13:06:22 UTC --- (In reply to comment #1) Can we simply define _GNU_SOURCE to get strerror_r and then just use it? What about non-glibc systems?

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 --- Comment #3 from Ira Rosen irar at il dot ibm.com 2010-11-02 13:11:48 UTC --- The vectorizer assumes that DCE will be applied after it, and not only in this case. I don't see why someone would want to use this combination of flags

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2010-11-02 13:18:57 UTC --- Ah, if this is in dead code created by vectorizer that really shouldn't be ever expanded, then either we need to arrange for DCE to be performed after

[Bug libfortran/46267] strerror() is not necessarily thread-safe

2010-11-02 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267 --- Comment #3 from Janne Blomqvist jb at gcc dot gnu.org 2010-11-02 13:20:48 UTC --- Well, if we want to use strerror_r() we'd have to either first undef _GNU_SOURCE before we include string.h so that we get the POSIX version (but, might this

[Bug tree-optimization/46149] [4.6 Regression] 26_numerics/valarray/27867.cc FAILs with -O2 -fno-tree-sra

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46149 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 13:25:12 UTC --- I have a patch.

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 --- Comment #5 from Ira Rosen irar at il dot ibm.com 2010-11-02 13:28:14 UTC --- (In reply to comment #4) Ah, if this is in dead code created by vectorizer that really shouldn't be ever expanded, Yes, in this case it's dead code created by

[Bug c++/46269] New: [trans-mem] internal compiler error in expand_block_tm of trans-mem.c

2010-11-02 Thread vincent.gramoli at epfl dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46269 Summary: [trans-mem] internal compiler error in expand_block_tm of trans-mem.c Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #13 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:35:33 UTC --- Created attachment 4 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=4 4_5-patch-0: First patch for 4.5 branch

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #14 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:36:36 UTC --- Created attachment 5 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=5 4_5-patch-1: Second patch for 4.5 branch

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #15 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:37:38 UTC --- Created attachment 6 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=6 4_4-patch-0: First patch for 4.4 branch

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #16 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:38:15 UTC --- Created attachment 7 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=7 4_4-patch-1: Second patch for 4.4 branch

[Bug tree-optimization/46177] [4.5/4.6 Regression] ICE: in prop_phis, at tree-loop-distribution.c:327 with -fno-tree-copy-prop -ftree-loop-distribution

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 13:38:21 UTC --- I have a patch.

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #17 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 13:38:55 UTC --- Created attachment 8 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=8 4_4-patch-2: Third patch for 4.4 branch

[Bug libfortran/46267] strerror() is not necessarily thread-safe

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug ada/45568] [4.6 Regression] stack overflow (or erroneous memory access) building gnattools

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45568 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug bootstrap/46086] fail to build gcc 4.5.2 on sparc64-portbld-freebsd9.0 - configure: error: cannot compute suffix of object files: cannot compile

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46086 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/46165] [4.3/4.4/4.5/4.6 Regression] ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46165 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/46183] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:396 with -O -fno-dse -fgcse -ftree-pre

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46183 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug ada/45568] [4.6 Regression] stack overflow (or erroneous memory access) building gnattools

2010-11-02 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45568 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #18 from Dodji Seketeli dodji at gcc dot gnu.org 2010-11-02 14:19:04 UTC --- fang at csl dot cornell.edu gcc-bugzi...@gcc.gnu.org writes: Meanwhile, I've been trying to find some source workaround for my example until this is

[Bug tree-optimization/46184] [4.6 Regression] ICE: SIGSEGV in vectorizable_reduction (tree-vect-loop.c:4067) with -O -ftree-vectorize -fno-tree-copy-prop -fno-tree-dce

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46184 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 14:24:25 UTC --- I have a patch.

[Bug c++/46270] New: [trans-mem] internal compiler error: verify_stmts failed

2010-11-02 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46270 Summary: [trans-mem] internal compiler error: verify_stmts failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug testsuite/46249] gcc.dg/tree-ssa/ssa-ccp-32.c: dubious test

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46249 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 14:35:00 UTC --- Author: rguenth Date: Tue Nov 2 14:34:53 2010 New Revision: 166183 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166183 Log: 2010-11-02 Richard

[Bug testsuite/46249] gcc.dg/tree-ssa/ssa-ccp-32.c: dubious test

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46249 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/46183] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:396 with -O -fno-dse -fgcse -ftree-pre

2010-11-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46183 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/44606] Wrong SPE floating point during computation

2010-11-02 Thread dvdkhlng at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 --- Comment #10 from David Kühling dvdkhlng at gmx dot de 2010-11-02 14:39:12 UTC --- I can reproduce this bug with gcc-4_4-branch SVN HEAD, compiling gcc in cross-compile mode and running the resulting executable with qemu-ppc. Instructions to

[Bug tree-optimization/46183] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:396 with -O -fno-dse -fgcse -ftree-pre

2010-11-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46183 --- Comment #5 from Steven Bosscher steven at gcc dot gnu.org 2010-11-02 14:48:28 UTC --- For the record: Program received signal SIGSEGV, Segmentation fault. 0x0057f64c in flow_loops_find (loops=0x772516e0) at

[Bug tree-optimization/46183] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:396 with -O -fno-dse -fgcse -ftree-pre

2010-11-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46183 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug tree-optimization/45875] [4.6 Regression] ice in gimple_fold_obj_type_ref_known_binfo with -O2

2010-11-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45875 --- Comment #17 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-02 15:06:28 UTC --- Author: jamborm Date: Tue Nov 2 15:06:21 2010 New Revision: 166190 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166190 Log: 2010-11-02 Martin

[Bug debug/40462] [4.5 regression] ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2773 while compiling mlib-tgt.adb

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40462 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Target|sparc-rtems4.10

[Bug tree-optimization/46216] [4.6 Regression] ICE: SSA corruption

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46216 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 15:11:16 UTC --- Reduced testcase: typedef int Embryo_Cell; int embryo_program_run(Embryo_Cell *cip) { unsigned char op; Embryo_Cell offs; static const void

[Bug tree-optimization/46190] [4.6 Regression] ICE in vect_enhance_data_refs_alignment when building fma3d

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46190 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING ---

[Bug tree-optimization/46172] [4.3/4.4/4.5/4.6 Regression] ICE: in expand_widen_pattern_expr, at optabs.c:522 with -ftree-vectorize -fno-tree-dce

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46172 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/46255] [4.6 Regression] -fcompare-debug failure with -fprofile-generate

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46255 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C

2010-11-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46120 --- Comment #6 from Martin Jambor jamborm at gcc dot gnu.org 2010-11-02 15:22:55 UTC --- Author: jamborm Date: Tue Nov 2 15:22:52 2010 New Revision: 166192 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166192 Log: 2010-11-02 Martin

[Bug tree-optimization/45875] [4.6 Regression] ice in gimple_fold_obj_type_ref_known_binfo with -O2

2010-11-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45875 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug middle-end/46120] [4.6 regression] g++.dg/ipa/ivinline-?.C

2010-11-02 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46120 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/46177] [4.5/4.6 Regression] ICE: in prop_phis, at tree-loop-distribution.c:327 with -fno-tree-copy-prop -ftree-loop-distribution

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 15:45:31 UTC --- Author: rguenth Date: Tue Nov 2 15:45:26 2010 New Revision: 166193 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166193 Log: 2010-11-02 Richard

[Bug tree-optimization/46184] [4.6 Regression] ICE: SIGSEGV in vectorizable_reduction (tree-vect-loop.c:4067) with -O -ftree-vectorize -fno-tree-copy-prop -fno-tree-dce

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46184 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 15:46:50 UTC --- Author: rguenth Date: Tue Nov 2 15:46:46 2010 New Revision: 166194 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166194 Log: 2010-11-02 Richard

[Bug tree-optimization/46184] [4.6 Regression] ICE: SIGSEGV in vectorizable_reduction (tree-vect-loop.c:4067) with -O -ftree-vectorize -fno-tree-copy-prop -fno-tree-dce

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46184 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/46177] [4.5 Regression] ICE: in prop_phis, at tree-loop-distribution.c:327 with -fno-tree-copy-prop -ftree-loop-distribution

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Known to work||4.6.0

[Bug tree-optimization/46183] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:396 with -O -fno-dse -fgcse -ftree-pre

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46183 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug target/46131] Some TLS execution tests fail on Tru64 UNIX with emutls

2010-11-02 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46131 --- Comment #7 from Rainer Orth ro at gcc dot gnu.org 2010-11-02 16:07:11 UTC --- Author: ro Date: Tue Nov 2 16:07:04 2010 New Revision: 166198 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166198 Log: PR target/46131 *

[Bug tree-optimization/46217] [4.6 Regression] store to volatile is removed

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46217 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 16:08:19 UTC --- I have a patch.

[Bug target/46131] Some TLS execution tests fail on Tru64 UNIX with emutls

2010-11-02 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46131 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0 --- Comment #8

[Bug target/45693] [4.6 regression] All Tru64 UNIX C++ EH tests fail

2010-11-02 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45693 --- Comment #10 from Rainer Orth ro at gcc dot gnu.org 2010-11-02 16:16:30 UTC --- Author: ro Date: Tue Nov 2 16:16:22 2010 New Revision: 166199 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166199 Log: PR target/45693 *

[Bug tree-optimization/46107] [4.6 Regression] -ftree-loop-distribute-patterns caused verify_loop_structure problem

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46107 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/45693] [4.6 regression] All Tru64 UNIX C++ EH tests fail

2010-11-02 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45693 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/46131] Some TLS execution tests fail on Tru64 UNIX with emutls

2010-11-02 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46131 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/46251] ICE: in expand_expr_real_2, at expr.c:7276 with -funsafe-math-optimizations -mbionic and __builtin_sincosl()

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46251 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 16:24:12 UTC --- I have a patch.

[Bug tree-optimization/46107] [4.6 Regression] -ftree-loop-distribute-patterns caused verify_loop_structure problem

2010-11-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46107 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org 2010-11-02 16:32:24 UTC --- verify_loop_structure () passes before loop unswitching, but doesn't pass after it.

[Bug debug/46241] ice in dwarf2out.c

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46241 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 16:33:48 UTC --- Reduced testcase: class btIDebugDraw; class btCollisionWorld { virtual btIDebugDraw* getDebugDrawer() { }; static void rayTestSingle(); }; class

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #19 from Jason Merrill jason at gcc dot gnu.org 2010-11-02 16:36:01 UTC --- I think we can avoid the extra patch for 4.4 by just removing the code that changes c_inhibit_evaluation_warnings; let's do that.

[Bug c++/45908] [C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4114

2010-11-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45908 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/46271] New: OpenMP default(none) and procedure pointers

2010-11-02 Thread mrestelli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271 Summary: OpenMP default(none) and procedure pointers Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

[Bug tree-optimization/46216] [4.6 Regression] ICE: SSA corruption

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46216 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 16:58:47 UTC --- Author: rguenth Date: Tue Nov 2 16:58:40 2010 New Revision: 166203 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166203 Log: 2010-11-02 Richard

[Bug tree-optimization/46149] [4.6 Regression] 26_numerics/valarray/27867.cc FAILs with -O2 -fno-tree-sra

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46149 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2010-11-02 17:00:16 UTC --- Author: rguenth Date: Tue Nov 2 17:00:09 2010 New Revision: 166204 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166204 Log: 2010-11-02 Richard

[Bug tree-optimization/46149] [4.6 Regression] 26_numerics/valarray/27867.cc FAILs with -O2 -fno-tree-sra

2010-11-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46149 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/45170] [F2003] allocatable character lengths

2010-11-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45170 --- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org 2010-11-02 17:10:05 UTC --- Author: burnus Date: Tue Nov 2 17:09:58 2010 New Revision: 166205 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166205 Log: 2010-11-02 Steven G.

[Bug libstdc++/46272] New: [4.6 Regression]: libstdc++ fails to build due to atomic-constexpr-changes

2010-11-02 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46272 Summary: [4.6 Regression]: libstdc++ fails to build due to atomic-constexpr-changes Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity:

[Bug lto/46273] New: [4.6 Regression] Failed to bootstrap

2010-11-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46273 Summary: [4.6 Regression] Failed to bootstrap Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug libstdc++/46272] [4.6 Regression]: libstdc++ fails to build due to atomic-constexpr-changes

2010-11-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46272 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2010-11-02 17:21:53 UTC --- Similar error on powerpc-darwin: In file included from /Users/regress/tbox/native/build/powerpc-apple-darwin9.8.0/libstdc++-v3/include/atomic:42:0,

[Bug lto/46273] [4.6 Regression] Failed to bootstrap

2010-11-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46273 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||iant at google dot

[Bug rtl-optimization/46204] g++.dg/torture/stackalign/throw-1.C fails to compile on IA64

2010-11-02 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46204 Alexander Monakov amonakov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug testsuite/46274] New: testsuite/gcc.dg: operator precedence

2010-11-02 Thread nikai at nikai dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46274 Summary: testsuite/gcc.dg: operator precedence Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo:

[Bug testsuite/46249] gcc.dg/tree-ssa/ssa-ccp-32.c: dubious test

2010-11-02 Thread nikai at nikai dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46249 --- Comment #4 from Nicolas Kaiser nikai at nikai dot net 2010-11-02 17:44:56 UTC --- I noticed some similar occurrences and filed them as bug 46274.

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-11-02 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #20 from David Fang fang at csl dot cornell.edu 2010-11-02 17:50:01 UTC --- (In reply to comment #18) Fantastic explanation, thank you!

[Bug lto/46273] [4.6 Regression] Failed to bootstrap

2010-11-02 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46273 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot com

[Bug lto/46273] [4.6 Regression] Failed to bootstrap

2010-11-02 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46273 --- Comment #3 from ian at gcc dot gnu.org ian at gcc dot gnu.org 2010-11-02 17:58:52 UTC --- Author: ian Date: Tue Nov 2 17:58:45 2010 New Revision: 166207 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166207 Log: PR lto/46273 *

[Bug c++/46269] [trans-mem] internal compiler error in expand_block_tm of trans-mem.c

2010-11-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46269 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/46253] [4.6 Regression] ICE: in move_or_delete_vzeroupper_2, at config/i386/i386.c:252 with -g and __builtin_ia32_vzeroupper()

2010-11-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46253 --- Comment #3 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2010-11-02 18:08:49 UTC --- Author: hjl Date: Tue Nov 2 18:08:44 2010 New Revision: 166208 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166208 Log: Emit vzerouppers after

[Bug target/46253] [4.6 Regression] ICE: in move_or_delete_vzeroupper_2, at config/i386/i386.c:252 with -g and __builtin_ia32_vzeroupper()

2010-11-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46253 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/46275] New: -masm=intel -fPIC causes global offset table issues

2010-11-02 Thread hezekiahehud at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46275 Summary: -masm=intel -fPIC causes global offset table issues Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo:

  1   2   >