OSDN Git Service

* lib/gcc-dg.exp (dg-require-dll): New function.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20020312-1.c
index 9f61dae..c50e491 100644 (file)
@@ -1,3 +1,7 @@
+/* This does not compile on HC11/HC12 due to the asm which requires
+   two 32-bit registers.  */
+/* { dg-do assemble { xfail m6811-*-* m6812-*-* } } */
+
 /* PR optimization/5892 */
 typedef struct { unsigned long a; unsigned int b, c; } A;
 typedef struct { unsigned long a; A *b; int c; } B;