aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees8-17/+99
2008-04-17re PR c++/35773 (auto_ptr references don't convert)Jason Merrill2-34/+39
2008-04-15re PR c/35751 (ICE with invalid variable after #pragma omp parallel)Jakub Jelinek2-10/+19
2008-04-14re PR target/35921 (Con/de-structor definition fails to override dllimport de...Danny Smith2-0/+7
2008-04-09re PR c++/35708 (jump to label enters catch block)Jason Merrill2-25/+12
2008-04-09call.c (build_op_delete_call): Fix quotation in warning message.Volker Reichelt4-3/+8
2008-04-09parser.c (cp_parser_check_type_definition): Print error string directly rathe...Volker Reichelt2-15/+15
2008-04-09parser.c (cp_parser_non_integral_constant_expression): Build error message wi...Volker Reichelt2-11/+25
2008-04-09parser.c (cp_parser_asm_specification_opt): Print CPP_CLOSE_PAREN as `)', not...Volker Reichelt2-175/+259
2008-04-09* parser.c (cp_parser_template_parameter_list): Simplify.Volker Reichelt2-5/+6