* gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword.
From-SVN: r141663
+2008-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword.
+
2008-11-06 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/pr37943.c: Fix missing end of file.
and the call to link_error optimized away. */
extern void link_error (void);
-int __attribute__((always_inline)) foo(void) { return 0; }
+inline int __attribute__((always_inline)) foo(void) { return 0; }
int main()
{