aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-15Canonicalize whitespace.Mike Stump1-1/+1
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-1/+1
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-0/+10
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-0/+41
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-1/+265
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell1-11/+13
2004-12-21re PR c++/18984 (ICE in check_pointer_types_r)Andrew Pinski1-9/+8
2004-12-12re PR middle-end/12454 (large number of if ();else if cause)Roger Sayle1-2/+8
2004-11-15cp-gimplify.c: Include pointer-set.hAndrew Pinski1-15/+16
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-4/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-5/+8
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-6/+2
2004-08-07Make return in memory explicit.Jason Merrill1-3/+19
2004-07-18re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-10/+67
2004-06-22re PR c++/16112 (ICE with statement expression in return statement)Jason Merrill1-0/+2
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-1/+1
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-0/+55
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-85/+96
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-17/+8
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-0/+236