Seongbae Park - Re: [PATCH] PR c++/30659 segfault w (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
"Seongbae Park" seongbae.park@gmail.com writes:
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 ?
2007-02-05 Seongbae Park seongbae.park@gmail.com
PR c++/30659 * search.c (lookup_member): Return error_mark_node on NULL basetype.
It would be appropriate to add the test case to the testsuite as part of this patch.