aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-5/+3
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-1/+189
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-4/+2
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+4
2010-12-15re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th...Jakub Jelinek1-0/+17
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-06init.c (perform_member_init): Use build_vec_init_expr for value-init of array...Jason Merrill1-1/+1
2010-11-05re PR c++/46160 (ICE with volatile structure and enum)Jakub Jelinek1-0/+10
2010-10-26tree.c (build_vec_init_expr): Split out from...Jason Merrill1-4/+6
2010-08-19re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jason Merrill1-6/+9
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-6/+6
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-3/+8
2010-05-05re PR c++/43787 (memory copy of empty class (sizeof is one))Jason Merrill1-0/+20
2010-02-17re PR c++/43075 (20_util/bind/ref2.cc FAILs)Jason Merrill1-9/+0
2010-02-17re PR c++/43093 (internal compiler error: Segmentation fault when compiling F...Jason Merrill1-1/+3
2010-02-16* cp-gimplify.c (cp_gimplify_expr): Fix error recovery.Jason Merrill1-2/+4
2010-02-16re PR c++/43031 (internal compiler error: verify_gimple failed after non-triv...Jason Merrill1-0/+14
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-5/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-2/+19
2009-08-28re PR lto/41058 (FAIL: ext/pb_ds/regression/hash_data_map_rand.cc)Richard Guenther1-0/+9
2009-07-29re PR c++/40834 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-1/+0
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-39/+66
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+4
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-7/+8
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-03-17dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL I...Jakub Jelinek1-2/+1
2009-03-17re PR debug/39471 (DW_TAG_imported_module should be used (not DW_TAG_imported...Jakub Jelinek1-2/+0
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill1-8/+0
2009-01-11re PR c++/36254 (wrong "control reaches end of non-void function" warning wit...Jakub Jelinek1-7/+9
2008-10-14re PR c++/37819 (ice for bitfield code)Jakub Jelinek1-2/+6
2008-10-10re PR c++/37146 (Invalid types with COND_EXPR)Jakub Jelinek1-0/+28
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-2/+33
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka1-0/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-102/+141
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-2/+109
2008-05-23re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek1-4/+8
2008-02-19re PR c++/35028 (ICE with strange ctor and firstprivate)Jakub Jelinek1-2/+3
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-17/+38
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-06-15[multiple changes]Andrew Pinski1-6/+5
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-21/+22
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-12re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-3/+3
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek1-1/+20