Searched refs:__gcc_diag__ (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dgcc_diag-3.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2))); /* { dg-error "'tree' is not defined as a type" } */
H A Dgcc_diag-4.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2))); /* { dg-error "'tree' is not defined as a pointer type" } */
H A Dgcc_diag-6.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2))); /* { dg-error "'location_t' is not defined as a type" } */
H A Dgcc_diag-8.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2))); /* { dg-error "'__gcc_host_wide_int__' is not defined as a type" } */
H A Dgcc_diag-9.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2))); /* { dg-error "'__gcc_host_wide_int__' is not defined as 'long' or 'long long'" } */
H A Dgcc_diag-2.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2)));
H A Dgcc_diag-5.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2)));
H A Dgcc_diag-7.c10 void bar (const char *, ...) __attribute__ ((__format__ (__gcc_diag__, 1, 2)));
H A Dgcc_diag-1.c23 extern int diag (const char *, ...) ATTRIBUTE_DIAG(__gcc_diag__); variable

Completed in 45 milliseconds