projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa3a4a1
)
* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
author
Jan Hubicka
<jh@suse.cz>
Mon, 23 May 2005 12:37:47 +0000
(14:37 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Mon, 23 May 2005 12:37:47 +0000
(12:37 +0000)
From-SVN: r100080
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree-flow.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c65fdfdbfef709d03ced993f9291fd73b2c11bae..25e9ec32955af10b427113cd7425ef3e81ccfd60 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2005-05-23 Jan Hubicka <jh@suse.cz>
+
+ * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
+
2005-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
diff --git
a/gcc/tree-flow.h
b/gcc/tree-flow.h
index 3fc5d98ab49307d682142b3f927461071348d14b..348b16d8445be22bd1f09aba4277a4f9b2f8598f 100644
(file)
--- a/
gcc/tree-flow.h
+++ b/
gcc/tree-flow.h
@@
-308,7
+308,7
@@
struct stmt_ann_d GTY(())
unsigned makes_clobbering_call : 1;
/* Basic block that contains this statement. */
- basic_block
GTY ((skip ("")))
bb;
+ basic_block bb;
/* Operand cache for stmt. */
struct stmt_operands_d GTY ((skip (""))) operands;