]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgloop.h
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
[thirdparty/gcc.git] / gcc / cfgloop.h
index 5c03390ab253d9d19859589048ac90444e1cac2b..ed6ef3d5c87e09de2c000ba869c1cb094d864229 100644 (file)
@@ -649,7 +649,7 @@ fel_init (loop_iterator *li, loop_p *loop, unsigned flags)
 
 #define FOR_EACH_LOOP_BREAK(LI) \
   { \
-    VEC_free (int, heap, (LI)->to_visit); \
+    VEC_free (int, heap, (LI).to_visit); \
     break; \
   }