summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/3395 (Attribute causes type lookup to fail. Regression.)Jason Merrill2002-01-311-2/+2
* Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg2002-01-241-0/+6
* call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues2002-01-231-1/+1
* decl.c (begin_constructor_body, [...]): New fns.Jason Merrill2002-01-171-81/+2
* semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis.Graham Stott2002-01-091-9/+9
* c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson2002-01-051-5/+0
* c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill2002-01-021-1/+6
* call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell2001-12-291-4/+1
* C++ ABI change: destroy value arguments in caller.Jason Merrill2001-12-181-2/+1
* cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg2001-12-181-11/+11
* ChangeLog.1, [...]: Fix spelling errors.Joseph Myers2001-12-161-3/+3
* c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill2001-12-131-3/+4
* decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill2001-12-121-102/+31
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-101-0/+3
* semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui...John David Anglin2001-12-081-1/+2
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-081-3/+0
* Revert previous patchAlexandre Oliva2001-12-041-1/+1
* semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation.Alexandre Oliva2001-12-041-1/+1
* fix typoJason Merrill2001-11-231-1/+1
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-1/+1
* re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell2001-11-201-2/+2
* ChangeLog.1, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-1/+1
* Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-0/+1
* decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.Mark Mitchell2001-09-041-40/+32
* c-common.c (c_alignof, [...]): Move here...Jason Merrill2001-08-241-0/+28
* c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill2001-08-101-27/+17
* semantics.c (finish_this_expr): Remove unused code.Phil Edwards2001-07-251-3/+0
* Remove old-abi remnants.Nathan Sidwell2001-07-211-3/+3
* Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth2001-07-191-1/+2
* stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell2001-07-111-17/+59
* semantics.c (cp_expand_stmt): Fix for null current_function_return_value.Jason Merrill2001-07-101-2/+4
* cvt.c (convert_lvalue): New fn.Jason Merrill2001-07-051-1/+3
* c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell2001-07-021-7/+2
* Implement the Named Return Value optimization.Jason Merrill2001-06-181-1/+36
* cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill2001-06-061-3/+2
* * semantics.c (begin_class_definition): Robustify.Mark Mitchell2001-06-061-7/+18
* c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell2001-06-051-1/+1
* re PR c++/2823 (kde2/artsd miscompilation (part 1))Nathan Sidwell2001-05-261-2/+7
* cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill2001-05-211-36/+12
* cp-tree.h (finish_label_expr, [...]): Delete.Neil Booth2001-05-111-25/+0
* cp-tree.def (USING_STMT): New statement node.Nathan Sidwell2001-05-011-0/+3
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-21/+4
* pt.c (tsubst_decl): Use VOID_TYPE_P.Nathan Sidwell2001-04-241-2/+2
* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell2001-04-191-1/+1
* semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f...John David Anglin2001-04-181-1/+1
* cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill2001-04-121-10/+6
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-0/+1
* cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell2001-04-061-1/+1
* decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell2001-04-031-0/+5