aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-3/+3
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+8
2012-10-10tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen1-5/+6
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+18
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-2/+1
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-2/+3
2012-04-17cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar...Tom de Vries1-153/+179
2011-12-21re PR c++/51611 ([c++0x] ICE with non-static data member initializer and virt...Jason Merrill1-0/+2
2011-12-19gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek1-2/+2
2011-11-12re PR c++/51060 (Temporary object stack space is not re-used)Jason Merrill1-1/+2
2011-09-26re PR c++/26747 (bad break/continue is not detected until the gimplifier)Paolo Carlini1-10/+0
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-17/+27
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