Commit d12eff3a by Jeffrey A Law Committed by Jeff Law

* gcc.dg/980626-1.c: New test.

From-SVN: r20742
parent 265ce5bb
Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980626-1.c: New test.
Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr> Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
* gcc.misc-tests/m-un-2.c: New test. * gcc.misc-tests/m-un-2.c: New test.
......
/* { dg-do compile } */
/* { dg-options -Wimplicit-int } */
int main()
{
typedef SFtype __attribute__ ((mode (SF)));
typedef DFtype __attribute__ ((mode (DF)));
typedef HItype __attribute__ ((mode (HI)));
typedef SItype __attribute__ ((mode (SI)));
typedef DItype __attribute__ ((mode (DI)));
typedef UHItype __attribute__ ((mode (HI)));
typedef USItype __attribute__ ((mode (SI)));
typedef UDItype __attribute__ ((mode (DI)));
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