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] |
This patch fixes the compiler segmentation fault on an invalid input. Bootstrapped and regtested on i686-linux. As I have never looked at c+ frontend before, there's a high chance I'm not doing the right thing. OK for mainline ?
PR c++/30659 * search.c (lookup_member): Return error_mark_node on NULL basetype.
-- #pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com"
Attachment:
pr30659.diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |