aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <jim.wilson@linaro.org>2015-10-28 20:02:01 +0000
committerJim Wilson <wilson@gcc.gnu.org>2015-10-28 13:02:01 -0700
commite922069e4f3e5dfadb59f641db6786feff9c6047 (patch)
tree23d238e1d6b8f3b3e2be57ce8a27c84536c31705 /gcc/c/ChangeLog
parent08585fba891c73790a3a4354bc26f0fe02be4d9c (diff)
downloadgcc-e922069e4f3e5dfadb59f641db6786feff9c6047.zip
gcc-e922069e4f3e5dfadb59f641db6786feff9c6047.tar.gz
gcc-e922069e4f3e5dfadb59f641db6786feff9c6047.tar.bz2
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
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <jim.wilson@linaro.org>
+
+ 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 <cesar@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>
James Norris <jnorris@codesourcery.com>