aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-15parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation.Alexandre Oliva1-1/+2
2002-08-11decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi1-1/+4
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-11/+11
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-318/+0
2002-08-05Index: ChangeLogGeoffrey Keating1-2/+1
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-256/+0
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-14/+136
2002-07-27decl2.c (cxx_decode_option): Support -fno-builtin-foo.Roger Sayle1-0/+2
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-11/+18
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth1-5/+0
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-1/+1
2002-07-25c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth1-8/+0
2002-07-23Fix PR/7363:Gabriel Dos Reis1-1/+1
2002-07-21decl2.c (cxx_decode_option): Simplify -fhandle-exceptions test by using posit...Roger Sayle1-4/+3
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell1-0/+10
2002-07-05Repair damage on weak-impared targets caused by my previous patch.Nathan Sidwell1-2/+11
2002-06-30cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...Nathan Sidwell1-36/+33
2002-06-26cp-tree.h (xref_tag): Change prototype.Mark Mitchell1-6/+6
2002-06-23parse.y (parse_scoped_id): New function.Mark Mitchell1-1/+4
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson1-4/+0
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-1/+1
2002-06-07configure.in: Add --enable-__cxa_atexit.H.J. Lu1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-18/+8
2002-05-18decl2.c (import_export_decl): If we clear DECL_NOT_REALLY_EXTERN, make sure D...Jason Merrill1-1/+7
2002-05-16rtti.c (get_tinfo_decl): Don't call comdat_linkage.Jason Merrill1-12/+11
2002-05-14revert last checkinJason Merrill1-4/+3
2002-05-13class.c (build_vtbl_ref_1): Use fixed_type_or_null.Jason Merrill1-3/+4
2002-05-09Makefile.in: Update.Neil Booth1-7/+3
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-4/+1
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-1/+1
2002-04-17re PR c++/6316 (trap when compiling file)Jakub Jelinek1-1/+10
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-03-29re PR c++/5998 (regression, all builtins disabled)Roger Sayle1-0/+14
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+2
2002-03-20re PR c++/2136 (g++ seems to disregard '::' in '::delete')Jason Merrill1-15/+2
2002-03-15toplev.c (wrapup_global_declarations): Clarify variable handling.Jason Merrill1-2/+6
2002-03-12re PR c++/5659 (default access for class/struct bug)Nathan Sidwell1-1/+7
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-6/+2
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-8/+1
2002-02-22PR c++/2645, DR 295Nathan Sidwell1-1/+1
2002-02-07re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions)Nathan Sidwell1-1/+3
2002-02-04xref.c: Remove.Jason Merrill1-2/+0
2002-02-01re PR c++/4286 (Internal error: Segmentation fault)Jason Merrill1-0/+4
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-1/+1
2002-01-29re PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile in templates)Nathan Sidwell1-6/+24
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-7/+7
2002-01-23function.c (assign_parms): Don't put args of inline functions into registers ...Jason Merrill1-4/+0
2002-01-10* decl2.c (max_tinst_depth): Increase default limit to 500.Jakub Jelinek1-1/+1
2002-01-07decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.Jason Merrill1-1/+1