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] PR19100: truthvalue_conversion vs. TREE_OVERFLOW (take3)


On Sat, 1 Jan 2005, Roger Sayle wrote:

> 	* c-common.c (convert_and_check): Avoid testing TREE_OVERFLOW to
> 	detect conversion overflow, instead use int_fits_type_p.

I don't think there's presently adequate testsuite coverage for the 
diagnostics for overflow in implicit constant conversions.  (There isn't 
*any* coverage for the diagnostics for overflow in arithmetic, but I think 
properly testing that the diagnostics for implicit conversions don't 
change or only change to fix bugs would suffice for this patch.)

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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