From: Eric Botcazou Date: Fri, 28 Mar 2003 09:24:10 +0000 (+0100) Subject: re PR target/10067 (GCC-3.2.2 outputs invalid asm on sparc64) X-Git-Tag: releases/gcc-3.2.3~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7756d80419e3a984d9dd15a7671866cb6bd0ff;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21e58a45a5c8..cfbc0599d8a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-03-28 Eric Botcazou + + PR target/10067 + * config/sparc/sparc.md (jump pattern): Correct order + when issuing the annuling marker. + 2003-03-28 Eric Botcazou PR c/8281 diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 8bfdf00440b4..9f5d984f9186 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -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")]) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d1a65a6cefc..dfbdf4e9f2c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-03-28 Eric Botcazou + + * gcc.dg/ultrasp8.c: New test. + 2003-03-28 Eric Botcazou * gcc.dg/ultrasp7.c: New test.