aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-01-24PR c++/89001 - mangling of reference temporariesJason Merrill5-6/+29
2019-01-24re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552)Jakub Jelinek2-4/+27
2019-01-23PR c++/88757 - qualified name treated wrongly as type.Marek Polacek2-0/+34
2019-01-23re PR c/44715 (Break in increment expression of "for" statement inconsistent ...Jakub Jelinek2-4/+9
2019-01-23re PR c++/88984 (ICE in genericize_switch_stmt, at cp/cp-gimplify.c:377)Jakub Jelinek2-3/+10
2019-01-23PR c++/87893 - constexpr ctor ICE on ARM.Jason Merrill2-3/+13
2019-01-21re PR c++/88949 (ICE in expand_expr_real_1, at expr.c:10001 with -fopenmp)Jakub Jelinek2-1/+24
2019-01-21re PR sanitizer/88901 (ICE when using -fsanitize=pointer-compare)Jakub Jelinek2-1/+10
2019-01-18PR c++/88875 - error with explicit list constructor.Jason Merrill2-3/+15
2019-01-18c-family: Update unaligned adress of packed member checkH.J. Lu3-2/+10
2019-01-17PR c++/86205 - ICE with ?: of throw and template-id.Jason Merrill5-7/+35
2019-01-17PR c++/86740, ICE with constexpr if and nested generic lambdas.Jason Merrill2-0/+13
2019-01-17decl.c (grokdeclarator): Use typespec_loc in error messages about 'auto' and ...Paolo Carlini2-19/+28
2019-01-17C++: Fix ICE when adding overloaded operator via using_decl (PR c++/88699)David Malcolm2-1/+7
2019-01-17[PR c++/86610] lambda captures in templatesNathan Sidwell2-3/+8
2019-01-17[PR87768] reset location wrapper suppression when reentering top levelAlexandre Oliva3-0/+9
2019-01-17[PR86648] use auto identifier for class placeholder templatesAlexandre Oliva4-4/+21
2019-01-17[PR88146] avoid diagnostics diffs if cdtor_returns_thisAlexandre Oliva2-0/+16
2019-01-16decl.c (grokdeclarator): Use locations[ds_storage_class] in error messages ab...Paolo Carlini2-7/+19
2019-01-16PR c++/78244 - narrowing conversion in template not detected.Marek Polacek4-0/+18
2019-01-15Fix ICE on class-template argument deduction (PR c++/88795)David Malcolm2-0/+8
2019-01-15decl.c (start_decl): Improve error location.Paolo Carlini3-6/+23
2019-01-14PR c++/88825 - ICE with bogus function return type deduction.Marek Polacek2-0/+5
2019-01-14PR c++/88830 - ICE with abstract class.Marek Polacek2-2/+9
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann11-32/+85
2019-01-14Fix location of tls_wrapper_fn (PR gcov-profile/88263).Martin Liska2-1/+9
2019-01-12decl.c (cp_finish_decl): Improve error location.Paolo Carlini3-5/+15
2019-01-11PR c++/88692, c++/87882 - -Wredundant-move false positive with *this.Marek Polacek2-2/+9
2019-01-11PR c++/88312 - pack expansion of decltype.Jason Merrill2-0/+8
2019-01-11PR c++/88613 - ICE with use of const var in lambda.Jason Merrill3-2/+23
2019-01-11PR C++/88114 Gen destructor of an abstract classTobias Burnus2-1/+18
2019-01-11decl.c (start_decl): Improve error location.Paolo Carlini2-3/+11
2019-01-09PR other/16615 [1/5]Sandra Loosemore4-4/+12
2019-01-09decl.c (grok_reference_init): Improve error location.Paolo Carlini2-5/+13
2019-01-08PR c++/88538 - braced-init-list in template-argument-list.Marek Polacek2-0/+12
2019-01-08PR c++/88548 - this accepted in static member functions.Marek Polacek3-36/+102
2019-01-08decl.c (start_decl): Improve permerror location.Paolo Carlini2-1/+6
2019-01-08re PR c++/88554 (Segfault ICE when falling off the end of a reference-returni...Jonathan Wakely2-4/+13
2019-01-07decl.c (start_decl): Improve two error_at locations.Paolo Carlini2-10/+17
2019-01-07PR c++/88741 - wrong error with initializer-string.Marek Polacek2-0/+6
2019-01-07re PR c++/88261 (ICE: verify_gimple failed (error: non-trivial conversion at ...Bernd Edlinger3-32/+74
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek6-0/+101
2019-01-03re PR c++/88636 (ICE: Segmentation fault (in c_tree_chain_next))Jakub Jelinek2-4/+8
2019-01-03tree.c (handle_nodiscard_attribute): Improve warning location.Paolo Carlini2-2/+7
2019-01-02PR c++/88631 - CTAD failing for value-initialization.Marek Polacek2-3/+16
2019-01-02PR c++/88612 - ICE with -Waddress-of-packed-member.Marek Polacek3-2/+10
2019-01-01Update copyright years.Jakub Jelinek55-5523/+5532
2018-12-27Use proper location for tls_init function (PR c++/88263).Martin Liska2-6/+15
2018-12-21re PR c++/86524 (std::less with pointer arguments not usable in static_assert...Jakub Jelinek5-13/+42
2018-12-21PR c++/88196 - ICE with class non-type template parameter.Marek Polacek2-1/+7