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 tree-optimization/28238] [4.1 regression] verify_stmts failed (invalid operand to unary operator)



------- Comment #11 from rguenth at gcc dot gnu dot org  2006-07-24 10:28 -------
Subject: Bug 28238

Author: rguenth
Date: Mon Jul 24 10:27:53 2006
New Revision: 115711

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115711
Log:
2006-07-24  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/28238
        * tree-inline.c (copy_bb): Check if we produced valid
        gimple copying and substituting a stmt.  If not, gimplify
        it.

        * g++.dg/tree-ssa/pr28238.C: New testcase.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/tree-ssa/pr28238.C
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/tree-inline.c


-- 


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


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