* gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.
From-SVN: r250757
+2017-07-31 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.
+
2017-07-31 Steve Ellcey <sellcey@cavium.com>
PR tree-optimization/80925
- * gcc.dg/vect/no-section-anchors-vect-69.c: Add
+ * gcc.dg/vect/no-section-anchors-vect-69.c: Add
--param vect-max-peeling-for-alignment=0 option.
Remove unaligned access and peeling checks.
* gcc.dg/vect/section-anchors-vect-69.c: Ditto.
/* { dg-do compile } */
-/* { dg-options "-O0" } */
+/* { dg-options "-O0 -fno-pic" } */
/* Verify that __attribute__((naked)) produces a naked function
that does not use ret to return but traps at the end. */