public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH]: Restore bootstrap with --enable-build-with-cxx
@ 2011-05-18  4:50 Uros Bizjak
  2011-05-18  6:15 ` Toon Moene
  0 siblings, 1 reply; 7+ messages in thread
From: Uros Bizjak @ 2011-05-18  4:50 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

Hello!

2011-05-17  Uros Bizjak  <ubizjak@gmail.com>

	* ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
	info->entry with 0
	* tree-inline.c (maybe_inline_call_in_expr):  Initialize
	id.transform_lang_insert_block with NULL.

Tested on x86_64-pc-linux-gnu {, m32} with --enable-build-with-cxx.
Committed to mainline SVN as obvious.

Uros.

[-- Attachment #2: p.diff.txt --]
[-- Type: text/plain, Size: 1056 bytes --]

Index: ipa-inline-analysis.c
===================================================================
--- ipa-inline-analysis.c	(revision 173832)
+++ ipa-inline-analysis.c	(working copy)
@@ -702,7 +702,7 @@ inline_node_duplication_hook (struct cgr
       bool inlined_to_p = false;
       struct cgraph_edge *edge;
 
-      info->entry = false;
+      info->entry = 0;
       VEC_safe_grow_cleared (tree, heap, known_vals, count);
       for (i = 0; i < count; i++)
         {
Index: tree-inline.c
===================================================================
--- tree-inline.c	(revision 173832)
+++ tree-inline.c	(working copy)
@@ -5232,7 +5232,7 @@ maybe_inline_call_in_expr (tree exp)
       id.transform_call_graph_edges = CB_CGE_DUPLICATE;
       id.transform_new_cfg = false;
       id.transform_return_to_modify = true;
-      id.transform_lang_insert_block = false;
+      id.transform_lang_insert_block = NULL;
 
       /* Make sure not to unshare trees behind the front-end's back
 	 since front-end specific mechanisms may rely on sharing.  */

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-18 20:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18  4:50 [PATCH]: Restore bootstrap with --enable-build-with-cxx Uros Bizjak
2011-05-18  6:15 ` Toon Moene
2011-05-18  7:26   ` Gabriel Dos Reis
2011-05-18 20:48     ` Toon Moene
2011-05-18 21:12       ` Richard Guenther
2011-05-18 21:58         ` Toon Moene
2011-05-18 22:39           ` Richard Guenther

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).