aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill14-265/+892
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz2-2/+18
2008-07-01decl.c (finish_constructor_body): Don't set the return value of the construct...Andrew Haley2-1/+7
2008-06-30Fix up a misplaced ChangeLog entry.Jakub Jelinek1-0/+7
2008-06-30re PR c++/36662 (vector vs template)Jakub Jelinek1-1/+10
2008-06-29re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini2-2/+17
2008-06-29optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings.Kaveh R. Ghazi2-1/+5
2008-06-28re PR c++/36364 (Problem with -frepo)Jakub Jelinek2-3/+13
2008-06-27re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini2-2/+8
2008-06-24re PR c++/23194 (Unhelpful diagnostic for incorrect pointer-to-member functio...Jonathan Wakely2-2/+8
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor2-2/+2
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor6-57/+7
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely13-157/+201
2008-06-18cgraph.c (cgraph_add_new_function): When in expansion state, do lowering.Jan Hubicka2-2/+8
2008-06-15omp-low.c (extract_omp_for_data): Fix comment typo.Ralf Wildenhues2-1/+5
2008-06-14re PR c++/35320 (ICE with invalid friend declaration)Simon Martin4-10/+24
2008-06-14re PR c++/35317 (ICE with operator delete[] and ellipsis)Simon Martin2-0/+10
2008-06-11re PR c++/36408 (ICE with statement expression in template)Jakub Jelinek2-1/+7
2008-06-08re PR c++/35242 (ICE with invalid specialization of variadic template)Paolo Carlini3-2/+20
2008-06-07re PR c++/35327 (ICE with invalid constructor)Paolo Carlini2-3/+9
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek9-283/+1534
2008-06-02re PR c++/36404 (ICE with invalid enum)Paolo Carlini2-1/+10
2008-06-02tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P.Tomas Bily2-9/+12
2008-05-29re PR c++/35243 (ICE with invalid initializer list in variadic template)Paolo Carlini2-0/+8
2008-05-27Fix c++/27975.Michael Matz2-1/+8
2008-05-27re PR c++/35909 (ICE with bit-field and const references)Alexandre Oliva2-1/+10
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke2-1/+5
2008-05-23re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek2-4/+12
2008-05-23re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek2-6/+34
2008-05-21re PR c++/36023 (ICE with cast to variable-sized object)Jakub Jelinek1-0/+8
2008-05-21re PR c++/36023 (ICE with cast to variable-sized object)Jakub Jelinek3-18/+38
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey2-101/+78
2008-05-12re PR c++/35331 (ICE with invalid specialization of variadic template)Paolo Carlini2-1/+7
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily5-8/+12
2008-05-11parser.c (cp_parser_omp_clause_reduction): Add missing "expected" in error me...Volker Reichelt2-10/+16
2008-05-07[multiple changes]Kenneth Zadeck3-3/+13
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin2-12/+7
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin2-2/+16
2008-04-30re PR c++/35986 (ICE with ambiguous template functions)Jakub Jelinek2-5/+9
2008-04-29re PR c++/35650 (Can't bind ref-to-function through using-decl. in namespace)Jakub Jelinek2-0/+11
2008-04-29re PR c++/35987 (ICE with invalid if-condition)Jakub Jelinek2-4/+11
2008-04-28re PR c++/57 ([DR 325] GCC can't parse a non-parenthesized comma in a templat...Jason Merrill2-5/+52
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka4-3/+9
2008-04-24re PR c++/35758 (vector_size attribute lost in function arguments for templates)Jakub Jelinek4-5/+70
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther2-1/+12
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini8-21/+21
2008-04-22re PR c++/35316 (ICE with typeof/decltype and bit-fields)Jason Merrill3-2/+9
2008-04-23re PR c++/35747 (ICE with undefined variable in statement expression)Jakub Jelinek2-1/+10
2008-04-21re PR c++/35325 (ICE with fixed-point types in template parameter)Jason Merrill2-0/+7
2008-04-21re PR c++/35678 (partial template specialization ICE in dependent_type_p, at ...Jason Merrill2-3/+18