This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR C++/28302, ICE with bitwise NOT and vectors (and C++)


Andrew Pinski wrote:

> cp/ChangeLog:
> 	* typeck.c (build_unary_op <case BIT_NOT_EXPR:>): Don't call
> 	perform_integral_promotions for non integral types.
> 
> testsuite/ChangeLog:
> 	* g++.dg/ext/vector3.C: New test.

OK.

:REVIEWMAIL:

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]