Commit a9346b55 by Jan Hubicka Committed by Jan Hubicka

ssa-thread-12.c: Fix warning introduced by my previous change.


	* gcc.dg/tree-ssa/ssa-thread-12.c: Fix warning introduced by my
	previous change.

From-SVN: r276418
parent f30b3d28
2019-10-01 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-ssa/ssa-thread-12.c: Fix warning introduced by my
previous change.
2019-10-01 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/tree-ssa/pr61034.C: Set early-inlining-insns-O2=14.
* g++.dg/tree-ssa/pr8781.C: Likewise.
* g++.dg/warn/Wstringop-truncation-1.C: Likewise.
......
......@@ -56,7 +56,7 @@ bmp_iter_and_compl (bitmap_iterator * bi, unsigned *bit_no)
}
extern int VEC_int_base_length (VEC_int_base *);
inline bitmap
static __inline__ bitmap
compute_idf (bitmap def_blocks, bitmap_head * dfs)
{
bitmap_iterator bi;
......
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