re PR c++/28302 (ICE with bit-complement for vectors)
authorAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 17 Aug 2006 01:56:47 +0000 (18:56 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 17 Aug 2006 01:56:47 +0000 (18:56 -0700)
commitbd289f543a9d67eec00fb8993b48da80a9c1634d
tree6e6c3d7409482015e383a154896b58ab0016f820
parent97c074fd44a293120ac300f792994573ba5bd268
re PR c++/28302 (ICE with bit-complement for vectors)

2006-08-16  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-08-16  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r116205
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vector3.C [new file with mode: 0644]