aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson3-6/+11
2005-11-25re PR c++/9278 (Illegal use of typedef to "void")Volker Reichelt2-0/+7
2005-11-25typeck2.c (process_init_constructor_union): Remove check for unnamed union me...Volker Reichelt2-6/+6
2005-11-25name-lookup.c (lookup_name_real): Merge two if's.Volker Reichelt2-6/+7
2005-11-25pt.c (instantiate_class_template): Clean-up.Volker Reichelt2-6/+10
2005-11-25pt.c (template_class_depth_real): Remove.Volker Reichelt2-21/+11
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther2-0/+14
2005-11-24re PR target/24236 (gcc.dg/i386-sse-10.c fails on the mainline on x86_64-linu...Gabriel Dos Reis2-1/+8
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis2-9/+7
2005-11-22re PR c++/22238 (Awful error messages with virtual functions)Gabriel Dos Reis2-0/+27
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson6-16/+24
2005-11-19re PR c++/8355 (befriending a template specialization in another namespace)Mark Mitchell3-68/+72
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump4-3/+13
2005-11-16re PR c++/24580 (virtual base class cause exception not to be caught)Jason Merrill2-3/+11
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump3-0/+14
2005-11-15re PR c++/24667 (-Wcast-qual fails to warn about offending cast for a old sty...Mark Mitchell2-6/+20
2005-11-15re PR c++/24687 (ICE after error)Mark Mitchell3-10/+45
2005-11-15parser.c (cp_lexer_get_preprocessor_token): Initialize keyword field.Mark Mitchell2-1/+9
2005-11-14re PR c++/24580 (virtual base class cause exception not to be caught)Jason Merrill2-1/+9
2005-11-14* parser.c (eof_token): Add initializer for ambiguous_p.Mark Mitchell2-1/+5
2005-11-14re PR c++/24817 (g++ accepts multiple function template declarations even if ...Mark Mitchell3-35/+64
2005-11-14re PR c++/20293 (Wrong diagnostic for ambiguous access)Mark Mitchell4-56/+130
2005-11-12re PR c++/24780 (ICE set_mem_attributes_minus_bitpos)Jakub Jelinek2-2/+13
2005-11-12re PR c++/24761 (templates and inline-asm and "+")Jakub Jelinek2-3/+42
2005-11-08re PR c++/19450 (__thread static class members)Jakub Jelinek2-0/+30
2005-11-08re PR c++/21123 (ICE in cp_expr_size, at cp/cp-objcp-common.c:101)Jason Merrill2-1/+8
2005-11-07re PR c++/17256 (undefined but used static or inline functions should be diag...Jason Merrill3-9/+20
2005-11-07class.c (record_subobject_offsets): Don't record offsets past biggest empty c...Mark Mitchell2-13/+21
2005-11-06re PR c++/21308 (Very high compile time)Mark Mitchell2-9/+46
2005-11-05* decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata4-3/+7
2005-11-04re PR c++/22487 (C++ front-end produces mis-match types in EQ_EXPR (array con...Richard Guenther2-2/+8
2005-11-04re PR c++/19989 (Inconsistency with zero-sized arrays)Josh Conner2-16/+22
2005-11-04cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers3-3/+8
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers4-0/+49
2005-11-03re PR c++/21627 (invalid inline warning with ctor and dtor)Mark Mitchell2-0/+23
2005-11-03re PR c++/24582 (ICE in decl_jump_unsafe)Andrew Pinski2-1/+8
2005-11-03re PR c++/22434 (ICE in simplify_{,gen_}subreg)Mark Mitchell2-2/+6
2005-11-02re PR c++/24560 ("insufficient contextual information to determine type" is n...Mark Mitchell2-1/+11
2005-11-02re PR c++/19253 (bad error message / ICE for invalid template parameter)Mark Mitchell2-52/+13
2005-11-02re PR c++/24569 (ICE in add_AT_specification, at dwarf2out.c:4966)Mark Mitchell2-4/+9
2005-10-28decl.c (grokfndecl): Remove the setting of the return type of the function ty...Andrew Pinski2-1/+7
2005-10-28re PR c++/23229 (g++ gives incorrect error message with void main() and a voi...Andrew Pinski2-0/+11
2005-10-28re PR c++/22153 (ICE on invalid template specialization)Josh Conner2-2/+13
2005-10-28re PR c++/23426 (Too large array problem gives two error message)Andrew Pinski2-4/+10
2005-10-21re PR c++/24260 (stdcall attribute is ignored at static member template funct...Mark Mitchell2-1/+7
2005-10-20re PR c++/22618 (Template non-type arguments break class access protection)Mark Mitchell2-2/+12
2005-10-20decl.c (grokdeclarator): Fix ambiguous pedwarn message.Richard Guenther2-1/+5
2005-10-18re PR c++/22293 (ICE declaring destructor as friend)Volker Reichelt2-8/+24
2005-10-18re PR c++/23293 (Misleading names in diagnostics for typedefs in functions)Mark Mitchell2-0/+13
2005-10-18re PR c++/21383 (Crash when finding &a_templated_func<>)Nathan Sidwell2-3/+8