Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cast-pretty-print-1.c
blobe5ecec1a096a2f7bfd6adc8f1e673720a1967431
1 /* Test pretty-printing of casts. Should not depend on whether
2 NOP_EXPR or CONVERT_EXPR is used. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
6 int i;
7 void
8 f (void)
10 ((unsigned int)i)(); /* { dg-error "error: called object '\\(unsigned int\\)i' is not a function" } */
11 ((char)i)(); /* { dg-error "error: called object '\\(char\\)i' is not a function" } */