aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-04-24* call.c (print_z_candidates): Fix off by one error.Sylvain Pion2-1/+5
2003-04-24re PR c++/10337 ("ambiguous overload"-error for non-ambiguous situation)Nathan Sidwell2-34/+47
2003-04-24re PR c++/10471 (SegFault in build_cxx_call)Mark Mitchell2-1/+8
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth4-10/+8
2003-04-23re PR c++/9847 (ICE on :?-operator with double class definition in expand_expr)Mark Mitchell5-75/+17
2003-04-22re PR c++/10446 (ICE on a definition of a nonexistent member function of a ne...Mark Mitchell2-3/+12
2003-04-22re PR c++/10428 (struct <typedef'ed name> causes ICE in write_unscoped_name)Mark Mitchell2-17/+49
2003-04-22* rtti.c (throw_bad_typeid): Use build_cxx_call.Mark Mitchell2-1/+5
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell9-27/+92
2003-04-21re PR c++/9881 (What is an address constant expression?)Nathan Sidwell2-15/+21
2003-04-20cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.Nathan Sidwell2-23/+45
2003-04-20re PR c++/10405 (Segfault in setup_class_bindings)Nathan Sidwell2-11/+21
2003-04-17re PR c/10375 (Function-local external decls of builtins don't get attributes)Roger Sayle2-0/+9
2003-04-17re PR c++/10347 (tree check ICE in dependent_type_p)Kriang Lerdsuwanakij2-1/+19
2003-04-15re PR c++/10381 (Accepts call to inexistent function)Mark Mitchell2-29/+44
2003-04-15decl2.c (mark_used): Don't instantiate anything if skip_evaluation.Jason Merrill2-4/+8
2003-04-15tree.c (build_cplus_array_type_1): Do not call uses_template_parms() on a NUL...Ziemowit Laski2-1/+6
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle2-2/+7
2003-04-13re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return)Mark Mitchell2-60/+74
2003-04-13tree.c (build_constructor): New function.Zack Weinberg10-27/+37
2003-04-12configure.in: Check for wchar.h, mbstowcs, and wcswidth.Zack Weinberg2-3/+8
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2-3/+7
2003-04-10class.c (layout_class_type): Correct handling for overlong bit-fields whose w...Mark Mitchell2-14/+27
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher5-27/+15
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg7-59/+46
2003-04-07Oops, this belongs with the previous calls.c commitZack Weinberg1-1/+1
2003-04-07call.c: Include intl.h.Zack Weinberg2-67/+103
2003-04-05decl.c (set_current_binding_level): Delete, revert last change.Kaveh R. Ghazi2-22/+19
2003-04-04name-lookup.c (find_binding): Pass appropriate pointer type to POP_TIMEVAR_AN...Kaveh R. Ghazi2-1/+6
2003-04-03Make-lang.in (cp-warn): Add $(STRICT_WARN).Kaveh R. Ghazi3-6/+7
2003-04-03cvt.c (ocp_convert): Only abort if we try to convert an object of TREE_ADDRES...Jason Merrill2-1/+5
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill2-33/+14
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi8-51/+105
2003-04-03Index: testsuite/ChangeLogGeoffrey Keating4-7/+17
2003-04-01config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp...Andrew Pinski4-4/+14
2003-03-31re PR java/10145 (java and c++ disagree about class layout)Jason Merrill2-9/+5
2003-03-30re PR c++/7647 (ICE when data member has the name of the enclosing class)Mark Mitchell3-25/+43
2003-03-30* Make-lang.in (cp/name-lookup.o): Add more dependencies.Gabriel Dos Reis2-1/+6
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis6-150/+162
2003-03-30name-lookup.c: New file.Gabriel Dos Reis7-81/+176
2003-03-28re PR c++/10245 (?: operator requires public copy constructor of return type)Jason Merrill4-10/+25
2003-03-28error.c (dump_expr): Add 0x to printed hex numbers to make output match sourc...Mike Stump2-2/+7
2003-03-28re PR c++/10218 (ICE in make_decl_rtl for invalid code)Mark Mitchell2-3/+13
2003-03-28decl2.c (generate_ctor_or_dtor_function): Tolerate a non-existant ssdf_decls ...Mark Mitchell2-10/+28
2003-03-28re PR c++/10047 (-fno-default-inline produces bogus warnings)Nathan Sidwell2-1/+11
2003-03-27re PR c++/10224 (Problem with integral constants (+ICE))Nathan Sidwell2-2/+8
2003-03-27re PR c++/10158 (ICE with templates and friends)Nathan Sidwell4-13/+28
2003-03-25call.c (print_z_candidate): Change name of first arg to msgid.Jason Merrill2-6/+15
2003-03-24Changelog commit escaped earlierNathan Sidwell2-19/+32
2003-03-24PR c++/9898, PR c++/383, DR 322Nathan Sidwell2-0/+12