aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-07-11stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell2-17/+64
2001-07-11* Revert today's change -- there is a subtle bug.Ben Elliston5-28/+17
2001-07-11re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston5-15/+39
2001-07-11pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope variables.Mark Mitchell2-2/+8
2001-07-10semantics.c (cp_expand_stmt): Fix for null current_function_return_value.Jason Merrill2-2/+11
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-7/+14
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male3-6/+7
2001-07-09typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify...Erik Rozendaal2-4/+19
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers3-14/+8
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers3-3/+8
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs3-13/+13
2001-07-06cp-tree.def (TEMPLATE_DECL): Update comment.Ira Ruben2-2/+7
2001-07-06cp-tree.h (copy_template_template_parm): Rename to ...Kriang Lerdsuwanakij4-34/+26
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill6-16/+48
2001-07-02c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell3-68/+89
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers2-7/+6
2001-06-29* cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.Nathan Sidwell2-4/+4
2001-06-28diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis2-7/+14
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth2-9/+16
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis3-3/+7
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth4-17/+22
2001-06-26diagnostic.h (struct diagnostic_context): Add new field.Gabriel Dos Reis2-5/+8
2001-06-19except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe...Richard Sandiford2-3/+8
2001-06-18Implement the Named Return Value optimization.Jason Merrill5-12/+83
2001-06-18tidyJason Merrill1-9/+6
2001-06-15class.c (dfs_accumulate_vtbl_inits): Just point to the base we're sharing a c...Jason Merrill2-135/+79
2001-06-14class.c (dfs_find_final_overrider): Fix logic.Jason Merrill3-21/+51
2001-06-14class.c (dfs_accumulate_vtbl_inits): For case 2 & 3...Nathan Sidwell2-3/+27
2001-06-13* NEWS: Update release number.Mark Mitchell2-1/+7
2001-06-12PR c++/3130, c++/3131, c++/3132Nathan Sidwell3-67/+204
2001-06-12re PR c++/3089 (ICE in dfs_accumulate_vtbl_inits)Nathan Sidwell2-82/+114
2001-06-11c-tree.texi: Update information about flag_honor_std.Mark Mitchell2-3/+8
2001-06-10typeck.c (get_member_function_from_ptrfunc): Don't clobber delta.Alexandre Oliva2-5/+8
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis6-6/+29
2001-06-08decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change.Nathan Sidwell2-4/+9
2001-06-08re PR c++/2929 (gcc crash when compiling a sample)Nathan Sidwell2-11/+30
2001-06-08re PR c++/3061 (kde2/artsd miscompilation (part 2))Nathan Sidwell3-58/+98
2001-06-08tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell2-0/+18
2001-06-07lang-specs.h: Move -D_GNU_SOURCE to config/linux.h.Phil Edwards2-3/+7
2001-06-07re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp)Nathan Sidwell2-1/+12
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill7-246/+261
2001-06-06call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin5-10/+13
2001-06-06* semantics.c (begin_class_definition): Robustify.Mark Mitchell2-7/+20
2001-06-06pt.c (instantiate_decl): Tell the repository code about the clones, not the c...Mark Mitchell3-2/+33
2001-06-05call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on ...Nathan Sidwell2-5/+17
2001-06-05decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.Nathan Sidwell2-1/+6
2001-06-05class.c (layout_vtable_decl): Fix off by one error on build_index_type.Nathan Sidwell2-6/+11
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell6-81/+264
2001-06-01Amend previous changelog PR g++/2936 Part missed from first commitNathan Sidwell2-1/+9
2001-05-30re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --...Nathan Sidwell2-2/+27