Commit 5acc5ee9 by Jeffrey A Law Committed by Jeff Law

980626-1.c: Delete this test.

        * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
        this test triggers valid.

From-SVN: r22104
parent 797990ed
Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980626-1.c: Delete this test. We've declared the warning
this test triggers valid.
Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980827-1.c: New test.
......
/* { dg-do compile } */
/* { dg-options -Wimplicit-int } */
/* { dg-excess-errors "c-decl.c:grokdeclarator does not handle mode attributes" { xfail *-*-* } } */
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