aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-24re PR c++/10119 (tree-checking ICE in dump_expr)Nathan Sidwell1-0/+10
2003-03-24re PR c++/10026 (ICE on incomplete type)Nathan Sidwell2-5/+13
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell2-1/+6
2003-03-22PR c++/9978, c++/9708Nathan Sidwell6-78/+125
2003-03-22c-common.c: Include intl.h.Zack Weinberg2-24/+31
2003-03-21re PR c++/9898 (Template reference cast operator of template class)Nathan Sidwell2-4/+20
2003-03-21decl2.c (arg_assoc_class): Correct check for namespace-scope friends.Mark Mitchell3-7/+9
2003-03-20cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.Matt Austern4-12/+64
2003-03-20Makefile.in (STRICT2_WARN): Add @WERROR@.Loren J. Rittle1-1/+1
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode3-8/+14
2003-03-19fix typoJason Merrill1-2/+1
2003-03-19PR c++/8316, c++/9315, c++/10136Jason Merrill2-23/+44
2003-03-18decl.c (duplicate_decls): Use the new type when prototyping anticipated decls...Roger Sayle2-0/+10
2003-03-17re PR c++/10091 ([parisc] ICE in cp_expr_size, at cp/cp-lang.c:307)Jason Merrill2-2/+9