------- Comment #5 from matz at gcc dot gnu dot org 2009-04-29 11:07 ------- Pff, I still can't reproduce the testsuite failures, but I can reproduce the ICE on the testcase from the initial comment. rs6000.c needs to handle SSA_NAMEs now. I'm currently regstrapping this:
Index: config/rs6000/rs6000.c =================================================================== --- config/rs6000/rs6000.c (revision 146824) +++ config/rs6000/rs6000.c (working copy) @@ -11545,6 +11545,7 @@ rs6000_check_sdmode (tree *tp, int *walk case PARM_DECL: case FIELD_DECL: case RESULT_DECL: + case SSA_NAME: case REAL_CST: case INDIRECT_REF: case ALIGN_INDIRECT_REF: -- matz at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |matz at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-04-29 11:07:43 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39955