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/71426] gcc ICE on x86_64-linux-gnu in get_parm_info, at c/c-decl.c:7059


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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Wed Jun  8 06:41:55 2016
New Revision: 237196

URL: https://gcc.gnu.org/viewcvs?rev=237196&root=gcc&view=rev
Log:
        PR c/71426
        * c-decl.c (get_parm_info): Don't crash on an assert on invalid
        code.

        * gcc.dg/noncompile/pr71426.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/noncompile/pr71426.c
Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog

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