PR target/10067
* config/sparc/sparc.md (jump pattern): Correct order
when issuing the annuling marker.
From-SVN: r64969
+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
== 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")])
+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.