aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson17-503/+568
2004-06-15c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva2-32/+111
2004-06-15re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-g...Andrew Pinski2-5/+14
2004-06-15re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Jason Merrill2-1/+9
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini4-20/+12
2004-06-15re PR c++/15967 (ICE on ambiguous operator new in class hierarchy)Giovanni Bajo2-4/+12
2004-06-15re PR c++/15947 (Puzzling error message for wrong destructor declaration in t...Giovanni Bajo2-3/+12
2004-06-14re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell3-19/+39
2004-06-13decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.Andrew Pinski2-3/+7
2004-06-11re PR c++/15862 ('enum yn' fails)Mark Mitchell2-10/+17
2004-06-11fix typoJason Merrill1-1/+1
2004-06-11typeck2.c (abstract_virtual_errors): Reword diagnostics, make them appear at ...Giovanni Bajo2-12/+24
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill5-34/+37
2004-06-10re PR c++/15227 (Trouble with invalid function definition)Mark Mitchell4-4/+30
2004-06-10Oops.Jakub Jelinek1-0/+6
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-1/+34
2004-06-09revert: re PR c++/15815 (Update #pragma interface and #pragma implementation ...Mark Mitchell2-6/+8
2004-06-09g++spec.c (lang_specific_driver): Remove check for -lm and -lmath when check ...Andrew Pinski2-4/+6
2004-06-08re PR c++/7841 (gcc accepts illegal member function syntax for template classes)Giovanni Bajo2-0/+16
2004-06-07re PR c++/15815 (Update #pragma interface and #pragma implementation document...Mark Mitchell2-0/+12
2004-06-07re PR c++/15337 (sizeof on incomplete type diagnostic)Mark Mitchell4-10/+28
2004-06-07tree.h (lvalue_or_else): Delete function prototype.Roger Sayle2-0/+5
2004-06-06re PR c++/15503 (nested template problem)Giovanni Bajo2-1/+17
2004-06-03re PR c++/14639 ([non-unit-at-a-time] Incorrect emission of unused compiler-g...Andrew Pinski2-1/+6
2004-06-03re PR c++/15428 (vtables shouldn't always be weak on Darwin)Matt Austern2-3/+34
2004-06-02When a class template is explicitly instantiated, its member should be too.Matt Austern5-53/+54
2004-06-02cp-tree.h: Fix typo.Andrew Pinski2-1/+3
2004-06-02cp-tree.h: Include cgraph.hAndrew Pinski2-2/+11
2004-06-01re PR c++/15142 (Internal compiler error when passing a string where a char* ...Jason Merrill2-8/+18
2004-06-01revert accidental checkinJason Merrill1-6/+4
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij6-28/+51
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson3-184/+298
2004-06-01re PR c++/14932 (cannot use offsetof to get offsets of array elements in g++ ...Giovanni Bajo2-3/+11
2004-05-31re PR c++/15701 (ICE with friends and template template parameter)Mark Mitchell2-1/+11
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell7-9/+57
2004-05-31c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis3-32/+101
2004-05-31parser.c (cp_parser_simple_type_specifier): Explicitly test against NULL_TREE.Eric Botcazou2-1/+7
2004-05-31call.c, [...]: Fix comment formatting.Kazu Hirata8-13/+18
2004-05-30c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski2-25/+6
2004-05-30* lang-specs.h: Add missing initializers for .ii.Andreas Jaeger2-3/+7
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell4-4/+20
2004-05-28re PR c++/15083 (spurious "statement has no effect" warning)Mark Mitchell5-4/+19
2004-05-28decl.c (cp_make_fname_decl): Free return value from fname_as_string.Aldy Hernandez2-0/+8
2004-05-28re PR c++/14668 (no warning anymore for reevaluation of declaration)Mark Mitchell2-5/+20
2004-05-28tweakJason Merrill1-1/+1
2004-05-28re PR c++/15214 (Warning non-virtual-dtor too strict)Tom Marshall2-1/+16
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet2-0/+13
2004-05-24method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be n...Geoffrey Keating4-5/+22
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini2-2/+6
2004-05-24re PR c++/15044 (ICE on syntax error, template header.)Mark Mitchell3-4/+28