Commit 3442b495 by Kaveh R. Ghazi Committed by Kaveh Ghazi

inline-2.c (foo): Add 'inline' keyword.

	* gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword.

From-SVN: r141663
parent 5a237951
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> 2008-11-06 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/pr37943.c: Fix missing end of file. * gcc.dg/graphite/pr37943.c: Fix missing end of file.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
and the call to link_error optimized away. */ and the call to link_error optimized away. */
extern void link_error (void); extern void link_error (void);
int __attribute__((always_inline)) foo(void) { return 0; } inline int __attribute__((always_inline)) foo(void) { return 0; }
int main() int main()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment