aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-05-13typeck.c (build_modify_expr): Don't always stabilize the lhs and rhs.Jason Merrill2-8/+9
2003-05-11* method.c (synthesize_method): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij2-0/+10
2003-05-11PR c++/10230, c++/10481Kriang Lerdsuwanakij2-2/+17
2003-05-11re PR c++/10552 (Small sample using nested templates causes internal compiler...Kriang Lerdsuwanakij2-0/+28
2003-05-10* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.Kriang Lerdsuwanakij2-0/+9
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij12-60/+74
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij4-50/+114
2003-05-09PR c++/10555, c++/10576Kriang Lerdsuwanakij2-0/+16
2003-05-08init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.Jason Merrill2-22/+37
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson3-391/+278
2003-05-07call.c (build_conditional_expr): Don't assume that the folded expression has ...Jason Merrill2-3/+11
2003-05-06typeck.c (build_unary_op): Deal with const qualifier in invalid pointer-to-me...Kriang Lerdsuwanakij2-6/+12
2003-05-05re PR c++/9537 ([New parser] problem handling const return types)Jason Merrill2-7/+20
2003-05-05tweak commentJason Merrill1-1/+1
2003-05-05Fix a typo overlooked in the previous commit.Kriang Lerdsuwanakij1-1/+1
2003-05-05re PR c++/10496 ([diagnostic] erroneus suggestion in diagnostic asks the user...Kriang Lerdsuwanakij2-2/+17
2003-05-05* decl.c: Fix typos.Kriang Lerdsuwanakij2-3/+7
2003-05-05re PR c++/4494 (Possible problem with compiler warnings on main())Kriang Lerdsuwanakij2-2/+9
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2-5/+11
2003-05-03PR c++/9364, c++/10553, c++/10586Kriang Lerdsuwanakij2-0/+10
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell10-98/+83
2003-05-01missed from my previous checkinNathan Sidwell1-0/+24
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell11-67/+69
2003-05-01decl2.c (comdat_linkage): Don't externalize explicit instantiations.Mark Mitchell2-1/+6
2003-05-01re PR c++/10554 (ICE with illegal using declaration)Kriang Lerdsuwanakij2-0/+7
2003-05-01cp-tree.h (struct lang_id2): Remove.Steven Bosscher2-24/+22
2003-05-01re PR c++/8772 (misleading diagnostic for template template parameter)Kriang Lerdsuwanakij2-0/+7
2003-04-30PR c++/9432, c++/9528Kriang Lerdsuwanakij2-0/+13
2003-04-30decl.c (check_previous_goto_1): Adjust prototype.Gabriel Dos Reis2-15/+20
2003-04-29re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-impl...Mark Mitchell2-6/+18
2003-04-29re PR c++/10549 (ICE in store_bit_field on bitfields that exceed the precisio...Mark Mitchell2-8/+16
2003-04-29re PR c++/10527 (confused error message with "new int()" parameter initializer)Mark Mitchell2-2/+15
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell1-2/+15
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell3-2/+7
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij3-3/+8
2003-04-29Remove accidental commitMark Mitchell1-15/+2
2003-04-29decl.c (maybe_commonize_var): Further tweak support for systems without weak ...Mark Mitchell2-20/+38
2003-04-28* decl.c (maybe_commonize_var): Fix thinko in last patch.Mark Mitchell2-1/+5
2003-04-28re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...Mark Mitchell4-9/+33
2003-04-27decl.c (maybe_commonize_var): Make the code match the comments.Mark Mitchell3-6/+14
2003-04-26* decl2.c (finish_file): Fix merge botch.Mark Mitchell2-0/+6
2003-04-26decl2.c (finish_file): Don't call import_export_decl for functions that are n...Mark Mitchell3-13/+56
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