mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
vect-ifcvt-9.c: Use inline.
* gcc.dg/vect/vect-ifcvt-9.c: Use inline. From-SVN: r131736
This commit is contained in:
committed by
Kaveh Ghazi
parent
d4175b9f4b
commit
25132397bd
@@ -1,3 +1,7 @@
|
||||
2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.dg/vect/vect-ifcvt-9.c: Use inline.
|
||||
|
||||
2008-01-22 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR middle-end/34739
|
||||
|
||||
@@ -11,7 +11,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;
|
||||
|
||||
Reference in New Issue
Block a user