aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-15call.c (call_builtin_trap): New fn.Jason Merrill1-4/+22
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-12/+12
2002-09-15re PR c++/7919 (using declarations screw this pointer)Nathan Sidwell1-1/+11
2002-09-13cp-tree.h, tree.c: New function non_cast_lvalue_p.Matt Austern1-1/+1
2002-09-13call.c: Fix comment formatting.Kazu Hirata1-13/+13
2002-09-04typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type.Jason Merrill1-1/+4
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell1-2/+1
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-2/+2
2002-08-08Rework build_component_ref.Mark Mitchell1-12/+11
2002-08-02Fix typoMark Mitchell1-1/+1
2002-08-02call.c (build_method_call): Issue a more helpful error message about ambiguou...Mark Mitchell1-3/+9
2002-08-02langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill1-30/+9
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-240/+387
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-8/+50
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-1/+1
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-10/+10
2002-05-20call.c (any_strictly_viable): New.Alexandre Oliva1-1/+31
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-11/+14
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-1/+1
2002-04-13re PR c++/5189 (g++ -c bug.cpp crashed on simple stupid file)Mark Mitchell1-0/+30
2002-04-06re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill1-18/+1
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-03-27re PR c++/4884 (g++ 3.0.2 problem with -fvolatile)Mark Mitchell1-6/+13
2002-03-18PR c++/4222, c++/5995Jason Merrill1-1/+2
2002-03-17fix commentJason Merrill1-2/+1
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-48/+36
2002-03-14call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.Jakub Jelinek1-0/+1
2002-03-11Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect.Nathan Sidwell1-4/+2
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-3/+3
2002-02-01re PR c++/4872 (missed warning (no return) -- regression from 2.95)Jason Merrill1-0/+3
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-9/+9
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-1/+4
2002-01-08call.c (convert_like): Add parenthesis and wrap.Graham Stott1-4/+6
2002-01-02PR c++/5116, c++/764 reversionNathan Sidwell1-10/+0
2002-01-02PR c++/5116, c++/764Nathan Sidwell1-8/+17
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell1-8/+7
2001-12-18call.c (build_new_method_call): Use '%#V'.Nathan Sidwell1-3/+3
2001-12-18gcc.pot: Regenerate.Joseph Myers1-3/+3
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-58/+58
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-12decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill1-2/+1
2001-12-09re PR c++/87 (member template assignment operator)Nathan Sidwell1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-29re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that ...Mark Mitchell1-1/+1
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-2/+2
2001-11-26* call.c (joust): Remove COND_EXPR hack.Jason Merrill1-21/+1
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-8/+16
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-4/+4
2001-11-20re PR c++/3637 (Internal compiler error in finish_member_declaration)Mark Mitchell1-24/+27