public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix bootstrap on spu
@ 2007-08-28 16:37 Richard Guenther
  0 siblings, 0 replies; only message in thread
From: Richard Guenther @ 2007-08-28 16:37 UTC (permalink / raw)
  To: gcc-patches


Committed as obvious.

Richard.

Index: ChangeLog
===================================================================
*** ChangeLog	(revision 127864)
--- ChangeLog	(working copy)
***************
*** 1,3 ****
--- 1,8 ----
+ 2007-08-28  Richard Guenther  <rguenther@suse.de>
+ 
+ 	* tree.h (struct tree_function_decl): Increase size of
+ 	function_code bitfield.
+ 
  2007-08-28  Nathan Sidwell  <nathan@codesourcery.com>
  	    Kazu Hirata  <kazu@codesourcery.com>
  
Index: tree.h
===================================================================
*** tree.h	(revision 127864)
--- tree.h	(working copy)
*************** struct tree_function_decl GTY(())
*** 3312,3325 ****
       DECL_FUNCTION_CODE.  Otherwise unused.
       ???  The bitfield needs to be able to hold all target function
  	  codes as well.  */
!   ENUM_BITFIELD(built_in_function) function_code : 10;
    ENUM_BITFIELD(built_in_class) built_in_class : 2;
  
    unsigned static_ctor_flag : 1;
    unsigned static_dtor_flag : 1;
    unsigned uninlinable : 1;
-   unsigned possibly_inlined : 1;
  
    unsigned novops_flag : 1;
    unsigned returns_twice_flag : 1;
    unsigned malloc_flag : 1;
--- 3312,3325 ----
       DECL_FUNCTION_CODE.  Otherwise unused.
       ???  The bitfield needs to be able to hold all target function
  	  codes as well.  */
!   ENUM_BITFIELD(built_in_function) function_code : 11;
    ENUM_BITFIELD(built_in_class) built_in_class : 2;
  
    unsigned static_ctor_flag : 1;
    unsigned static_dtor_flag : 1;
    unsigned uninlinable : 1;
  
+   unsigned possibly_inlined : 1;
    unsigned novops_flag : 1;
    unsigned returns_twice_flag : 1;
    unsigned malloc_flag : 1;
*************** struct tree_function_decl GTY(())
*** 3327,3338 ****
    unsigned declared_inline_flag : 1;
    unsigned regdecl_flag : 1;
    unsigned inline_flag : 1;
-   unsigned no_instrument_function_entry_exit : 1;
  
    unsigned no_limit_stack : 1;
    unsigned disregard_inline_limits : 1;
  
!   /* 6 bits left */
  };
  
  /* For a TYPE_DECL, holds the "original" type.  (TREE_TYPE has the copy.) */
--- 3327,3338 ----
    unsigned declared_inline_flag : 1;
    unsigned regdecl_flag : 1;
    unsigned inline_flag : 1;
  
+   unsigned no_instrument_function_entry_exit : 1;
    unsigned no_limit_stack : 1;
    unsigned disregard_inline_limits : 1;
  
!   /* 5 bits left */
  };
  
  /* For a TYPE_DECL, holds the "original" type.  (TREE_TYPE has the copy.) */

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

only message in thread, other threads:[~2007-08-28 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-28 16:37 [PATCH] Fix bootstrap on spu 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).