aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-7/+7
2006-08-21re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill1-5/+2
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek1-0/+37
2006-06-06Fix up whitespacingMike Stump1-2/+2
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek1-1/+10
2006-03-21re PR c++/26691 (Wrong code for constructor with default value)Jakub Jelinek1-6/+23
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-31/+194
2006-02-09re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill1-1/+3
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-1/+1
2005-12-07* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.Volker Reichelt1-2/+1
2005-11-30re PR c++/21123 (ICE in cp_expr_size, at cp/cp-objcp-common.c:101)Jason Merrill1-1/+4
2005-09-07cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR for EMPTY_CLASS_EXPR.Richard Guenther1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2