aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-02-17PR c++/89217 - ICE with list-initialization in range-based for loop.Marek Polacek4-9/+43
2019-02-13PR c++/89297 - ICE with OVERLOAD in template.Marek Polacek2-3/+13
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva6-8/+35
2019-02-13[PR87322] move cp_evaluated up to tsubst all lambda parmsAlexandre Oliva2-4/+26
2019-02-13C++ concepts: fix ICE with requires on dtors (PR c++/89036)David Malcolm2-3/+5
2019-02-13re PR c++/88986 (ICE: tree check: expected tree that contains 'decl minimal' ...Paolo Carlini3-3/+30
2019-02-12PR c++/89144 - link error with constexpr initializer_list.Jason Merrill3-26/+48
2019-02-11PR c++/89241 - ICE with __func__ in lambda in template.Jason Merrill2-1/+8
2019-02-11PR c++/89212 - ICE converting nullptr to pointer-to-member-function.Marek Polacek2-0/+12
2019-02-11re PR c++/88977 (__builtin_is_constant_evaluated() as function template argum...Jakub Jelinek2-2/+10
2019-02-11* typeck2.c (digest_init_r): Remove commented code.Marek Polacek2-1/+4
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor3-20/+62
2019-02-07[PR86218] handle ck_aggr in compare_ics in both and either conversionAlexandre Oliva2-4/+10
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