------- Comment #16 from burnus at gcc dot gnu dot org  2010-09-07 15:29 -------
(In reply to comment #15)
> Created an attachment (id=21725)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21725&action=view) [edit]

+#define build6_loc(l,c,t1,t2,t3,t4,t5,t6,t7) \
+  build1_stat_loc (l,c,t1,t2,t3,t4,t5,t6,t7 MEM_STAT_INFO)

The last line should use -6- and not -1-, i.e. build1_stat_loc ->
build6_stat_loc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45186

Reply via email to