re PR target/10067 (GCC-3.2.2 outputs invalid asm on sparc64)

PR target/10067
	* config/sparc/sparc.md (jump pattern): Correct order
	when issuing the annuling marker.

From-SVN: r64969
This commit is contained in:
Eric Botcazou 2003-03-28 10:24:10 +01:00 committed by Eric Botcazou
parent 1b86660881
commit df7756d804
3 changed files with 11 additions and 1 deletions

View 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

View File

@ -7957,7 +7957,7 @@
== 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")])

View 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.