This is the mail archive of the gcc-bugs@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]

[Bug c/72816] [5/6 Regression] ICE on x86_64-linux-gnu (tree check: expected tree that contains ‘decl with RTL’ structure, have ‘field_decl’ in set_decl_rtl, at emit-rtl.c:1282)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72816

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Aug 11 14:50:09 2016
New Revision: 239371

URL: https://gcc.gnu.org/viewcvs?rev=239371&root=gcc&view=rev
Log:
        PR c/72816
        * c-decl.c (grokdeclarator): When adding TYPE_DOMAIN for flexible
        array member through typedef, for orig_qual_indirect == 0 clear
        orig_qual_type.

        * gcc.dg/pr72816.c: New test.

Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr72816.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]