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/28418] [4.0/4.1 regression] ICE incrementing compound literal expression



------- Comment #10 from jsm28 at gcc dot gnu dot org  2006-08-26 00:25 -------
Subject: Bug 28418

Author: jsm28
Date: Sat Aug 26 00:24:31 2006
New Revision: 116461

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116461
Log:
2006-08-25  Fariborz Jahanian  <fjahanian@apple.com>

        PR c/28418
        * c-gimplify.c (gimplify_compound_literal_expr): Don't add
        variable again if DECL_SEEN_IN_BIND_EXPR_P.

testsuite:
2006-08-25  Joseph S. Myers  <joseph@codesourcery.com>

        * gcc.c-torture/compile/compound-literal-1.c: New test.

Added:
   
branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/compile/compound-literal-1.c
      - copied unchanged from r116436,
trunk/gcc/testsuite/gcc.c-torture/compile/compound-literal-1.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/c-gimplify.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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


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