Skip to content
Snippets Groups Projects
Commit a9a0daa3 authored by Alexandre Oliva's avatar Alexandre Oliva Committed by Alexandre Oliva
Browse files

testsuite: arg-pushing reqs -mno-accumulate-outgoing-args

gcc.target/i386/pr95126-m32-[34].c expect push instructions that are
only present with -mno-accumulate-outgoing-args, so make that option
explicit rather than dependent on tuning.


for  gcc/testsuite/ChangeLog

	* gcc.target/i386/pr95126-m32-3.c: Add
	-mno-accumulate-outgoing-args.
	* gcc.target/i386/pr95126-m32-4.c: Likewise.
parent a1ad62ee
No related branches found
No related tags found
No related merge requests found
/* { dg-do compile { target { ia32 } } } */ /* { dg-do compile { target { ia32 } } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2 -mno-accumulate-outgoing-args" } */
struct small{ short a; }; struct small{ short a; };
......
/* { dg-do compile { target { ia32 } } } */ /* { dg-do compile { target { ia32 } } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2 -mno-accumulate-outgoing-args" } */
struct small{ short a,b; }; struct small{ short a,b; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment