]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/10067 (GCC-3.2.2 outputs invalid asm on sparc64)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Fri, 28 Mar 2003 09:24:10 +0000 (10:24 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 28 Mar 2003 09:24:10 +0000 (09:24 +0000)
PR target/10067
* config/sparc/sparc.md (jump pattern): Correct order
when issuing the annuling marker.

From-SVN: r64969

gcc/ChangeLog
gcc/config/sparc/sparc.md
gcc/testsuite/ChangeLog

index 21e58a45a5c89d9ac8b44b565b9a752cac15991d..cfbc0599d8a072aacecb5b076d676004941cefe6 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR target/10067
+       * config/sparc/sparc.md (jump pattern): Correct order
+       when issuing the annuling marker.
+
 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR c/8281
index 8bfdf00440b4c6861918f298c35642999cef95cb..9f5d984f91861599352b34a5d57815edaf65eb20 100644 (file)
          == INSN_ADDRESSES (INSN_UID (insn))))
     return \"b\\t%l0%#\";
   else
-    return TARGET_V9 ? \"ba,pt%*\\t%%xcc, %l0%(\" : \"b%*\\t%l0%(\";
+    return TARGET_V9 ? \"ba%*,pt\\t%%xcc, %l0%(\" : \"b%*\\t%l0%(\";
 }"
   [(set_attr "type" "uncond_branch")])
 
index 4d1a65a6cefc72de7fdd0783cb1e6626ad53dfc6..dfbdf4e9f2c86d94bb637b66b8805aadc5c169a2 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/ultrasp8.c: New test.
+
 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.dg/ultrasp7.c: New test.