aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)Author
2003-06-30re PR c++/11106 (Error message gives partially mangled operator name)Giovanni Bajo
2003-06-27re PR c++/10468 (const typeof(x) is non-const, but only in templates)Mark Mitchell
2003-06-27re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell
2003-06-27re PR c++/11332 (Spurious error with casts in ?: expression)Mark Mitchell
2003-06-26re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell
2003-06-24re PR c++/5754 (g++ segfaults on compilation of template-enriched code)Mark Mitchell
2003-06-23mangle.c: Include ggc.h, gt-cp-mangle.h.Jakub Jelinek
2003-06-23mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek
2003-06-21re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis
2003-06-21PC c++/10864Gabriel Dos Reis
2003-06-21re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis
2003-06-20re PR c++/10845 (template member function (getting a nested template as param...Mark Mitchell
2003-06-20re PR c++/10939 (ICE with templated code)Mark Mitchell
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell
2003-06-20Fix for PR c++/11228, infinite loop for new int[n]().Matt Austern
2003-06-18mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.Mark Mitchell
2003-06-17mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.Mark Mitchell
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill
2003-06-17Correct PR number.Mark Mitchell
2003-06-17re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)Mark Mitchell
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell
2003-06-12re PR c++/10635 (ICE (segfault) when dereferencing an incomplete type casted ...Mark Mitchell
2003-06-10oopsJason Merrill
2003-06-10re PR c++/10968 (If member function implicitly instantiated, explicit instant...Jason Merrill
2003-06-09re PR c++/8861 ([ABI] mangling floating point literal in template arg express...Zack Weinberg
2003-06-08re PR c++/11039 (Bad interaction between implicit typename deprecation and fr...Kriang Lerdsuwanakij
2003-06-03re PR c++/10940 (Bad code with explicit specialization)Kriang Lerdsuwanakij
2003-05-31re PR c++/10956 (ICE when specializing a template member function of a templa...Kriang Lerdsuwanakij
2003-05-29diagnostic.h (output_verbatim): Remove printf attribute.Gabriel Dos Reis
2003-05-29decl.c (global_scope_p): New macro.Gabriel Dos Reis
2003-05-25re PR c++/10849 (Cannot define an out-of-class specialization of a private ne...Kriang Lerdsuwanakij
2003-05-23re PR c++/10682 (chokes on a typedef for an enum inside a class template)Kriang Lerdsuwanakij
2003-05-20* decl.c (free_binding_entry): Fix thinko.Gabriel Dos Reis
2003-05-19hashtable.h (struct ht_identifier): Add new field "hash_value".Gabriel Dos Reis
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill
2003-05-14Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-05-02re PR c++/10570 (-fforce-unwind-exceptions semantics needs updating)Richard Henderson
2003-05-01decl2.c (comdat_linkage): Don't externalize explicit instantiations.Mark Mitchell
2003-04-29re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-impl...Mark Mitchell
2003-04-29re PR c++/10549 (ICE in store_bit_field on bitfields that exceed the precisio...Mark Mitchell
2003-04-29re PR c++/10527 (confused error message with "new int()" parameter initializer)Mark Mitchell
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell
2003-04-29Correct ChangeLog entry.Kriang Lerdsuwanakij
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij
2003-04-29decl.c (maybe_commonize_var): Further tweak support for systems without weak ...Mark Mitchell
2003-04-28* decl.c (maybe_commonize_var): Fix thinko in last patch.Mark Mitchell