Age | Commit message (Expand) | Author | Files | Lines |
2003-04-15 | re PR c++/10381 (Accepts call to inexistent function) | Mark Mitchell | 2 | -29/+44 |
2003-04-15 | decl2.c (mark_used): Don't instantiate anything if skip_evaluation. | Jason Merrill | 2 | -4/+8 |
2003-04-15 | tree.c (build_cplus_array_type_1): Do not call uses_template_parms() on a NUL... | Ziemowit Laski | 2 | -1/+6 |
2003-04-14 | builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type. | Roger Sayle | 2 | -2/+7 |
2003-04-13 | re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return) | Mark Mitchell | 2 | -60/+74 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 10 | -27/+37 |
2003-04-12 | configure.in: Check for wchar.h, mbstowcs, and wcswidth. | Zack Weinberg | 2 | -3/+8 |
2003-04-11 | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 2 | -3/+7 |
2003-04-10 | class.c (layout_class_type): Correct handling for overlong bit-fields whose w... | Mark Mitchell | 2 | -14/+27 |
2003-04-10 | c-common.h (lang_statement_code_p): Remove declaration. | Steven Bosscher | 5 | -27/+15 |
2003-04-07 | tree.c (tree_size): For all 'c' and 'x' nodes... | Zack Weinberg | 7 | -59/+46 |
2003-04-07 | Oops, this belongs with the previous calls.c commit | Zack Weinberg | 1 | -1/+1 |
2003-04-07 | call.c: Include intl.h. | Zack Weinberg | 2 | -67/+103 |
2003-04-05 | decl.c (set_current_binding_level): Delete, revert last change. | Kaveh R. Ghazi | 2 | -22/+19 |
2003-04-04 | name-lookup.c (find_binding): Pass appropriate pointer type to POP_TIMEVAR_AN... | Kaveh R. Ghazi | 2 | -1/+6 |
2003-04-03 | Make-lang.in (cp-warn): Add $(STRICT_WARN). | Kaveh R. Ghazi | 3 | -6/+7 |
2003-04-03 | cvt.c (ocp_convert): Only abort if we try to convert an object of TREE_ADDRES... | Jason Merrill | 2 | -1/+5 |
2003-04-03 | stor-layout.c (do_type_align): New fn, split out from... | Jason Merrill | 2 | -33/+14 |
2003-04-03 | gengtype-lex.l (IWORD): Add CHAR_BITFIELD. | Kaveh R. Ghazi | 8 | -51/+105 |
2003-04-03 | Index: testsuite/ChangeLog | Geoffrey Keating | 4 | -7/+17 |
2003-04-01 | config-lang.in (gtfiles): add \$(srcdir)/cp/name-lookup.c after \$(srcdir)/cp... | Andrew Pinski | 4 | -4/+14 |
2003-03-31 | re PR java/10145 (java and c++ disagree about class layout) | Jason Merrill | 2 | -9/+5 |
2003-03-30 | re PR c++/7647 (ICE when data member has the name of the enclosing class) | Mark Mitchell | 3 | -25/+43 |
2003-03-30 | * Make-lang.in (cp/name-lookup.o): Add more dependencies. | Gabriel Dos Reis | 2 | -1/+6 |
2003-03-30 | cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. | Gabriel Dos Reis | 6 | -150/+162 |
2003-03-30 | name-lookup.c: New file. | Gabriel Dos Reis | 7 | -81/+176 |
2003-03-28 | re PR c++/10245 (?: operator requires public copy constructor of return type) | Jason Merrill | 4 | -10/+25 |
2003-03-28 | error.c (dump_expr): Add 0x to printed hex numbers to make output match sourc... | Mike Stump | 2 | -2/+7 |
2003-03-28 | re PR c++/10218 (ICE in make_decl_rtl for invalid code) | Mark Mitchell | 2 | -3/+13 |
2003-03-28 | decl2.c (generate_ctor_or_dtor_function): Tolerate a non-existant ssdf_decls ... | Mark Mitchell | 2 | -10/+28 |
2003-03-28 | re PR c++/10047 (-fno-default-inline produces bogus warnings) | Nathan Sidwell | 2 | -1/+11 |
2003-03-27 | re PR c++/10224 (Problem with integral constants (+ICE)) | Nathan Sidwell | 2 | -2/+8 |
2003-03-27 | re PR c++/10158 (ICE with templates and friends) | Nathan Sidwell | 4 | -13/+28 |
2003-03-25 | call.c (print_z_candidate): Change name of first arg to msgid. | Jason Merrill | 2 | -6/+15 |
2003-03-24 | Changelog commit escaped earlier | Nathan Sidwell | 2 | -19/+32 |
2003-03-24 | PR c++/9898, PR c++/383, DR 322 | Nathan Sidwell | 2 | -0/+12 |
2003-03-24 | re PR c++/10119 (tree-checking ICE in dump_expr) | Nathan Sidwell | 1 | -0/+10 |
2003-03-24 | re PR c++/10026 (ICE on incomplete type) | Nathan Sidwell | 2 | -5/+13 |
2003-03-24 | re PR c++/7086 (compile time regression) | Mark Mitchell | 2 | -1/+6 |
2003-03-22 | PR c++/9978, c++/9708 | Nathan Sidwell | 6 | -78/+125 |
2003-03-22 | c-common.c: Include intl.h. | Zack Weinberg | 2 | -24/+31 |
2003-03-21 | re PR c++/9898 (Template reference cast operator of template class) | Nathan Sidwell | 2 | -4/+20 |
2003-03-21 | decl2.c (arg_assoc_class): Correct check for namespace-scope friends. | Mark Mitchell | 3 | -7/+9 |
2003-03-20 | cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. | Matt Austern | 4 | -12/+64 |
2003-03-20 | Makefile.in (STRICT2_WARN): Add @WERROR@. | Loren J. Rittle | 1 | -1/+1 |
2003-03-19 | c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. | Nathanael Nerode | 3 | -8/+14 |
2003-03-19 | fix typo | Jason Merrill | 1 | -2/+1 |
2003-03-19 | PR c++/8316, c++/9315, c++/10136 | Jason Merrill | 2 | -23/+44 |
2003-03-18 | decl.c (duplicate_decls): Use the new type when prototyping anticipated decls... | Roger Sayle | 2 | -0/+10 |
2003-03-17 | re PR c++/10091 ([parisc] ICE in cp_expr_size, at cp/cp-lang.c:307) | Jason Merrill | 2 | -2/+9 |