summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell2001-07-112-17/+64
* * Revert today's change -- there is a subtle bug.Ben Elliston2001-07-115-28/+17
* re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston2001-07-115-15/+39
* pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope variables.Mark Mitchell2001-07-112-2/+8
* semantics.c (cp_expand_stmt): Fix for null current_function_return_value.Jason Merrill2001-07-102-2/+11
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-7/+14
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-103-6/+7
* typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify...Erik Rozendaal2001-07-092-4/+19
* target.h (struct gcc_target): Add insert_attributes.Joseph Myers2001-07-083-14/+8
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-083-3/+8
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-073-13/+13
* cp-tree.def (TEMPLATE_DECL): Update comment.Ira Ruben2001-07-062-2/+7
* cp-tree.h (copy_template_template_parm): Rename to ...Kriang Lerdsuwanakij2001-07-064-34/+26
* cvt.c (convert_lvalue): New fn.Jason Merrill2001-07-056-16/+48
* c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell2001-07-023-68/+89
* target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers2001-06-292-7/+6
* * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.Nathan Sidwell2001-06-292-4/+4
* diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis2001-06-282-7/+14
* system.h (TARGET_ESC): Move to ...Neil Booth2001-06-272-9/+16
* toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis2001-06-263-3/+7
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-264-17/+22
* diagnostic.h (struct diagnostic_context): Add new field.Gabriel Dos Reis2001-06-262-5/+8
* except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe...Richard Sandiford2001-06-192-3/+8
* Implement the Named Return Value optimization.Jason Merrill2001-06-185-12/+83
* tidyJason Merrill2001-06-181-9/+6
* class.c (dfs_accumulate_vtbl_inits): Just point to the base we're sharing a c...Jason Merrill2001-06-152-135/+79
* class.c (dfs_find_final_overrider): Fix logic.Jason Merrill2001-06-143-21/+51
* class.c (dfs_accumulate_vtbl_inits): For case 2 & 3...Nathan Sidwell2001-06-142-3/+27
* * NEWS: Update release number.Mark Mitchell2001-06-132-1/+7
* PR c++/3130, c++/3131, c++/3132Nathan Sidwell2001-06-123-67/+204
* re PR c++/3089 (ICE in dfs_accumulate_vtbl_inits)Nathan Sidwell2001-06-122-82/+114
* c-tree.texi: Update information about flag_honor_std.Mark Mitchell2001-06-112-3/+8
* typeck.c (get_member_function_from_ptrfunc): Don't clobber delta.Alexandre Oliva2001-06-102-5/+8
* Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis2001-06-106-6/+29
* decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change.Nathan Sidwell2001-06-082-4/+9
* re PR c++/2929 (gcc crash when compiling a sample)Nathan Sidwell2001-06-082-11/+30
* re PR c++/3061 (kde2/artsd miscompilation (part 2))Nathan Sidwell2001-06-083-58/+98
* tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell2001-06-082-0/+18
* lang-specs.h: Move -D_GNU_SOURCE to config/linux.h.Phil Edwards2001-06-072-3/+7
* re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp)Nathan Sidwell2001-06-072-1/+12
* cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill2001-06-067-246/+261
* call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin2001-06-065-10/+13
* * semantics.c (begin_class_definition): Robustify.Mark Mitchell2001-06-062-7/+20
* pt.c (instantiate_decl): Tell the repository code about the clones, not the c...Mark Mitchell2001-06-063-2/+33
* call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on ...Nathan Sidwell2001-06-052-5/+17
* decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.Nathan Sidwell2001-06-052-1/+6
* class.c (layout_vtable_decl): Fix off by one error on build_index_type.Nathan Sidwell2001-06-052-6/+11
* c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell2001-06-056-81/+264
* Amend previous changelog PR g++/2936 Part missed from first commitNathan Sidwell2001-06-012-1/+9
* re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --...Nathan Sidwell2001-05-302-2/+27