aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-1/+1
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-39/+32
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-16re PR c++/6749 (infinite loop with inheritance of abstract classes)Kriang Lerdsuwanakij1-4/+7
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-3/+5
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-6/+17
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-9/+4
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-0/+53
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-268/+353
2004-07-18c-common.c (c_common_truthvalue_conversion): Don't warn if TREE_NO_WARNING is...Steven Bosscher1-9/+2
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-2/+1
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-6/+6
2004-07-11decl2.c (import_export_class): Never export/import vtables with inline key fu...Mike Stump1-1/+8
2004-07-01target.h (struct gcc_target): Add new field to struct cxx: import_export_class.Nick Clifton1-0/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+12
2004-06-27cp-tree.h (cp_cv_quals): New type.Mark Mitchell1-21/+6
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-26re PR c++/14865 (No instantiation of VTT at -O1)Jan Hubicka1-3/+5
2004-06-25target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.Paul Brook1-10/+23