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 c/4.2] Fix PR c/27273


On Fri, 19 May 2006, Dirk Mueller wrote:
> 2006-05-19  Dirk Mueller  <dmueller@suse.de>
>
> 	PR c/27273
> 	* c-common.c (convert_and_check): only track TREE_CONSTANT_OVERFLOW
> 	for CONSTANT_CLASS_P expressions.
>
> 	* gcc.dg/overflow-warn-5.c: New testcase.

This is OK for mainline, though please fix the capitalization of "Only"
in the ChangeLog entry when you commit.

Though technically this file is part of the C/C++ front-ends,  I've now
been asked off-list several times by different people to review/approve
it to resolve a common ICE-on-valid on mainline.  It's also been pinged
several times without response from the C/GWP maintainership.  Hopefully
no-one will object if I stretch my authority by claiming this patch is
"obvious" to a middle-end maintainer.  :-)

Thanks for fixing this.

Roger
--


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