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/27953


On Sat, 19 Aug 2006, Lee Millward wrote:

> Hi,
> 
> Given the following testcase, the C front-end ICE's with a tree-check
> failure in store_parm_decls_oldstyle:
> 
> void foo(struct A a) {}
> void foo() {}
> 
> The ICE is caused by a stray error_mark_node which wasn't being
> handled, the attached patch adds this missing check, thereby fixing
> the ICE.
> 
> Bootstrapped and regression tested on i686-pc-linux-gnu with no new
> failures, ok for mainline?

This is OK for when mainline reopens for non-regression bug fixes.

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