mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
13 lines
303 B
C
13 lines
303 B
C
$NetBSD$
|
|
|
|
--- gcc/testsuite/gcc.target/i386/pr52330.c.orig Wed May 21 19:48:58 2014
|
|
+++ gcc/testsuite/gcc.target/i386/pr52330.c
|
|
@@ -0,0 +1,7 @@
|
|
+/* { dg-do compile } */
|
|
+/* { dg-options "-O0" } */
|
|
+
|
|
+void foo (int a)
|
|
+{
|
|
+ asm volatile ("# %H0" : : "r" (a)); /* { dg-error "not an offsettable" } */
|
|
+}
|