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

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


--- Comment #7 from pinskia at gcc dot gnu dot org  2006-10-07 07:11 ---
Subject: Bug 28302

Author: pinskia
Date: Sat Oct  7 07:11:02 2006
New Revision: 117528

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117528
Log:
2006-10-06  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-06  Andrew Pinski  [EMAIL PROTECTED]

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



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


-- 


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



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

2006-08-16 Thread pinskia at gcc dot gnu dot org


--- Comment #6 from pinskia at gcc dot gnu dot org  2006-08-17 01:57 ---
Fixed on the mainline at least.  Will apply to the 4.1 branch after a week.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|[4.0/4.1/4.2 regression] ICE|[4.0/4.1 regression] ICE
   |with bit-complement for |with bit-complement for
   |vectors |vectors


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