[Bug bootstrap/40558] [4.5 Rgression] At revision 148962 bootstrap fails on powerpc-apple-darwin9

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jul 1 04:25:00 GMT 2009



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-07-01 04:24 -------
This change:
        if (GET_CODE (tmp) == REG)
-         fprintf (file, "0,%s", reg_names[REGNO (tmp)]);
+         fprintf (file, "%s,%s", reg_names[0], reg_names[REGNO (tmp)]);


-- 


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



More information about the Gcc-bugs mailing list