[Bug libstdc++/21286] [4.0/4.1 Regression] filebuf::xsgetn vs pipes

2005-07-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-18 18:32 --- Subject: Bug 21286 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-07-18 18:32:00 Modified files: libstdc++-v3 : Change

[Bug tree-optimization/22543] ICE: verify_ssa failed with -ftree-vectorize

2005-07-18 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-19 00:51 --- Reduced testcase: === struct A { int i, j; A() : i(), j() {} ~A() {} operator int() { return 0; } }; struct B { A foo() const { return A(); } }; struct X { ~X(

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-19 03:36 --- Subject: Bug 22483 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-19 03:36:25 Modified files: gcc: tree-ssa-alias.c tree-flow.h tree-flo

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 04:16 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/22416] [4.1 Regression] 23_containers/set/explicit_instantiation/1.cc fails: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 04:17 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/22444] [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 04:17 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/22444] [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 04:17 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-18 Thread pinskia at gcc dot gnu dot org
-- Bug 22483 depends on bug 22416, which changed state. Bug 22416 Summary: [4.1 Regression] 23_containers/set/explicit_instantiation/1.cc fails: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22416 What|Old V

[Bug tree-optimization/22416] [4.1 Regression] 23_containers/set/explicit_instantiation/1.cc fails: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

2005-07-18 Thread pinskia at gcc dot gnu dot org
-- Bug 22416 depends on bug 22444, which changed state. Bug 22444 Summary: [4.1 regression] testsuite failure:23_containers/set/explicit_instantiation/2.cc ICE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22444 What|Old Value |New Value

[Bug libstdc++/22554] New: [4.0 Regression] pb_assoc header build and install overflows exec

2005-07-18 Thread dje at gcc dot gnu dot org
While policy based associative containers did not exist in GCC 4.0, the libstdc++/include/Makefile.am to install the header files during the libstdc++ build and install phases causes failures on AIX. The list of pb_assoc files and the way it is used in the Makefile causes Make to generate a comman

[Bug libstdc++/22554] [4.0 Regression] pb_assoc header build and install overflows exec

2005-07-18 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-19 04:22 --- Created an attachment (id=9304) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9304&action=view) Makefile workaround The attached patch splits the assoc_headers variable into multiple, smaller pieces that

[Bug libstdc++/22554] [4.1 Regression] pb_assoc header build and install overflows exec

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 04:23 --- This most likely can happen on any host. -- What|Removed |Added CC|

[Bug bootstrap/22517] Bootstrap ICE on latest CVS: tree check: tree-ssa

2005-07-18 Thread mckelvey at maskull dot com
--- Additional Comments From mckelvey at maskull dot com 2005-07-19 04:26 --- Subject: Re: Bootstrap ICE on latest CVS: tree check: tree-ssa On Sunday 17 July 2005 18:02 pm, pinskia at gcc dot gnu dot org wrote: > --- Additional Comments From pinskia at gcc dot gnu dot org 2005-07

[Bug driver/21055] Option -Wl,-wrap when no input file

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 05:15 --- But this problem with -Wl,-wrap is really invalid as we treat all -Wl, as input files and unknown to what GCC the driver should do. -- What|Removed |Added -

[Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 05:16 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/21111] IA-64 NaT consumption faults due to uninitialized register reads

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 05:24 --- (In reply to comment #3) > Subject: Re: IA-64 NaT consumption faults due to uninitialized > The change I am suggesting should not hurt performance, and I expect > that it would actually help performance in

[Bug middle-end/22057] [4.0 Regression] Poor -O0 debug information for for loops with no initializer

2005-07-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-19 06:26 --- Subject: Bug 22057 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-19 06:25:58 Modified files: gcc: Change

[Bug middle-end/22057] [4.0 Regression] Poor -O0 debug information for for loops with no initializer

2005-07-18 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-07-19 06:27 --- Fixed everywhere. -- What|Removed |Added Status|ASSIGNED|RESOLVED

<    1   2