aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13PR c++/82336 - link error with list-init default argument.Paolo Carlini1-1/+3
2018-03-13re PR c++/84843 (C++ ICE on builtin redefinition since r258391)Jakub Jelinek1-1/+8
2018-03-09re PR c++/84724 (internal compiler error: in single_succ_edge, at basic-block...Jakub Jelinek1-0/+27
2018-03-05re PR c++/84707 (internal compiler error: Segmentation fault (tree_check()/du...Marek Polacek1-1/+3
2018-03-02re PR c++/84663 (internal compiler error: tree check: expected array_type, ha...Marek Polacek1-1/+1
2018-03-01PR c++/84294 - attributes on a function template redeclaration silently disca...Martin Sebor1-35/+29
2018-03-01PR c++/71569 - ICE with redundant args on member variable template.Jason Merrill1-11/+9
2018-02-28PR testsuite/84617 - new test cases g++.dg/ext/attr-const.C and g++.dg/ext/at...Martin Sebor1-0/+3
2018-02-28decl.c (cp_finish_decomp): Don't adjust eltscnt when calling inform_n.Jakub Jelinek1-4/+1
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor1-31/+74
2018-02-26re PR c++/84533 (ICE with duplicate enum value)Paolo Carlini1-0/+1
2018-02-19re PR c++/84348 (ICE with invalid friend declaration)Paolo Carlini1-1/+1
2018-02-16[C++ PATCH] Deprecate -ffriend-injectionNathan Sidwell1-1/+7
2018-02-16re PR c++/82468 (ICE with deduction guide template)Paolo Carlini1-1/+8
2018-02-07Revert behavior to r251316.Martin Liska1-8/+6
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini1-4/+4
2018-01-25re PR c++/84031 (structured binding unpacks nameless padding bitfields)Jakub Jelinek1-7/+10
2018-01-24re PR c++/83921 (GCC rejects constexpr initialization of empty aggregate.)Paolo Carlini1-19/+40
2018-01-23PR c++/83947 - ICE with auto declarations.Jason Merrill1-3/+5
2018-01-23re PR c++/83958 (ICE: Segmentation fault (in find_decomp_class_base))Jakub Jelinek1-0/+6
2018-01-23[C++ PATCH] Deprecate ARM-era for scopesNathan Sidwell1-1/+3
2018-01-22re PR c++/83895 (-Wparentheses warns about pointer-to-member typedefs)Ville Voutilainen1-0/+1
2018-01-19re PR c++/83919 (spurious -Wignored-qualifiers warning)Jakub Jelinek1-0/+1
2018-01-18re PR c++/81013 (ICE with invalid union in class hierarchy)Paolo Carlini1-1/+4
2018-01-17re PR c++/78344 (ICE on invalid c++ code on x86_64-linux-gnu (internal compil...Paolo Carlini1-3/+9
2018-01-17re PR c++/81054 (ICE with volatile variable in constexpr function)Paolo Carlini1-2/+6
2018-01-11PR c++/82728 - wrong -Wunused-but-set-variableJason Merrill1-0/+2
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+5
2018-01-03re PR c++/83592 (Annoying -Wparentheses warnings)Marek Polacek1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19re PR c++/82593 (Internal compiler error: in process_init_constructor_array, ...Paolo Carlini1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-2/+2
2017-12-15re PR c++/83205 (ICE on structured binding with ill-formed negative std::tupl...Jakub Jelinek1-4/+22
2017-12-15re PR c++/81197 (ICE with structured binding and lifetime-extended temporaries)Jakub Jelinek1-2/+19
2017-12-15re PR c++/83217 (Compiler segfault: structured binding by reference to a temp...Jakub Jelinek1-1/+3
2017-12-15[PR C++/59930] template friend classes & default argsNathan Sidwell1-24/+16
2017-12-12Remove type_dependent_init_p.Jason Merrill1-34/+4
2017-12-12PR c++/82115 - ICE with variable initialized with its own address.Jason Merrill1-4/+13
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-1/+2
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+57
2017-11-28Remove Cilk Plus support.Julia Koval1-5/+1
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-1/+8
2017-11-21Add quotes for constexpr keyword.Martin Liska1-5/+5
2017-11-16[PR c++/81060] ICE with invalid initialzer via lambdaNathan Sidwell1-2/+6
2017-11-15Fix fallout of -fsanitize=vptr.Martin Liska1-2/+1
2017-11-15Zero vptr in dtor for -fsanitize=vptr.Martin Liska1-1/+20
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-2/+3
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-2/+0
2017-11-13Defer folding of *&.Jason Merrill1-1/+1
2017-11-03[PR c++/82710] false positive paren warningNathan Sidwell1-6/+8