aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Fix locations in conversion_null_warnings (PR c++/71302)David Malcolm2-5/+30
2019-02-05re PR c++/89187 (ICE in initialize_argument_information, at calls.c:2023)Jakub Jelinek3-0/+12
2019-02-05PR c++/89158 - by-value capture of constexpr variable broken.Marek Polacek2-1/+9
2019-02-05[PR87770] test partial specializations for type dependenceAlexandre Oliva2-1/+37
2019-02-01PR c++/88761 - ICE with reference capture of constant.Jason Merrill2-2/+10
2019-02-01PR c++/88325 - ICE with invalid out-of-line template member definition.Marek Polacek2-1/+9
2019-02-01re PR c++/87175 (__attribute__)) is ignored by the parser)Jakub Jelinek2-2/+10
2019-02-01PR c++/88983 - ICE with switch in constexpr function.Marek Polacek2-3/+21
2019-01-31PR c++/89083, c++/80864 - ICE with list initialization in template.Marek Polacek3-12/+34
2019-01-31PR c++/88752 - ICE with lambda and constexpr if.Jason Merrill3-1/+34
2019-01-31re PR libstdc++/88170 (pretty printer FAILs)Jakub Jelinek2-6/+12
2019-01-31re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek2-0/+9
2019-01-30PR c++/89119 - ICE with value-initialization in template.Marek Polacek2-0/+10
2019-01-29PR c++/86943 - wrong code converting lambda to function pointer.Jason Merrill4-23/+78
2019-01-29PR c++/89089 - ICE with [[no_unique_address]].Jason Merrill2-16/+41
2019-01-28PR c++/88358 - name wrongly treated as type.Marek Polacek2-13/+25
2019-01-27PR c++/88815 - narrowing conversion lost in decltype.Marek Polacek4-1/+24
2019-01-27PR c++/89024 - ICE with incomplete enum type.Marek Polacek2-0/+13
2019-01-25re PR c++/88969 (ICE in build_op_delete_call, at cp/call.c:6509)Paolo Carlini3-3/+23
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