aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)Author
2003-10-16Mark ChangeLogMark Mitchell
2003-10-16re PR c++/12369 (ICE with templates and friends)Kriang Lerdsuwanakij
2003-10-16re PR c++/7939 (ICE on function template specialization)Kriang Lerdsuwanakij
2003-10-14re PR c++/11878 (ICE in cp_expr_size)Jason Merrill
2003-10-07Fix typoMark Mitchell
2003-10-07re PR c++/10174 (g++ wrongly assumes a namespace of a function based on the n...Mark Mitchell
2003-10-05re PR c++/11409 (using declarations and fabs built-in)Roger Sayle
2003-10-02re PR c++/12486 (Accepts IMHO invalid C++ code)Mark Mitchell
2003-10-02[multiple changes]Jakub Jelinek
2003-09-18class.c (resolve_address_of_overloaded_function): Replace complain parameter ...Mark Mitchell
2003-09-17re PR c++/11991 (ICE in cxx_incomplete_type_diagnostic, at cp/typeck2.c:282 w...Mark Mitchell
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell
2003-09-15class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell
2003-09-09re PR c++/11595 (crash on duplicate label definition)Steven Bosscher
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell
2003-09-08re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell
2003-09-07re PR c++/12181 (Wrong code with comma operator and c++)Mark Mitchell
2003-09-07Fix typoMark Mitchell
2003-09-07re PR c++/11867 (static_cast ignores ambiguity)Mark Mitchell
2003-09-05re PR c++/12163 (static_cast + explicit ctor regression)Mark Mitchell
2003-09-04Revert this patch:Mark Mitchell
2003-09-03re PR c++/12053 (ABI difference between default g++ 3.3 and g++ 3.2)Mark Mitchell
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell
2003-08-29re PR c++/11928 (c++ typedef handling)Mark Mitchell
2003-08-21stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh R. Ghazi
2003-08-19re PR c++/5293 (confusing message when binding a temporary to a reference)Gabriel Dos Reis
2003-08-04Mark ChangeLogMark Mitchell
2003-08-04Mark ChangeLogMark Mitchell
2003-08-04re PR c++/11713 (declaration conflicts)Mark Mitchell
2003-07-25re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell
2003-07-24re PR c++/11513 (ICE in push_template_decl_real cp/pt.c:2755, template member...Kriang Lerdsuwanakij
2003-07-23re PR c++/11645 (Failure to deal with using and private inheritance)Mark Mitchell
2003-07-23re PR c++/11282 (Infinite memory usage after syntax error)Nathan Sidwell
2003-07-20re PR c++/11546 (Type lookup problems in out-of-line definition of a class do...Mark Mitchell
2003-07-14re PR c++/7053 (ICE when declaring a function already defined as a friend met...Mark Mitchell
2003-07-14re PR c++/11154 (spurious ambiguity report for template class specialization)Kriang Lerdsuwanakij
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell
2003-07-11backport: re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilat...Danny Smith
2003-07-11re PR c++/8164 (ICE when using different const expressions as template parame...Mark Mitchell
2003-07-11re PR c++/10558 (Segfault on illegal use of template without template args)Mark Mitchell
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell
2003-07-10re PR c++/10849 (Cannot define an out-of-class specialization of a private ne...Kriang Lerdsuwanakij
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell
2003-07-02re PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)Mark Mitchell
2003-07-01call.c (resolve_scoped_fn_name): Return error_mark_node for erroneous cases.Mark Mitchell
2003-07-01re PR c++/11137 (GNU/Linux shared library constructors not called unless ther...Mark Mitchell
2003-07-01re PR c++/11149 (ICE on error when instantiation with call function of a base...Mark Mitchell
2003-07-01re PR c++/9559 (ICE with invalid initialization of a static const member)Mark Mitchell
2003-06-30mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR.Giovanni Bajo