Age | Commit message (Expand) | Author | Files | Lines |
2002-08-11 | decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE... | Gabriel Dos Reis | 1 | -8/+4 |
2002-08-09 | call.c (standard_conversion): Use build_ptrmem_type. | Mark Mitchell | 1 | -58/+72 |
2002-08-09 | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 1 | -12/+12 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -0/+8 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 1 | -25/+0 |
2002-07-28 | builtins.def [...]: Require an explicit ATTRS argument. | Roger Sayle | 1 | -4/+0 |
2002-07-26 | function.c (assign_parms): Handle frontend-directed pass by invisible reference. | Jason Merrill | 1 | -16/+3 |
2002-07-23 | Fix PR/7363: | Gabriel Dos Reis | 1 | -1/+1 |
2002-07-22 | PR c++/7347, c++/7348 | Kriang Lerdsuwanakij | 1 | -8/+14 |
2002-07-17 | re PR c++/3797 (gcc 3.0 fails to emit explicit specialization of a template m... | Kriang Lerdsuwanakij | 1 | -10/+17 |
2002-07-17 | PR c++/4802, c++/5387 | Kriang Lerdsuwanakij | 1 | -0/+6 |
2002-07-09 | re PR c++/6255 (ICE with templatess) | Jason Merrill | 1 | -1/+7 |
2002-07-09 | cp-tree.h (constructor_name_p): Declare it. | Mark Mitchell | 1 | -10/+6 |
2002-07-08 | cp-tree.h (have_extern_spec): Declare it | Mark Mitchell | 1 | -8/+9 |
2002-07-01 | tree.h: Modify builtin_function interface to take an extra argument ATTRS... | Roger Sayle | 1 | -8/+20 |
2002-06-26 | cp-tree.h (xref_tag): Change prototype. | Mark Mitchell | 1 | -24/+9 |
2002-06-25 | call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | Mark Mitchell | 1 | -13/+4 |
2002-06-24 | cp-tree.h (SCALAR_TYPE_P): New macro. | Mark Mitchell | 1 | -4/+60 |
2002-06-23 | decl.c (finish_function): Change "#ifdef VMS_TARGET" to "#if VMS_TARGET". | Matt Thomas | 1 | -1/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -398/+160 |
2002-05-22 | varasm.c (default_section_type_flags): Check for VAR_DECL before using DECL_T... | Richard Henderson | 1 | -1/+1 |
2002-05-22 | decl.c (check_tag_decl): Handle RID_THREAD. | Richard Henderson | 1 | -1/+49 |
2002-05-14 | cp-tree.h (struct lang_type): Added non_zero_init. | Alexandre Oliva | 1 | -1/+15 |
2002-05-03 | defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c. | Jason Merrill | 1 | -5/+0 |
2002-04-30 | decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with ... | Jason Merrill | 1 | -0/+2 |
2002-04-29 | re PR c++/6477 (Segfault on conflicting types in trivial code) | Jakub Jelinek | 1 | -0/+2 |
2002-04-29 | re PR c++/5719 (Suspect gcc-3 to report wrong waring for 'T& T::operator+=( c... | Nathan Sidwell | 1 | -1/+3 |
2002-04-28 | re PR c/6343 (attribute((weak)) not working on second declaration) | Franz Sirl | 1 | -1/+2 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -4/+0 |
2002-04-23 | re PR c++/6395 (gcc-3_1-branch regression for g++.old-deja/g++.jason/synth5.C) | Jason Merrill | 1 | -11/+12 |
2002-04-20 | Makefile.in: Update. | Neil Booth | 1 | -13/+7 |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -2/+0 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -2/+2 |
2002-04-16 | decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle its... | Mark Mitchell | 1 | -1/+3 |
2002-04-13 | Revert these changes: | Mark Mitchell | 1 | -8/+14 |
2002-04-12 | decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl... | Richard Sandiford | 1 | -19/+76 |
2002-04-11 | Revert previous patch. | Richard Sandiford | 1 | -28/+3 |
2002-04-11 | decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl... | Richard Sandiford | 1 | -3/+28 |
2002-04-10 | re PR c++/5507 (Overzealous implicit typename warning) | Nathan Sidwell | 1 | -0/+11 |
2002-04-07 | re PR c++/5571 (crash in initialization of a static variable) | Mark Mitchell | 1 | -80/+53 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -9/+0 |
2002-04-03 | re PR c++/5998 (regression, all builtins disabled) | Roger Sayle | 1 | -3/+0 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -2/+2 |
2002-04-01 | re PR c++/5998 (regression, all builtins disabled) | Roger Sayle | 1 | -1/+3 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -1/+1 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+1 |
2002-03-29 | re PR c++/5998 (regression, all builtins disabled) | Roger Sayle | 1 | -36/+72 |
2002-03-27 | Makefile.in (attribs.o): Update. | Neil Booth | 1 | -1/+1 |
2002-03-26 | Makefile.in (ggc-common.o): Update. | Neil Booth | 1 | -1/+1 |
2002-03-25 | c-decl.c (maybe_build_cleanup): Remove. | Neil Booth | 1 | -3/+3 |