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 middle-end/51768] [4.5/4.6/4.7 Regression] ICE with invalid asm goto


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51768

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-05 20:18:38 UTC ---
Author: jakub
Date: Thu Jan  5 20:18:15 2012
New Revision: 182921

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182921
Log:
    PR middle-end/51768
    * stmt.c (check_unique_operand_names): Don't ICE during error
    reporting if i is from labels chain.

    * c-c++-common/pr51768.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/pr51768.c
Modified:
    trunk/gcc/ChangeLog
    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]