aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-2/+6
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis1-4/+6
2003-03-28decl2.c (generate_ctor_or_dtor_function): Tolerate a non-existant ssdf_decls ...Mark Mitchell1-10/+20
2003-03-28re PR c++/10047 (-fno-default-inline produces bogus warnings)Nathan Sidwell1-1/+5
2003-03-24re PR c++/10026 (ICE on incomplete type)Nathan Sidwell1-0/+2
2003-03-21decl2.c (arg_assoc_class): Correct check for namespace-scope friends.Mark Mitchell1-1/+1
2003-03-20cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.Matt Austern1-6/+31
2003-03-15Compile-time improvement: 2/n.Gabriel Dos Reis1-33/+31
2003-03-13decl2.c (do_nonmember_using_decl): Correct handling of simultaneous type/non-...Mark Mitchell1-0/+7
2003-03-12re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)Mark Mitchell1-10/+4
2003-03-11re PR c++/9924 (Multiple using statements for builtin functions not allowed)Mark Mitchell1-12/+18
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell1-4/+3
2003-03-11re PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)Jason Merrill1-0/+10
2003-03-10re PR c++/9868 (ICE in c_expand_expr when qualifying member variable)Jason Merrill1-3/+4
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell1-42/+56
2003-02-26re PR c++/9683 (bug in initialization chains for static const variables from ...Mark Mitchell1-15/+24
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-3/+3
2003-02-14decl2.c: Include "timevar.h".Gabriel Dos Reis1-9/+18
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-28/+8
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-39/+12
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+3
2003-01-10re PR c++/9128 (Typeid does not work on polymorphic classes)Mark Mitchell1-129/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+3
2003-01-07re PR c++/9165 (false "defined but not used" warnings)Mark Mitchell1-0/+12
2003-01-07* decl2.c (mark_used): Do not synthesize thunks.Mark Mitchell1-0/+1
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode1-1/+1
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-0/+1
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern1-32/+33
2002-12-31class.c (modify_vtable_entry): Remove unused variable.Nathan Sidwell1-1/+8
2002-12-30parse.y: Remove.Mark Mitchell1-3/+3
2002-12-30decl.c, [...]: GCC, not GNU CC.Nathanael Nerode1-5/+5
2002-12-29Remove traditional C constructs 4/n.Gabriel Dos Reis1-343/+217
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-5/+5
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-97/+141
2002-12-26re PR c++/4803 (Inline function never defined)Nathan Sidwell1-21/+29
2002-12-24re PR c++/7964 (ICE in build_base_path)Nathan Sidwell1-5/+7
2002-12-24re PR c++/9053 (g++ confused about ambiguity of overloaded function templates)Nathan Sidwell1-69/+74
2002-12-22re PR c++/8572 (ICE with external definition of conversion operator to intern...Nathan Sidwell1-1/+19
2002-12-19Handle anonymous unions at the tree level.Jason Merrill1-77/+38
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-37/+2
2002-12-10re PR c++/8153 (ICE with static const member in class)Mark Mitchell1-22/+24
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-3/+3
2002-11-15ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-11-06* decl2.c (finish_file): Correct spelling.Geoffrey Keating1-1/+1
2002-11-04call.c (build_special_member_call): Do not try to lookup VTTs by name.Mark Mitchell1-44/+56
2002-11-02PR c/7353 reduxZack Weinberg1-1/+7
2002-10-31cp-tree.h (lang_decl_flags): Remove init_priority.Mark Mitchell1-1/+0
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell1-17/+7
2002-10-09* decl2.c (prune_vtable_vardecl): Delete unused function.Kaveh R. Ghazi1-10/+0
2002-10-08re PR c++/7754 (ICE SIGSEGV on union with template parameter)Mark Mitchell1-17/+22