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: RFA (c-family): PATCH to remove C++-specific code from c-family check_case_value


On Wed, 27 Oct 2010, Jason Merrill wrote:

> There's no reason for check_case_value to need to know about C++ constant
> expression rules; this patch moves the language-specific handling into the
> front end.
> 
> Tested x86_64-pc-linux-gnu.  OK for trunk?

C++-specific code in c-family is definitely covered by C++ maintainership 
(actually, I think all of c-family is).

-- 
Joseph S. Myers
joseph@codesourcery.com


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