aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tree-ssa
AgeCommit message (Expand)AuthorFilesLines
2006-06-19re PR tree-optimization/27090 (FRE does not look past previous type casts)Richard Guenther1-0/+21
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek2-0/+126
2006-06-13re PR tree-optimization/27830 (ICE: verify_stmts failed (invalid operand to u...Richard Guenther1-0/+18
2006-05-22re PR testsuite/27707 (g++.dg/tree-ssa/ivopts-1.C fails)Richard Guenther1-2/+2
2006-05-17re PR tree-optimization/27548 (ICE: SSA corruption - Conflict across an abnor...Jakub Jelinek1-0/+60
2006-05-17re PR tree-optimization/27549 (ICE in coalesce_abnormal_edges)Jakub Jelinek1-0/+78
2006-05-01re PR rtl-optimization/27291 (verify_flow_info failed: too many outgoing bran...Zdenek Dvorak1-0/+363
2006-05-01re PR tree-optimization/27283 (ICE: SSA corruption - Conflict across an abnor...Zdenek Dvorak1-0/+57
2006-05-01re PR target/26726 (-fivopts producing out of bounds array refs)Richard Guenther1-0/+18
2006-04-24re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-...Andrew Pinski1-0/+17
2006-03-08tree-vrp.c (infer_value_range): Only count pointer uses and dereferences if -...Jeff Law1-0/+14
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-0/+20
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-3/+3
2006-02-07re PR c++/26140 (ice on valid C++ code)Richard Guenther1-0/+15
2006-01-13Grr, wrong versionDaniel Berlin1-0/+1
2006-01-13re PR tree-optimization/25771 (ice in coalesce_abnormal_edges, at tree-outof-...Daniel Berlin1-0/+32
2006-01-11re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini1-0/+19
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther4-12/+12
2005-11-30re PR tree-optimization/21655 (g++.dg/tree-ssa/pr14814.C scan-tree-dump-times...Richard Guenther1-1/+1
2005-11-08re PR c++/23046 (ICE in set_value_range, at tree-vrp.c:191)Diego Novillo1-0/+11
2005-11-03re PR tree-optimization/24351 (ICE in do_simple_structure_copy with some C++ ...Daniel Berlin3-0/+150
2005-10-30re PR tree-optimization/24172 (error: incorrect sharing of tree nodes)Jan Hubicka1-0/+11
2005-10-20re PR c++/24439 (ICE with invert conditional containing throw)Richard Guenther1-0/+10
2005-10-19re PR tree-optimization/24231 (SSA corruption with C++ code and exceptions an...Daniel Berlin3-0/+111
2005-10-17re PR tree-optimization/22444 (ICE at tree-into-ssa.c:466)Daniel Berlin1-0/+141
2005-10-06re PR c++/22488 (C++ frontend generates RECORD_TYPEs with overlapping FIELD_D...Daniel Berlin1-0/+33
2005-10-06re PR tree-optimization/24238 (ICE: verify_ssa failed "statement makes a memo...Richard Guenther1-0/+13
2005-09-27re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill1-0/+11
2005-09-09re PR c++/23624 (ICE: internal compiler error: in invert_truthvalue, at fold-...Richard Guenther1-0/+8
2005-08-14re PR tree-optimization/22615 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-0/+28
2005-08-04re PR tree-optimization/22037 (internal compiler error: verify_ssa failed)Diego Novillo1-0/+14
2005-08-03* g++.dg/tree-ssa/pr14814.C: xfail test for &this count.Jeff Law1-1/+1
2005-08-02re PR tree-optimization/23164 (ICE in cleanup_tree_cfg with -O -fno-exceptions)Diego Novillo1-0/+16
2005-07-29re PR tree-optimization/22550 (ICE in vrp_evaluate_conditional)Diego Novillo1-0/+28
2005-07-11re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin1-0/+15
2005-07-04re PR tree-optimization/22279 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-0/+43
2005-07-01re PR tree-optimization/22071 (ICE in first_vi_for_offset, at tree-ssa-struct...Daniel Berlin1-0/+14
2005-06-30re PR tree-optimization/21584 (ICE: verify_flow_sensitive_alias_info failed.)Diego Novillo2-0/+60
2005-06-12Fix PR tree-optimization/22005 Fix PR tree-optimization/22025Daniel Berlin1-0/+10
2005-05-18re PR tree-optimization/21407 (wrong code with downcast in C++)Daniel Berlin1-0/+8
2005-05-17Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.Jeff Law1-0/+20
2005-05-17re PR middle-end/21595 (__builtin_constant_p(&"Hello"[0]) is true for C but n...Richard Guenther1-0/+10
2005-05-14fold-const.c (div_if_zero_remainder): New function.Richard Guenther1-0/+22
2005-05-11re PR middle-end/19807 (fold does not fold &a[4]-1)Richard Guenther1-0/+24
2005-04-28pr18178.C, [...]: Use cleanup-tree-dump.Kazu Hirata1-0/+1
2005-04-23re PR middle-end/21082 (&a[b] - &a[c] is not folded to b - c)Richard Guenther1-0/+13
2005-04-16Commit regression test distilled from 20963Daniel Berlin1-0/+23
2005-04-11re PR tree-optimization/20920 (ICE with eh and VRP)Diego Novillo1-0/+26
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+46
2005-03-31nothrow1.C: Use cleanup-tree-dump.Janis Johnson9-6/+10