aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-04-15* cp-tree.h (current_template_parms): Fix typo in comment.Mark Mitchell2-1/+5
2007-04-15* cp-tree.h, error.c: Fix comment typos.Kazu Hirata3-2/+6
2007-04-13re PR c++/31074 (Reference casting involving multiple inheritance produces ba...Jason Merrill2-6/+19
2007-04-13Fix whitespacing.Mike Stump1-2/+0
2007-04-11class.c (convert_to_base_statically): Fold produced tree; verify that we are ...Jan Hubicka2-4/+15
2007-04-09re PR c++/31449 ([4.1] static_cast can remove const-ness)Mark Mitchell2-1/+18
2007-04-09tree.c (cp_tree_equal): Deal with TRAIT_EXPR.Paolo Carlini2-0/+10
2007-04-08langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher4-26/+8
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin4-0/+22
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin4-18/+6
2007-04-04winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore dllimport attribute of v...Danny Smith2-10/+7
2007-04-03re PR c++/30847 (ICE with invalid statement expression)Jakub Jelinek2-0/+12
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill4-8/+33
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther2-19/+13
2007-03-31re PR c++/31138 (ICE with ellipsis)Douglas Gregor3-18/+84
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini12-8/+509
2007-03-29tree.c (cp_walk_subtrees): Do not set input_location.Richard Guenther2-9/+4
2007-03-28re PR c++/29077 (Incorrect error message for destructor in wrong namespace)Simon Martin2-6/+21
2007-03-28parser.c (struct cp_parser): Update comment for greater_than_is_operator_p.Douglas Gregor2-12/+95
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor5-36/+122
2007-03-28[multiple changes]Douglas Gregor2-6/+12
2007-03-27parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after...Dirk Mueller2-1/+10
2007-03-26re PR c++/30500 (pragma GCC system_header vs templates)Paolo Carlini2-0/+8
2007-03-26gengtype.c: Don't include gtyp-gen.h.Zack Weinberg1-1/+1
2007-03-23cp-tree.h (current_tempalte_parms): Improve documentation.Mark Mitchell3-4/+13
2007-03-23re PR c++/30863 (Unsigned templatized struct treated as unsigned int)Mark Mitchell2-2/+9
2007-03-23Mark Mitchell <mark@codesourcery.com> PR c++/31273Mark Mitchell2-9/+13
2007-03-23error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis4-10/+39
2007-03-17* cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata4-4/+8
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez5-18/+44
2007-03-15re PR c++/30891 (poor diagnostic with namespace in the function scope)Manuel López-Ibáñez2-0/+24
2007-03-15re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2-11/+6
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor5-28/+54
2007-03-14re PR c++/31165 (Error: symbol `an_empty_string' is already defined)Andrew Pinski2-1/+7
2007-03-14re PR c++/30860 (Should warn about boolean constant false used in pointer con...Dirk Mueller2-24/+44
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller2-2/+14
2007-03-14class.c (warn_hidden): Add OPT_Woverloaded_virtual to warning.Manuel López-Ibáñez2-2/+6
2007-03-14re PR c/21438 (Warning about division by zero depends on lexical form)Manuel López-Ibáñez2-8/+8
2007-03-14flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva2-3/+12
2007-03-13re PR bootstrap/30899 (build failure with --enable-generated-files-in-srcdir)Mark Mitchell2-1/+7
2007-03-12invoke.texi (Wvla): New warning.Seongbae Park2-3/+16
2007-03-12re PR c++/30108 (internal compiler error: in make_decl_rtl, at varasm.c:890)Mark Mitchell2-3/+12
2007-03-12re PR c++/30328 (bit-field: unassemblable assembly code)Mark Mitchell3-1/+25
2007-03-11re PR c++/30274 (bool bit-field: wrong increment and decremenet)Mark Mitchell5-20/+60
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor16-287/+3226
2007-03-09re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller2-2/+23
2007-03-08re PR c++/30852 (Trouble with __builtin_offsetof and volatile)Volker Reichelt2-1/+5
2007-03-08re PR c++/30534 (ICE with invalid template argument)Volker Reichelt2-1/+9
2007-03-08c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields.Alexandre Oliva2-1/+9
2007-03-05typeck2.c (readonly_error): Always emit a hard error.Volker Reichelt5-22/+22