This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28302] [4.0/4.1 regression] ICE with bit-complement for vectors
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Oct 2006 07:11:16 -0000
- Subject: [Bug c++/28302] [4.0/4.1 regression] ICE with bit-complement for vectors
- References: <bug-28302-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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=gcc&view=rev&rev=117528
Log:
2006-10-06 Andrew Pinski <pinskia@physics.uc.edu>
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 <pinskia@physics.uc.edu>
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