aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)Author
2004-04-19Mark ChangeLogMark Mitchell
2004-04-14revert: re PR c++/13294 (namespace associations vs. specializations)Jason Merrill
2004-04-08Add PR number to Changelog entry.Danny Smith
2004-04-08re PR c++/14808 ([win32] Undefined results with virtual base classes)Danny Smith
2004-04-08decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl...Jakub Jelinek
2004-04-01re PR c++/14803 (Spurious warnings on conversion of pointers to member functi...Mark Mitchell
2004-04-01re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Richard Henderson
2004-04-01re PR c++/14810 (tree check failures with invalid code involving templates)Mark Mitchell
2004-03-30re PR c++/13294 (namespace associations vs. specializations)Jason Merrill
2004-03-30re PR c++/14724 (Destructor not called on backwards goto past initialization)Mark Mitchell
2004-03-28re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-g...Jan Hubicka
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell
2004-03-19re PR c++/14545 (Cannot compile pooma-gcc (regression))Giovanni Bajo
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell
2004-03-19call.c (build_conditional_expr): Do not call force_rvalue for operands of voi...Mark Mitchell
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell
2004-03-13re PR c++/14550 (trouble with pointers in templates)Mark Mitchell
2004-03-11re PR c++/14476 (ICE after error about enum not being defined when using it a...Mark Mitchell
2004-03-11re PR c++/14510 (Lookup error between function name and struct name)Mark Mitchell
2004-03-10re PR c++/14452 ([tree-ssa] ICE in stabilize_call, at cp/tree.c:2466)Jason Merrill
2004-03-09re PR c++/14397 (Access check for wrong copy constructor)Nathan Sidwell
2004-03-09* call.c (initialize_reference): Fix typo.Mark Mitchell
2004-03-09re PR c++/14409 (Accepts invalid function signature for explicit instantiation)Giovanni Bajo
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell
2004-03-09Fix typoMark Mitchell
2004-03-09re PR c++/14432 (Built-ins lead to conflict even if no header file included)Mark Mitchell
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill
2004-03-08re PR debug/14079 (wrong debug info for extern boolean variable in debug mode)Matt Austern
2004-03-02re PR c++/13944 (exception in constructor of a class to be thrown is not caught)Jason Merrill
2004-03-02re PR bootstrap/14356 (gcc.c:3661: error: assignment of read-only location)Mark Mitchell
2004-03-02re PR c++/14369 (errenous reject of well-formed code)Mark Mitchell
2004-03-02Add PR #Mark Mitchell
2004-03-02re PR c++/14360 (Overeager argument dependent name lookup)Mark Mitchell
2004-03-01re PR c++/14369 (errenous reject of well-formed code)Gabriel Dos Reis
2004-03-01re PR c++/14324 (Multiple static definitions are not unique)Mark Mitchell
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell
2004-02-29re PR debug/12103 (-g only crash (segfault) with a forward declared class use...Mark Mitchell
2004-02-27re PR c++/14284 (Failure to select obvious template specialisation)Giovanni Bajo
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell
2004-02-26re PR c++/14246 (Problems with templates, ice in write_template_arg_literal)Giovanni Bajo
2004-02-23re PR c++/14250 (switch() does not seem to see operator int() in template class)Giovanni Bajo
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell
2004-02-20re PR c++/14186 (enum in base class conflicts with derived class)Mark Mitchell
2004-02-19re PR c++/14181 (Cryptic error message for code that compiled without warning...Giovanni Bajo
2004-02-18re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of templat...Kriang Lerdsuwanakij