Commit 841d09e0 by Kaveh R. Ghazi Committed by Kaveh Ghazi

vect-ifcvt-9.c: Use inline.

	* gcc.dg/vect/vect-ifcvt-9.c: Use inline.

From-SVN: r131735
parent 3c631381
2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/vect/vect-ifcvt-9.c: Use inline.
2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/unchecked_union1.adb: New test.
......@@ -12,7 +12,7 @@ extern void abort(void);
int A[N] = {36,39,42,45,43,32,21,12,23,34,45,56,67,78,89,11};
int B[N] = {0,0,42,42,42,0,0,0,0,0,42,42,42,42,42,0};
void foo () __attribute__((always_inline));
inline void foo () __attribute__((always_inline));
void foo ()
{
int i, j;
......
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