This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/32722] [4.3 Regression] Bootstrap failure with -fno-tree-store-copy-prop



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-07-11 13:14 -------
Created an attachment (id=13886)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13886&action=view)
"reduced" testcase

I suppose it needs some minimal DECL_UID, this is as small as I can get it
(automated).  Fails in verify_ssa compiling with -O2 -fno-tree-store-copy-prop
--param ggc-min-expand=0 --param ggc-min-heapsize=0.

tree-ssa-structalias.3.min.i:1098: error: definition in block 5 follows the use
for SSA_NAME: D.4370_29 in statement:
D.4369_26 = D.4370_29;
tree-ssa-structalias.3.min.i:1098: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32722


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]