Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / always_inline.c
blob08119f1a254cef93b3a7d39f3b3f7946cecac3a4
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2" } */
3 #include <stdarg.h>
4 inline __attribute__ ((always_inline)) void
5 e(int t, ...) /* { dg-message "sorry\[^\n\]*variable argument" "" } */
7 va_list q;
8 va_start (q, t);