aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-3/+0
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-1/+1
2002-04-13re PR c++/5373 (Statement expressions broken in C++)Mark Mitchell1-1/+5
2002-04-09re PR rtl-optimization/6189 (Regression from 3.0.x: g++ -O3 generates wrong c...Jason Merrill1-3/+8
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+1
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-46/+11
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-2/+2
2002-03-23re PR c++/3656 (ICE when incorrectly deriving a class from a templated base i...Gabriel Dos Reis1-1/+6
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-4/+0
2002-03-11Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>, DR209 is now not ...Nathan Sidwell1-22/+1
2002-02-22re PR other/5746 (0220 cvs crashes using undeclared type)Jakub Jelinek1-10/+11
2002-02-04PR c/4475, c++/3780:Jakub Jelinek1-1/+4
2002-02-04alpha.c (current_function_is_thunk): Don't check current_function_is_thunk.Richard Henderson1-3/+3
2002-02-04xref.c: Remove.Jason Merrill1-4/+0
2002-01-31re PR c++/3395 (Attribute causes type lookup to fail. Regression.)Jason Merrill1-2/+2
2002-01-24Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg1-0/+6
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-1/+1
2002-01-17decl.c (begin_constructor_body, [...]): New fns.Jason Merrill1-81/+2
2002-01-09semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis.Graham Stott1-9/+9
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson1-5/+0
2002-01-02c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill1-1/+6
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell1-4/+1
2001-12-18C++ ABI change: destroy value arguments in caller.Jason Merrill1-2/+1
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-11/+11
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-3/+3
2001-12-13c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill1-3/+4
2001-12-12decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill1-102/+31
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth1-0/+3
2001-12-08semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui...John David Anglin1-1/+2
2001-12-08c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth1-3/+0
2001-12-04Revert previous patchAlexandre Oliva1-1/+1
2001-12-04semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation.Alexandre Oliva1-1/+1
2001-11-23fix typoJason Merrill1-1/+1
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-1/+1
2001-11-20re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell1-2/+2
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-1/+1
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva1-0/+1
2001-09-04decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.Mark Mitchell1-40/+32
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-0/+28
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-27/+17
2001-07-25semantics.c (finish_this_expr): Remove unused code.Phil Edwards1-3/+0
2001-07-21Remove old-abi remnants.Nathan Sidwell1-3/+3
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-1/+2
2001-07-11stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell1-17/+59
2001-07-10semantics.c (cp_expand_stmt): Fix for null current_function_return_value.Jason Merrill1-2/+4
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill1-1/+3
2001-07-02c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell1-7/+2
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-1/+36
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill1-3/+2