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/33458] [4.3 regression] ICE "PHI def is not a GIMPLE value"



------- Comment #8 from jakub at gcc dot gnu dot org  2007-11-06 08:29 -------
Subject: Bug 33458

Author: jakub
Date: Tue Nov  6 08:29:48 2007
New Revision: 129921

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129921
Log:
        PR tree-optimization/33458
        * tree-inline.c (copy_phis_for_bb): If PHI arg substitution creates
        !is_gimple_val PHI argument, gimplify it and insert it on edge.

        * g++.dg/opt/inline12.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/opt/inline12.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-inline.c


-- 


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


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