OSDN Git Service

* doc/passes.texi (Tree-SSA passes): Document SLP pass.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / attr-weak-1.c
1 /* { dg-do compile } */
2
3 __inline void foo(void) __attribute__((weak));  /* { dg-error "inline.*weak" } */
4