aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod36-63/+38
2015-06-16re PR c++/59682 (Invalid syntax accepted: new-placement without expression-list)Paolo Carlini2-0/+8
2015-06-16re PR c++/66536 (ICE in build_ctor_subob_ref, at cp/tree.c:2534)Jason Merrill2-1/+10
2015-06-16re PR c++/58063 (default arguments evaluated twice per call)Jason Merrill2-0/+26
2015-06-16re PR c++/66387 (ICE in make_decl_rtl with lambda)Jason Merrill3-4/+9
2015-06-16re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell3-8/+40
2015-06-15re PR c++/51048 (Class template inheritance doesn't work well with function-l...Paolo Carlini2-2/+12
2015-06-13Remove stale commentary in cp/call.cPatrick Palka2-31/+5
2015-06-13Emit -Waddress warnings for comparing address of reference against NULLPatrick Palka2-0/+40
2015-06-12re PR c++/65719 (Link error with constexpr variable template)Jason Merrill2-2/+9