Age | Commit message (Expand) | Author | Files | Lines |
2001-06-27 | system.h (TARGET_ESC): Move to ... | Neil Booth | 2 | -9/+16 |
2001-06-26 | toplev.c (decode_f_option): Adjust setting. | Gabriel Dos Reis | 3 | -3/+7 |
2001-06-26 | Makefile.in (TARGET_H, [...]): New. | Neil Booth | 4 | -17/+22 |
2001-06-26 | diagnostic.h (struct diagnostic_context): Add new field. | Gabriel Dos Reis | 2 | -5/+8 |
2001-06-19 | except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe... | Richard Sandiford | 2 | -3/+8 |
2001-06-18 | Implement the Named Return Value optimization. | Jason Merrill | 5 | -12/+83 |
2001-06-18 | tidy | Jason Merrill | 1 | -9/+6 |
2001-06-15 | class.c (dfs_accumulate_vtbl_inits): Just point to the base we're sharing a c... | Jason Merrill | 2 | -135/+79 |
2001-06-14 | class.c (dfs_find_final_overrider): Fix logic. | Jason Merrill | 3 | -21/+51 |
2001-06-14 | class.c (dfs_accumulate_vtbl_inits): For case 2 & 3... | Nathan Sidwell | 2 | -3/+27 |
2001-06-13 | * NEWS: Update release number. | Mark Mitchell | 2 | -1/+7 |
2001-06-12 | PR c++/3130, c++/3131, c++/3132 | Nathan Sidwell | 3 | -67/+204 |
2001-06-12 | re PR c++/3089 (ICE in dfs_accumulate_vtbl_inits) | Nathan Sidwell | 2 | -82/+114 |
2001-06-11 | c-tree.texi: Update information about flag_honor_std. | Mark Mitchell | 2 | -3/+8 |
2001-06-10 | typeck.c (get_member_function_from_ptrfunc): Don't clobber delta. | Alexandre Oliva | 2 | -5/+8 |
2001-06-10 | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 6 | -6/+29 |
2001-06-08 | decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change. | Nathan Sidwell | 2 | -4/+9 |
2001-06-08 | re PR c++/2929 (gcc crash when compiling a sample) | Nathan Sidwell | 2 | -11/+30 |
2001-06-08 | re PR c++/3061 (kde2/artsd miscompilation (part 2)) | Nathan Sidwell | 3 | -58/+98 |
2001-06-08 | tree.h (DECL_SOURCE_FILE): Improve documentation. | Mark Mitchell | 2 | -0/+18 |
2001-06-07 | lang-specs.h: Move -D_GNU_SOURCE to config/linux.h. | Phil Edwards | 2 | -3/+7 |
2001-06-07 | re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp) | Nathan Sidwell | 2 | -1/+12 |
2001-06-06 | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 7 | -246/+261 |
2001-06-06 | call.c (convert_default_arg): Use INTEGRAL_TYPE_P. | John David Anglin | 5 | -10/+13 |
2001-06-06 | * semantics.c (begin_class_definition): Robustify. | Mark Mitchell | 2 | -7/+20 |
2001-06-06 | pt.c (instantiate_decl): Tell the repository code about the clones, not the c... | Mark Mitchell | 3 | -2/+33 |
2001-06-05 | call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on ... | Nathan Sidwell | 2 | -5/+17 |
2001-06-05 | decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning. | Nathan Sidwell | 2 | -1/+6 |
2001-06-05 | class.c (layout_vtable_decl): Fix off by one error on build_index_type. | Nathan Sidwell | 2 | -6/+11 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 6 | -81/+264 |
2001-06-01 | Amend previous changelog PR g++/2936 Part missed from first commit | Nathan Sidwell | 2 | -1/+9 |
2001-05-30 | re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --... | Nathan Sidwell | 2 | -2/+27 |
2001-05-26 | re PR c++/2823 (kde2/artsd miscompilation (part 1)) | Nathan Sidwell | 2 | -2/+12 |
2001-05-26 | toplev.c (debug_args, [...]): Mark descriptions for translation. | Zack Weinberg | 1 | -41/+82 |
2001-05-25 | Standardize header guards. | Richard Henderson | 3 | -7/+11 |
2001-05-25 | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 2 | -1/+18 |
2001-05-25 | invoke.texi (-fno-builtin): Document that this is always on in C++. | Mark Mitchell | 2 | -5/+13 |
2001-05-24 | re PR c++/2184 (using declarations for classes in function templates) | Nathan Sidwell | 2 | -2/+6 |
2001-05-23 | optimize.c (initialize_inlined_parameters): Don't set TREE_READONLY for a VAR... | Mark Mitchell | 2 | -0/+18 |
2001-05-22 | class.c, [...]: Remove com_interface attribute support. | Jason Merrill | 5 | -38/+10 |
2001-05-22 | parse.y: Refer to compound literals as such, not as constructor-expressions. | Joseph Myers | 2 | -2/+7 |
2001-05-22 | call.c (build_op_delete_call): Ignore exception-specifications when looking f... | Mark Mitchell | 3 | -17/+73 |
2001-05-21 | class.c (build_vtable_entry_ref): Lose vtbl parm. | Jason Merrill | 3 | -23/+31 |
2001-05-21 | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 9 | -79/+52 |
2001-05-21 | tweak formatting | Jason Merrill | 1 | -3/+3 |
2001-05-20 | re PR c++/2781 (bad code generated for reference call with -O2 (regression fr... | Nathan Sidwell | 2 | -1/+14 |
2001-05-20 | pt.c (determine_specialization): Ignore artificial functions. | Kriang Lerdsuwanakij | 2 | -0/+7 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 3 | -10/+14 |
2001-05-18 | decl2.c (finish_objects): Use the original SYMBOL_REF from the function decla... | Diego Novillo | 2 | -1/+6 |
2001-05-18 | re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0)) | Nathan Sidwell | 2 | -11/+28 |