aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill3-3/+6
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill2-3/+6
2015-07-01re PR c++/65945 (C++ alignment of nullptr_t is 1 and might cause unaligned st...Jason Merrill3-0/+28
2015-07-01re PR c++/60365 (multiple noreturn attribute specifiers in a single declarati...Paolo Carlini2-0/+29
2015-07-01Fix PR c++/66686 (dependent template template substitution)Patrick Palka2-5/+13
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill2-0/+7
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill10-36/+95
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland2-0/+10
2015-06-29re PR c++/65977 (Constexpr should be allowed in declaration of friend templat...Paolo Carlini2-9/+12
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2-0/+11
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek3-7/+21
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek11-31/+42
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek14-50/+63
2015-06-27* pt.c (check_unstripped_args): Mark parameter as unused.Andreas Schwab2-1/+5
2015-06-26re PR c++/66216 (Defaulted Operators and constructors not working with aligne...Jason Merrill2-0/+4
2015-06-26re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)Jason Merrill2-0/+5
2015-06-26re PR c++/66255 (ice in retrieve_specialization)Jason Merrill2-7/+35
2015-06-26re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...Jason Merrill2-2/+8
2015-06-26re PR c++/66654 (ice in digest_init_r, at cp/typeck2.c:1103)Jason Merrill2-1/+8
2015-06-26cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.Marek Polacek3-2/+7
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod14-25/+16
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford8-10/+22
2015-06-25hash-table.h: Update comments.Richard Sandiford4-6/+14
2015-06-24re PR c++/66647 (ICE: in instantiate_class_template_1, at cp/pt.c:9254)Jason Merrill2-4/+10
2015-06-24re PR c++/66501 (Default move assignment does not move array members)Jason Merrill4-20/+21
2015-06-24Implement N3928 - Extending static_assertEdward Smith-Rowland3-14/+47
2015-06-24re PR c++/65750 (misinterpret in a virtual member function with a C++11 style...Adam Butcher2-0/+31
2015-06-24Revert fix for PR c++/30044Patrick Palka3-34/+39
2015-06-24re PR c++/65811 (ice in vague_linkage_p)Paolo Carlini2-0/+7
2015-06-24Add PR information to ChangeLog entries for previous changePatrick Palka1-0/+1
2015-06-23[PATCH] Fix PR c++/30044Patrick Palka3-24/+45
2015-06-23re PR c++/65879 (Bogus linkage errors for member class of anonymous class)Jason Merrill3-7/+12
2015-06-23re PR c++/66501 (Default move assignment does not move array members)Jason Merrill5-2/+28
2015-06-23re PR c++/66542 ([C++11] Can create static variable of type that has deleted ...Jason Merrill2-3/+9
2015-06-22gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if -fdump-a...Pierre-Marie de Rodat2-2/+8
2015-06-22c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.Pierre-Marie de Rodat2-0/+14
2015-06-22decl.c (grokdeclarator): Use declspecs->locations[ds_virtual].Paolo Carlini2-10/+11
2015-06-22re PR c++/66515 (g++ segfaults when creating an std::initializer_list)Jason Merrill2-1/+7
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev4-17/+14
2015-06-20re PR c++/65882 (Internal compiler error: Error reporting routines re-entered)Mikhail Maltsev2-4/+11
2015-06-19fix ChangeLog dateJason Merrill1-3/+1
2015-06-19re PR c++/66585 (Internal compiler error when initialize field with lambda)Jason Merrill2-0/+22
2015-06-19re PR c++/65880 (Member function issue with argument "pointer to const array ...Jason Merrill3-11/+18
2015-06-19re PR c++/65973 (segmentation fault when compiling C++14 code)Jason Merrill2-4/+8
2015-06-19re PR c++/65843 (multiple use of const variable in lamba in template function...Jason Merrill2-1/+11
2015-06-18re PR c++/66001 (ICE when NSDMI in a literal class uses a destructor)Jason Merrill2-0/+24
2015-06-18re PR c++/66571 (Template substitution causes some OpenMP rejects-valid)Jakub Jelinek1-1/+3
2015-06-17re PR c++/66515 (g++ segfaults when creating an std::initializer_list)Jason Merrill2-3/+18
2015-06-17re PR c++/66571 (Template substitution causes some OpenMP rejects-valid)Jakub Jelinek2-13/+47
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod7-7/+17