aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson3-20/+8
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek2-1/+28
2007-02-05re PR bootstrap/30510 (Gcc failed to bootstrap)Dirk Mueller2-1/+11
2007-02-05cp-tree.h (OMP_ATOMIC_CODE): Delete.Paolo Bonzini4-38/+32
2007-02-04* decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0.Gabriel Dos Reis2-2/+7
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata18-42/+47
2007-02-04parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning ...Douglas Gregor2-1/+7
2007-02-04* decl.c (grokdeclarator): Update documentation.Gabriel Dos Reis2-2/+6
2007-02-02re PR c++/30536 (ICE with __thread and register)Jakub Jelinek2-9/+17
2007-01-31error.c (dump_type_suffix): Avoid use of cp_build_binary_op when calculating ...Roger Sayle2-9/+14
2007-01-30re PR c++/24745 (unpleasant warning for "if (NULL)")Manuel López-Ibáñez3-18/+24
2007-01-29007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez2-2/+7
2007-01-28re PR c++/28988 (g++ does not check first type name in pseudo-destructor-name)Andrew Pinski2-0/+13
2007-01-25lex.c (D_CPP0X): Rename.Douglas Gregor3-3/+26
2007-01-23re PR c++/27492 (ICE on invalid covariant return type)Simon Martin2-0/+7
2007-01-23typeck.c (convert_for_assignment): Only warn about a = b = c when converting ...Ian Lance Taylor2-2/+9
2007-01-23call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVER...Roger Sayle3-10/+14
2007-01-20decl2.c (start_objects, [...]): Do not make the functions uninlinable.Jan Hubicka2-12/+6
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor2-1/+12
2007-01-11re PR c++/29573 (ICE after parse error in template argument)Simon Martin2-0/+20
2007-01-11Remove accidentally checked in hunk.Mark Mitchell1-4/+2
2007-01-11configure.ac (strict1_warn): Rename to strict_warn.Paolo Bonzini1-3/+0
2007-01-11re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell3-2/+17
2007-01-09Index: ChangeLogGeoffrey Keating3-3/+14
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther2-3/+5
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell3-3/+12
2007-01-07re PR c++/28986 (Failure to diagnose overflow in constant expression)Manuel López-Ibáñez2-0/+13
2007-01-06re PR c++/19439 (Duplicate destructor accepted)Lee Millward2-78/+77
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez2-1/+9
2007-01-05c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor2-2/+19
2007-01-05pt.c (tsubst): Propagate the need for structural equality checks when...Douglas Gregor2-0/+7
2007-01-03* pt.c: Fix a comment typo.Kazu Hirata2-2/+6
2007-01-02c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor3-2/+31
2007-01-02pt.c (canonical_template_parms): Correct typo in comment.Douglas Gregor2-1/+5
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor6-17/+386
2006-12-31re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin2-7/+20