aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2016-06-29 00:30:04 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2016-06-29 00:30:04 +0200
commit152ef731950c9b35e6bab40b30d60027bb996254 (patch)
tree9ddf6cd1a227be492c1b734b48f3406bb3928f71 /gcc/c/ChangeLog
parent4378d117ec35f58d5a552eafcb91c91550e6566e (diff)
downloadgcc-152ef731950c9b35e6bab40b30d60027bb996254.zip
gcc-152ef731950c9b35e6bab40b30d60027bb996254.tar.gz
gcc-152ef731950c9b35e6bab40b30d60027bb996254.tar.bz2
re PR c/71685 (Segmentation fault in gcc when compiling the attached file.)
PR c/71685 * c-typeck.c (c_build_qualified_type): Don't clear C_TYPE_INCOMPLETE_VARS for the main variant. * gcc.dg/pr71685.c: New test. From-SVN: r237830
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 403f267..df73934 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,4 +1,10 @@
-2016-06-28 Martin Sebor <msebor@redhat.com>
+2016-06-29 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/71685
+ * c-typeck.c (c_build_qualified_type): Don't clear
+ C_TYPE_INCOMPLETE_VARS for the main variant.
+
+2016-06-28 Martin Sebor <msebor@redhat.com>
PR c/71552
* c-typeck.c (output_init_element): Diagnose incompatible types