From e922069e4f3e5dfadb59f641db6786feff9c6047 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 28 Oct 2015 20:02:01 +0000 Subject: Fix for ICE with -g on testcase with incomplete types. gcc/c/ PR debug/66068 * c-typeck.c (c_build_qualified_type): Clear C_TYPE_INCOMPLETE_VARS after calling build_qualified_type. gcc/testsuite/ PR debug/66068 * gcc.dg/debug/pr66068.c: New test. From-SVN: r229505 --- gcc/c/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/c/ChangeLog') diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 78597be..d203f9d 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2015-10-26 Jim Wilson + + PR debug/66068 + * c-typeck.c (c_build_qualified_type): Clear C_TYPE_INCOMPLETE_VARS + after calling build_qualified_type. + 2015-10-27 Cesar Philippidis Thomas Schwinge James Norris -- cgit v1.1