ident-1b.c: XFAIL AIX and Darwin.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 28 Dec 2018 19:14:51 +0000 (19:14 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 28 Dec 2018 19:14:51 +0000 (14:14 -0500)
        * c-c++-common/ident-1b.c: XFAIL AIX and Darwin.
        * c-c++-common/ident-2b.c: Likewise.

From-SVN: r267453

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ident-1b.c
gcc/testsuite/c-c++-common/ident-2b.c

index 7ebbb0a..dc6e687 100644 (file)
@@ -1,3 +1,8 @@
+2018-12-28  David Edelsohn  <dje.gcc@gmail.com>
+
+       * c-c++-common/ident-1b.c: XFAIL AIX and Darwin.
+       * c-c++-common/ident-2b.c: Likewise.
+
 2018-12-28  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gcc.target/x86_64/abi/asm-support-darwin.s: Remove .file
index b0d8898..d4eff0d 100644 (file)
@@ -2,7 +2,6 @@
  * Make sure scan-assembler turns off .ident unless -fident in testcase */
 /* { dg-do compile } */
 /* { dg-options "-fident" } */
-/* { dg-skip-if "no assembler .ident support" { powerpc*-*-darwin* } } */
 int i;
 
-/* { dg-final { scan-assembler "GCC: " } } */
+/* { dg-final { scan-assembler "GCC: " { xfail powerpc-ibm-aix* powerpc*-*-darwin* } } } */
index e057fac..12a8058 100644 (file)
@@ -2,7 +2,6 @@
  * Make sure scan-assembler-times turns off .ident unless -fident in testcase */
 /* { dg-do compile } */
 /* { dg-options "-fident" } */
-/* { dg-skip-if "no assembler .ident support" { powerpc*-*-darwin* } } */
 int ident;
 
-/* { dg-final { scan-assembler-times "GCC: " 1 } } */
+/* { dg-final { scan-assembler-times "GCC: " 1 { xfail powerpc-ibm-aix* powerpc*-*-darwin* } } } */