[Bug c++/28302] [4.0 regression] ICE with bit-complement for vectors

2006-10-11 Thread pinskia at gcc dot gnu dot org


--- Comment #9 from pinskia at gcc dot gnu dot org  2006-10-12 04:13 ---
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28302



[Bug c++/28302] [4.0 regression] ICE with bit-complement for vectors

2006-10-11 Thread pinskia at gcc dot gnu dot org


--- Comment #10 from pinskia at gcc dot gnu dot org  2006-10-12 04:13 
---
Subject: Bug 28302

Author: pinskia
Date: Thu Oct 12 04:13:36 2006
New Revision: 117657

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117657
Log:
2006-10-11  Andrew Pinski  [EMAIL PROTECTED]

PR c++/28302
* typeck.c (build_unary_op case BIT_NOT_EXPR:): Don't call
perform_integral_promotions for non integral type

2006-10-11  Andrew Pinski  [EMAIL PROTECTED]

PR C++/28302
* g++.dg/ext/vector3.C: New test.



Added:
branches/gcc-4_0-branch/gcc/testsuite/g++.dg/ext/vector3.C
  - copied unchanged from r116205, trunk/gcc/testsuite/g++.dg/ext/vector3.C
Modified:
branches/gcc-4_0-branch/gcc/cp/ChangeLog
branches/gcc-4_0-branch/gcc/cp/typeck.c
branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28302



[Bug c++/28302] [4.0 regression] ICE with bit-complement for vectors

2006-10-07 Thread pinskia at gcc dot gnu dot org


--- Comment #8 from pinskia at gcc dot gnu dot org  2006-10-07 07:12 ---
Fixed on the 4.1 branch also.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Known to work||4.1.2 4.2.0
Summary|[4.0/4.1 regression] ICE|[4.0 regression] ICE with
   |with bit-complement for |bit-complement for vectors
   |vectors |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28302