Commit 93ac482a by Uros Bizjak

naked-1.c (dg-options): Add -fno-pic.

	* gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.

From-SVN: r250757
parent 7670a542
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> 2017-07-31 Steve Ellcey <sellcey@cavium.com>
PR tree-optimization/80925 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. --param vect-max-peeling-for-alignment=0 option.
Remove unaligned access and peeling checks. Remove unaligned access and peeling checks.
* gcc.dg/vect/section-anchors-vect-69.c: Ditto. * gcc.dg/vect/section-anchors-vect-69.c: Ditto.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O0" } */ /* { dg-options "-O0 -fno-pic" } */
/* Verify that __attribute__((naked)) produces a naked function /* Verify that __attribute__((naked)) produces a naked function
that does not use ret to return but traps at the end. */ that does not use ret to return but traps at the end. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment