aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2014-05-01re PR c/43395 (Gcc warns label as local variable)Marek Polacek2-2/+9
2014-04-30re PR c++/60980 (ICE in build_special_member_call, at cp/call.c:7447)Jason Merrill2-1/+5
2014-04-30re PR c++/60951 ([C++11] ICE with braced-init-list assignment and constexpr c...Jason Merrill2-1/+6
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek2-9/+12
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill14-124/+241
2014-04-28re PR c++/59120 ([c++11] ICE with invalid template alias)Paolo Carlini2-9/+8
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek2-7/+33
2014-04-24re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse2-2/+6
2014-04-23Fix for c++/PR57958Dinar Temirbulatov2-0/+8
2014-04-22re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse2-36/+48
2014-04-22re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek2-1/+9
2014-04-18DR 1571Jason Merrill2-10/+23
2014-04-18re PR c++/60872 (Cannot memcpy array of restricted pointers)Jason Merrill2-2/+8
2014-04-16decl.c (reshape_init_r): Handle a single element of vector type.Marc Glisse2-1/+5
2014-04-16re PR c++/60765 (Function attributes ignored for pointer-to-member-function p...Patrick Palka3-10/+31
2014-04-16re PR c++/59295 (useless warning: 'Bar' is already a friend of 'Foo' [enabled...Paul Pluzhnikov2-3/+12
2014-04-15decl.c (duplicate_decls): Remove redundant TYPE_NAME use.Paolo Carlini4-4/+9
2014-04-15re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek2-1/+6
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini2-1/+4
2014-04-14pt.c (mark_template_parm): Use template_parm_level_and_index.Paolo Carlini2-10/+5
2014-04-11parser.h (struct cp_token): Rename ambiguous_p to error_reported.Jason Merrill3-13/+22
2014-04-11DR 1467 PR c++/51747Jason Merrill2-0/+16
2014-04-11DR 1338Jason Merrill2-2/+12
2014-04-11re PR c++/58600 ([c++11] ICE on wrong usage of alignas)Paolo Carlini2-4/+11
2014-04-11DR 1030 PR c++/51253Jason Merrill5-16/+59
2014-04-10re PR ipa/60761 (Improve dump_decl for clones)Richard Biener2-1/+15
2014-04-09pt.c (check_template_variable): Check for the return of pedwarn before emitti...Fabien Chêne3-8/+14
2014-04-09re PR c++/59115 (ICE with invalid template parameter)Paolo Carlini2-49/+41
2014-04-08invoke (Wnon-virtual-dtor): Update to match implementation.Nathan Sidwell2-5/+14
2014-04-04decl.c (duplicate_decls): Check for the return of warning_at before emitting ...Fabien Chêne2-16/+23
2014-04-04re PR c++/58207 (ICE in sort_constexpr_mem_initializers due to out of bounds ...Paolo Carlini2-7/+12
2014-04-04re PR c++/44613 (Declaring an array with non-constant length inside a switch ...Patrick Palka3-1/+26
2014-04-04re PR c++/21113 (Jumps into VLA or VM scope not rejected for C++)Patrick Palka2-4/+8
2014-04-04class.c (find_abi_tags_r): Check for the return of warning before emitting a ...Fabien Chêne2-13/+21
2014-04-04decl.c (duplicate_decls): Check for the return of permerror before emitting a...Fabien Chêne2-5/+10
2014-04-03invoke.texi (Wnon-virtual-dtor): Adjust documentation.Nathan Sidwell2-26/+62
2014-04-01fix gcc/cp/ChangeLog formattingJason Merrill1-2/+2
2014-04-01pt.c (process_partial_specialization): Say "not deducible" rather than "not u...Jason Merrill2-3/+8
2014-04-01re PR c++/60374 ([c++11] ICE with invalid template specialization)Jason Merrill2-0/+26
2014-04-01init.c (perform_member_init): Homogenize uninitialized diagnostics.Fabien Chêne6-27/+41
2014-04-01re PR c++/60708 (An array temporary causes an ICE in gimplify)Jason Merrill2-0/+6
2014-04-01re PR c++/60713 (ICE in iterative_hash_expr)Jason Merrill2-2/+18
2014-04-01re PR c++/60642 (Unclear diagnostic with invalid use of abi_tag attribute on ...Jason Merrill5-20/+52
2014-03-31re PR c++/44859 (missed warning: returning reference to temporary)Patrick Palka2-4/+10
2014-03-29re PR c++/60626 ([c++1y] ICE with pointer to function with auto parameter)Adam Butcher2-1/+14
2014-03-28re PR c++/60573 ([c++1y] ICE with defining generic function of nested class i...Adam Butcher5-11/+48
2014-03-26re PR c++/52369 (Const-qualified non-class base member and defaulted default ...Fabien Chêne3-6/+21
2014-03-26re PR c++/60566 (r208573 omits needed thunks)Jason Merrill3-16/+15
2014-03-25re PR c++/60375 ([c++11] ICE with invalid use of lambda)Jason Merrill2-5/+15
2014-03-25re PR c++/60628 ([c++11] ICE initializing array of auto)Jason Merrill2-0/+13