aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell1-0/+19
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-175/+104
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-0/+1
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis1-3/+6
2003-09-06cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis1-79/+3
2003-09-06re PR c++/11595 (crash on duplicate label definition)Steven Bosscher1-7/+4
2003-09-03targhooks.c: New file.DJ Delorie1-1/+1
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-15/+33
2003-08-29tree-optimize.c: New file.Richard Henderson1-7/+33
2003-08-26re PR c++/11871 (Koenig lookup regression)Nathan Sidwell1-1/+3
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-13/+18
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-1/+2
2003-08-21re PR c++/11614 (Incorrect handling of pointers to arrays)Jason Merrill1-13/+9
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-115/+147
2003-08-18apparently missing part of 2003-08-15 checkinNathan Sidwell1-3/+2
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-34/+3
2003-08-07decl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.Aldy Hernandez1-1/+1
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-9/+2
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-13/+0
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+2
2003-08-01re PR c++/11697 (Failure to diagnose class template redeclaration via using d...Mark Mitchell1-5/+6
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-110/+102
2003-07-29* decl.c (finish_enum): Initialize underlying_type.Rainer Orth1-1/+1
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-51/+55
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-34/+86
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-8/+8
2003-07-25cp-tree.h (build_compound_expr): Take LHS & RHS args.Nathan Sidwell1-9/+3
2003-07-25cp-tree.h (enum tsubst_flags_t): Add tf_user.Nathan Sidwell1-1/+1
2003-07-24decl.c (pushdecl_class_level): Don't use push_srcloc/pop_srcloc which causes ...Per Bothner1-2/+3
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-9/+3
2003-07-24* decl.c (reshape_init): Remove unreachable code.Nathan Sidwell1-7/+1
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-13/+20
2003-07-22re PR c++/11614 (Incorrect handling of pointers to arrays)Nathan Sidwell1-4/+8
2003-07-22re PR c++/10793 (ICE (treecheck) when partial-specializing with an invalid ty...Kriang Lerdsuwanakij1-0/+3
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-11/+6
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-0/+2
2003-07-16re PR c++/5421 (friends+templates: ICE: expected identifier_node, have templa...Kriang Lerdsuwanakij1-1/+4
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-4/+0
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-10/+16
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-30/+24
2003-07-11Index: ChangeLogGeoffrey Keating1-0/+4
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell1-1/+1
2003-07-10PR c++ 9483Nathan Sidwell1-6/+9
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-2/+2
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+9
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-12/+6
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-6/+4
2003-07-05call.c: Fix comment typos.Kazu Hirata1-3/+3
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-27/+18