aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-61/+61
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-92/+92
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-1/+1
2005-06-02re PR c++/21280 (#pragma interface, templates, and "inline function used but ...Nathan Sidwell1-8/+12
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-0/+47
2005-05-17re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili...H.J. Lu1-2/+6
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+9
2005-05-06decl2.c (pending_statics, [...]): Use VEC instead of VARRAY.Kazu Hirata1-14/+10
2005-05-06decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata1-23/+20
2005-05-06* decl2.c (spew_debug): Remove.Kazu Hirata1-4/+0
2005-05-05decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY.Kazu Hirata1-12/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-12target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.Mark Mitchell1-34/+49
2005-04-05re PR c++/19159 (Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info)Mark Mitchell1-14/+35
2005-04-04decl2.c (finish_objects): Revert my previous patch.Jan Hubicka1-8/+0
2005-03-30[multiple changes]Jan Hubicka1-2/+3
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell1-8/+6
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-1/+1
2005-02-18re PR c++/19508 (dwarf2, ICE on __attribute__(aligned) in class template)Giovanni Bajo1-1/+10
2005-02-15decl2.c (mark_used): Set the source location of the used decl to the current ...Alexandre Oliva1-1/+12
2005-02-03re PR c++/17401 (ICE with invalid pure specifier)Giovanni Bajo1-52/+5
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-5/+5
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell1-4/+4
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-5/+4
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-2/+0
2004-11-29[multiple changes]Joseph Myers1-0/+4
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston1-1/+1
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell1-1/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-1/+1
2004-10-17re PR c++/17743 (dependent expressions in attributes)Giovanni Bajo1-0/+3
2004-10-13toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler1-5/+0
2004-10-11re PR c++/17929 (ICE with qualified name in template specialization)Mark Mitchell1-2/+8
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-6/+2
2004-10-04Convert diagnostics to use quoting flag q 3/nGabriel Dos Reis1-38/+46
2004-09-22cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).Nathan Sidwell1-27/+10
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-2/+2
2004-09-19decl2.c (determine_visibility): Allow class visibility directives to override...Mark Mitchell1-14/+21
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-3/+0
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg1-4/+4
2004-09-02decl2.c (determine_visibility): Only check data visibility for VAR_DECLS.Paul Brook1-1/+2
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell1-7/+14
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell1-0/+6
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski1-2/+2
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-11/+12