[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-08 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-09 06:37 --- On what target does this fail? It does not fail for me on x86_64-unknown-linux-gnu, and neither does PR 2892. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20208

[Bug c++/20350] [4.0/4.1 Regression] extern template and struct initializer and specification for a static variable

2005-03-08 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-09 06:42 --- This is not valid code. The "extern" specifier in the template specialization is not permitted by ISO C++, nor is the G++ "extern template" extension. -- What|Removed |

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 06:43 --- x86-pc-linux-gnu, and powerpc-darwin. Both fail the same way. On x86_64-pc-linux-gnu with 4.0.0 20050121, I get the ICE also. Note this is at -O1 or above. -- What|Removed

[Bug tree-optimization/18527] cannot determine number of iterations for loops with <=

2005-03-08 Thread irar at il dot ibm dot com
--- Additional Comments From irar at il dot ibm dot com 2005-03-09 06:56 --- New testcase added: vect-3.f90 (in autovect branch for now). If this PR is solved, testcase vect-3.f90 will be vectorized. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18527

[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 07:28 --- Subject: Bug 20142 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 07:28:12 Modified files: gcc/testsuite : ChangeLog gcc/cp : C

[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 07:32 --- Subject: Bug 20142 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-09 07:32:31 Modified files: gcc/cp : init.c

[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 07:39 --- Subject: Bug 20142 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-09 07:39:35 Modified files: gcc/cp : init.c

[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 07:39 --- Subject: Bug 20142 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-03-09 07:39:48 Added files: gcc/testsuite/g++.dg/init:

[Bug c++/20142] [3.3/3.4/4.0/4.1 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-09 07:41 --- Subject: Bug 20142 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-09 07:41:00 Modified files: gcc/testsuite : ChangeLog gcc/testsuite/g++.

[Bug c++/20142] [3.3 regression] implicit assignment operator with multi-dimensional array is broken

2005-03-08 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-09 07:42 --- Fixed in GCC 3.4.4. -- What|Removed |Added Status|ASSIGNED|

[Bug c++/20381] [4.0/4.1 Regression] ICE in build_ptrmemfunc, at cp/typeck.c:5702

2005-03-08 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-03-09 07:45 --- Kriang -- This is probably caused by your recent OFFSET_REF changes; would you please investigate? -- Mark -- What|Removed |Added -

[Bug c++/20208] [4.0/4.1 Regression] No array-to-pointer decay happens for template functions

2005-03-08 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

<    1   2