@@ -1,3 +1,8 @@
+2011-06-29 Diego Novillo <dnovillo@google.com>
+
+ * pph-streamer-in.c (pph_read_tree): Call
+ append_to_statement_list_force instead of append_to_statement_list.
+
2011-06-28 Diego Novillo <dnovillo@google.com>
* pph-streamer-in.c (pph_in_ld_fn): Instantiate
@@ -1488,7 +1488,7 @@ pph_read_tree (struct lto_input_block *ib ATTRIBUTE_UNUSED,
for (i = 0; i < num_trees; i++)
{
tree stmt = pph_in_tree (stream);
- append_to_statement_list (stmt, &expr);
+ append_to_statement_list_force (stmt, &expr);
}
}
break;
@@ -1,3 +1,7 @@
+2011-06-29 Diego Novillo <dnovillo@google.com>
+
+ * g++.dg/pph/c1attr-warn-unused-result.cc: Remove xfail marker.
+
2011-06-28 Diego Novillo <dnovillo@google.com>
* g++.dg/pph/c1attr-warn-unused-result.cc: Expect an ICE.
@@ -1,6 +1,3 @@
-/* { dg-xfail-if "ICE" { "*-*-*" } { "-fpph-map=pph.map" } } */
-// { dg-bogus "internal compiler error: Segmentation fault" "" { xfail *-*-* } 0 }
-// { dg-prune-output "In file included from" }
/* { dg-options "-w" } */
// pph asm xdiff
#include "c1attr-warn-unused-result.h"