Commit c30316fb by Michael Matz Committed by Michael Matz

* gcc.dg/i386-regparm.c: New.

From-SVN: r78412
parent 89ab2b79
2004-02-24 Michael Matz <matz@suse.de>
* gcc.dg/i386-regparm.c: New.
2004-02-23 James E Wilson <wilson@specifixinc.com> 2004-02-23 James E Wilson <wilson@specifixinc.com>
* gcc.c-torture/execute/20040223-1.c: New. * gcc.c-torture/execute/20040223-1.c: New.
......
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-W -Wall" } */
/* Verify that GCC correctly detects non-matching regparm attributes. */
int __attribute__((regparm(3))) f (void); /* { dg-error "previous" } */
int __attribute__((regparm(2))) f (void) { /* { dg-error "conflicting" } */
return 0;
}
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