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] PR14752: Remove premature folding from C/C++ front-end


Roger Sayle wrote:

> The following patch removes some transformations from the C/C++/ObjC
> front-ends, allowing them to be performed by the middle-end (which
> now does a better job).  The result is that removing these duplicate
> lines of code, allows the test case below to pass!

> Ok for mainline?

OK.  Very glad to see this stuff moving out of the front ends!

-- 
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]