]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add file missing from earlier commit.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Dec 2015 13:35:46 +0000 (13:35 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Dec 2015 13:35:46 +0000 (13:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231407 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.target/i386/rop1.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.target/i386/rop1.c b/gcc/testsuite/gcc.target/i386/rop1.c
new file mode 100644 (file)
index 0000000..0b37267
--- /dev/null
@@ -0,0 +1,7 @@
+/* { dg-do compile } */
+/* { dg-require-effective-target lp64 } */
+/* { dg-options "-mcmodel=medium -mmitigate-rop" } */
+void
+foo (void)
+{
+}