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/43097] [4.5 Regression] ICE in rename_map_elt_info for Graphite, vect in 173.applu



------- Comment #4 from spop at gcc dot gnu dot org  2010-02-23 13:06 -------
Fixed on trunk with this commit:

Author: spop
Date: Tue Feb 23 12:59:17 2010
New Revision: 156995

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156995
Log:
Fix PR43097: rename only SSA_NAMEs.

2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>

       PR middle-end/43140
       * sese.c (get_rename): Assert that old_name is an SSA_NAME.
       (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.

       * gfortran.dg/graphite/pr43097.f: New.

Added:
   trunk/gcc/testsuite/gfortran.dg/graphite/pr43097.f
Modified:
   trunk/gcc/ChangeLog.graphite
   trunk/gcc/sese.c


-- 

spop at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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