aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-17re PR c++/9639 ([New parser] Namespace std in constructor argument lists on i...Mark Mitchell2-1/+9
2003-03-17re PR c++/9993 (destructor not called for local object created within and ret...Jason Merrill2-3/+19
2003-03-17Make-lang.in (treelang.tags): Remove duplicate entry.Andreas Jaeger2-42/+37
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell6-21/+65
2003-03-16Fix rethinko.Gabriel Dos Reis1-1/+1
2003-03-16* decl.c (binding_for_name): Fix initialization thinko.Gabriel Dos Reis2-0/+7
2003-03-15Fix thinko.Gabriel Dos Reis1-1/+1
2003-03-15Compile-time improvement: 2/n.Gabriel Dos Reis6-217/+262
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2-1/+5
2003-03-15Makefile.in: Update.Neil Booth2-1/+5
2003-03-15re PR c++/6440 (template specializations cause ICE)Kriang Lerdsuwanakij2-0/+83
2003-03-13re PR c++/9420 (incomplete type incorrectly reported)Jason Merrill3-7/+8
2003-03-13decl2.c (do_nonmember_using_decl): Correct handling of simultaneous type/non-...Mark Mitchell2-0/+10
2003-03-13Fix typo in ChangeLogMark Mitchell1-1/+1
2003-03-13call.c (initialize_reference): Remove bogus assertion.Mark Mitchell3-40/+6
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky2-1/+7
2003-03-12Fix PR number in log message.Mark Mitchell1-1/+1
2003-03-12re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)Mark Mitchell2-10/+14
2003-03-12g++.1: Remove.Alexandre Oliva3-5/+21
2003-03-11re PR c++/9924 (Multiple using statements for builtin functions not allowed)Mark Mitchell2-12/+23
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill2-1/+11
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell5-83/+132
2003-03-11re PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)Jason Merrill2-0/+16
2003-03-11Makefile.in: Update.Neil Booth3-9/+12
2003-03-1116077.C: Adjust warnings.Mark Mitchell5-144/+192
2003-03-10gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Devang Patel2-0/+6
2003-03-10re PR c++/9798 (Infinite recursion (segfault) in cp/decl.c:push_using_directi...Jason Merrill2-5/+9
2003-03-10re PR c++/9868 (ICE in c_expand_expr when qualifying member variable)Jason Merrill3-3/+17