public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [lto]: Add more flags, clear more bugs.
@ 2007-11-13 23:47 Kenneth Zadeck
  0 siblings, 0 replies; only message in thread
From: Kenneth Zadeck @ 2007-11-13 23:47 UTC (permalink / raw)
  To: gcc-patches, Nathan Froyd

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

2007-11-13  Kenneth Zadeck <zadeck@naturalbridge.com>

    * lto-tree-flags.def (PARM_DECL): Serialize the addressable_flag.
    (PHI_NODE): Serialize the asm_written_flag.

This clears several ssa verification errors and 1 testcase failure.

committed as revision 130161.

kenny

[-- Attachment #2: postmerge23.diff --]
[-- Type: text/x-patch, Size: 627 bytes --]

Index: lto-tree-flags.def
===================================================================
--- lto-tree-flags.def	(revision 130159)
+++ lto-tree-flags.def	(working copy)
@@ -492,6 +492,7 @@
     END_EXPR_CASE (ORDERED_EXPR)
       
     START_EXPR_CASE (PARM_DECL)
+      ADD_EXPR_FLAG (addressable_flag)
       ADD_DECL_FLAG (nonlocal_flag)
       ADD_DECL_FLAG (virtual_flag)
       ADD_DECL_FLAG (abstract_flag)
@@ -503,6 +504,7 @@
     END_EXPR_CASE (PARM_DECL)
       
     START_EXPR_CASE (PHI_NODE)
+      ADD_EXPR_FLAG (asm_written_flag)
     END_EXPR_CASE (PHI_NODE)
       
     START_EXPR_CASE (PLACEHOLDER_EXPR)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-13 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-13 23:47 [lto]: Add more flags, clear more bugs Kenneth Zadeck

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).