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 ipa/65034] [5 Regression] ICE (segfault) on arm-linux-gnueabihf


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Feb 13 14:42:30 2015
New Revision: 220683

URL: https://gcc.gnu.org/viewcvs?rev=220683&root=gcc&view=rev
Log:
    PR ipa/65034
    * stmt.c (emit_case_nodes): Use void_type_node instead of
    NULL_TREE as LABEL_DECL type.

    * decl.c (start_preparsed_function): Use void_type_node instead
    of NULL_TREE as LABEL_DECL type.

    * g++.dg/ipa/pr65034.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ipa/pr65034.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/stmt.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]