OSDN Git Service

PR rtl-optimization/33642
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 2008 15:15:56 +0000 (15:15 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Sep 2008 15:15:56 +0000 (15:15 +0000)
        * gcc.c-torture/compile/pr11832.c: Extend XFAIL to powerpc*-*-*.
        * gcc.c-torture/compile/pr33009.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140551 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr11832.c
gcc/testsuite/gcc.c-torture/compile/pr33009.c

index d710003..53aacae 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-22  David Edelsohn  <edelsohn@gnu.org>
+
+       PR rtl-optimization/33642
+       * gcc.c-torture/compile/pr11832.c: Extend XFAIL to powerpc*-*-*.
+       * gcc.c-torture/compile/pr33009.c: Likewise.
+       
 2008-09-22  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/37145
        * gfortran.dg/cshift_char_3.f90:  New test case.
        * gfortran.dg/cshift_nan_1.f90:  New test case.
 
-2008-08-14  Rafael Ã\83Â\81vila de EspÃ\83­ndola  <espindola@google.com>
+2008-08-14  Rafael ÃÂvila de Espíndola  <espindola@google.com>
 
        * gcc.dg/visibility-14.c: New test.
        * gcc.dg/visibility-15.c: New test.
        PR tree-optimization/36967
        * gfortran.dg/pr36967.f: New testcase.
 
-2008-07-30  Rafael Ã\83Â\81vila de EspÃ\83­ndola  <espindola@google.com>
+2008-07-30  Rafael ÃÂvila de Espíndola  <espindola@google.com>
 
        * gcc.dg/visibility-14.c: New test.
        * gcc.dg/visibility-15.c: New test.
        dg-additional-sources.
        (profopt-execute): Handle additional sources.
 
-2008-05-28  Rafael EspÃ\83­ndola  <espindola@google.com>
+2008-05-28  Rafael Espíndola  <espindola@google.com>
 
        * gcc.dg/20080528-1.c: New test.
 
        * g++.dg/template/inline1.C: For the not-defined symbol, use the
        pattern from g++.dg/template/qualttp17.C.
 
-2008-05-23  Rafael EspÃ\83­ndola  <espindola@google.com>
+2008-05-23  Rafael Espíndola  <espindola@google.com>
 
        * gcc.c-torture/compile/20080522-1.c: Move to gcc.dg.
        * gcc.dg/20080522-1.c: Moved from gcc.c-torture.
        * gfortran.dg/cshift_large_1.f90:  New test.
        * gfortran.dg/eoshift_large_1.f90:  New test.
 
-2008-05-22  Rafael EspÃ\83­ndola  <espindola@google.com>
+2008-05-22  Rafael Espíndola  <espindola@google.com>
 
        * gcc.c-torture/compile/20080522-1.c: New testcase.
 
        PR fortran/36162
        * gfortran.dg/module_widestring_1.f90: New test.
 
-2008-05-08  Rafael EspÃ\83­ndola  <espindola@google.com>
+2008-05-08  Rafael Espíndola  <espindola@google.com>
 
        * gcc.dg/vect/vect-111.c: Rename to no-trapping-math-vect-111.c
        * gcc.dg/vect/vect-ifcvt-11.c: Rename to no-trapping-math-vect-ifcvt-11.c
        PR fortran/35780
        * gfortran.dg/simplify_argN_1.f90: New test.
 
-2008-04-06  Tobias SchlÃ\83¼ter  <tobi@gcc.gnu.org>
+2008-04-06  Tobias Schlüter  <tobi@gcc.gnu.org>
 
        PR fortran/35832
        * gfortran.dg/io_constraints_2.f90: Adapt to new error message.
        * g++.dg/torture/pr35164-1.C: New testcase.
        * g++.dg/torture/pr35164-2.C: Likewise.
 
-2008-02-15  Dominique d'HumiÃ\83¨res  <dominiq@lps.ens.fr>
+2008-02-15  Dominique d'Humières  <dominiq@lps.ens.fr>
 
        PR testsuite/35119
        * g++.dg/template/spec35.C: Change the regular expressions
index 05bcf0d..f704640 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }
index 38944b2..2cd335d 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* Currently ICEs for IA64, HPPA, MIPS, CRIS, Xtensa, PowerPC, SH and SPARC; see PR33642.  */
-/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
+/* { dg-xfail-if "PR33642" { hppa*-*-* mips*-*-* powerpc*-*-* cris-*-* crisv32-*-* ia64-*-* xtensa*-*-* sh*-*-* sparc*-*-* } { "*" } { "" } } */
 /* Currently ICEs for (x86 && ilp32 && pic).  */
 /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" }