aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-10PR c++ 9483Nathan Sidwell1-2/+15
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-103/+89
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-2/+5
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-423/+3
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-6/+6
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-2/+0
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-16/+11
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-2/+8
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi1-2/+4
2003-07-02re PR c++/9779 (ICE in type_unknown_p when casting in static member)Nathan Sidwell1-0/+5
2003-07-02re PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)Mark Mitchell1-1/+1
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-17/+43
2003-07-01re PR c++/9559 (ICE with invalid initialization of a static const member)Mark Mitchell1-6/+1
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka1-6/+6
2003-06-23decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka1-1/+3
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell1-2/+1
2003-06-11decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static con...Roger Sayle1-14/+32
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-1/+3
2003-05-21init.c (build_vec_delete): Copy the address into a temporary variable before ...Jason Merrill1-2/+1
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-16/+9
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-10/+10
2003-05-01decl2.c (comdat_linkage): Don't externalize explicit instantiations.Mark Mitchell1-1/+1
2003-05-01re PR c++/10554 (ICE with illegal using declaration)Kriang Lerdsuwanakij1-0/+1
2003-04-30PR c++/9432, c++/9528Kriang Lerdsuwanakij1-0/+8
2003-04-26* decl2.c (finish_file): Fix merge botch.Mark Mitchell1-0/+2
2003-04-26decl2.c (finish_file): Don't call import_export_decl for functions that are n...Mark Mitchell1-4/+14
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-1/+27
2003-04-20cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.Nathan Sidwell1-22/+34
2003-04-15decl2.c (mark_used): Don't instantiate anything if skip_evaluation.Jason Merrill1-4/+3
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-1/+1
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