Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.c-torture / pr18299-1.c
blob7dc1157011fb7a199657083051ac766e5436c1bc
1 /* We used to ICE in gimple-lower because we
2 would produce __t (VAR_DECL) as a statement in the
3 instruction stream which is not valid. */
5 static inline int f(int i)
7 const int __t = (__t);
9 int g(void)
11 return f(0);