aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-04re PR c++/30895 (ICE with complex values in template parameter)Simon Martin2-0/+9
2007-03-03re PR c++/15787 (Poor error message with if and blocks)Manuel López-Ibáñez2-4/+36
2007-03-02re PR c++/28253 (ICE with invalid covariant return)Simon Martin2-1/+8
2007-03-02Index: gcc/cp/ChangeLogGeoffrey Keating2-8/+15
2007-03-02typeck.c (common_base_type): Delete unused function.Manuel López-Ibáñez2-54/+4
2007-03-01* Make-lang.in: Add dummy lang.install-pdf target.Brooks Moses2-2/+7
2007-03-01re PR c++/23689 (Malformed typedef silently ignored)Simon Baldwin2-0/+8
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore10-145/+233
2007-02-26c-decl.c (static_ctors): Move to c-common.c.Mark Mitchell3-0/+11
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell5-64/+28
2007-02-23class.c (note_name_declared_in_class): Make declaration changes meaning a ped...Richard Guenther2-3/+8
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz5-138/+49
2007-02-20call.c (build_new_method_call): Ensure that explicit calls of destructors hav...Mark Mitchell2-0/+19
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez3-7/+12
2007-02-18* decl.c, tree.c: Fix comment typos.Kazu Hirata3-3/+7
2007-02-15re PR c++/30158 (ICE with invalid statement-expressions)Andrew Pinski2-1/+12
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore15-99/+486
2007-02-15re PR c++/28943 (Unusable error message when using a conditional-expression w...Manuel López-Ibáñez2-2/+15
2007-02-12friend.c (do_friend): Annotate warning about friend declarations in templates...Dirk Mueller2-6/+11
2007-02-12re PR c++/14622 (type mismatch in explicit template instantiation not detected)Simon Martin2-0/+14
2007-02-12re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2-3/+9
2007-02-11re PR c++/26988 (template constructor in template class derived from virtual ...Mark Mitchell2-36/+43
2007-02-11re PR target/29487 (Shared libstdc++ fails to link)Mark Mitchell3-8/+10
2007-02-10* parser.c (cp_parser_primary_expression): Reformat overly long lines.Gabriel Dos Reis2-2/+8