aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-02-19re PR c++/69743 (function overload with variadic arguments - template instant...Jason Merrill4-3/+11
2016-02-19Make-lang.in: Invoke gperf with -L C++.Jakub Jelinek5-37/+28
2016-02-19re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek2-6/+13
2016-02-19Adjust fix PR c++/68948Patrick Palka3-11/+21
2016-02-19re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek3-5/+18
2016-02-19re PR c++/67767 (-Wsuggest-attribute=noreturn suggests noreturn for function ...Jakub Jelinek2-4/+14
2016-02-19mangle.c (maybe_check_abi_tags): Add for_decl parm.Jason Merrill2-16/+35
2016-02-18re PR c++/65985 (compiler segfault with assert() in constexpr constructor body)Jason Merrill2-14/+29
2016-02-18re PR c++/68585 (c++14 code accepted by 4.9 not accepted by 5 and 6)Jason Merrill2-1/+5
2016-02-18re PR c++/68679 (gcc-5.2.1 ICE in C++11 anon union of structs with template f...Jason Merrill2-6/+19
2016-02-17re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek2-0/+9
2016-02-17re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill4-5/+25
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill10-60/+97
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek2-10/+5
2016-02-16re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill3-3/+21
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris3-14/+13
2016-02-15re PR c++/69658 (Bogus "C99 designator outside aggregate initializer" error)Jakub Jelinek2-4/+11
2016-02-15re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill8-56/+47
2016-02-15re PR c++/68890 (ICE in verify_ctor_sanity, at cp/constexpr.c:2113)Jason Merrill2-1/+7
2016-02-12Fix PR c++/69098 (bogus errors with static data member template)Patrick Palka3-11/+46
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek5-7/+17
2016-02-11re PR c/69768 (Bogus -Waddress warning)Jakub Jelinek2-3/+12
2016-02-11re PR c++/68726 (ice: tree check: expected tree_vec, have error_mark in comp_...Paolo Carlini1-0/+2
2016-02-11re PR c++/68726 (ice: tree check: expected tree_vec, have error_mark in comp_...Paolo Carlini1-0/+6
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill10-18/+31
2016-02-10re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill2-5/+14
2016-02-10re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill3-16/+38
2016-02-10* ptree.c (debug_tree): Implement for cp_expr.Jason Merrill2-0/+12
2016-02-08Fix PR c++/69139 (deduction failure with trailing return type)Patrick Palka2-10/+30
2016-02-08Fix PR c++/69283 (auto deduction fails when ADL is required)Patrick Palka2-0/+11
2016-02-08re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill2-13/+22
2016-02-08re PR c++/59627 (ICE with OpenMP "declare reduction" and -flto)Jakub Jelinek2-0/+7
2016-02-08re PR c++/69688 (-Wsign-compare causes bogus error: size of array ‘uc_codeâ...Marek Polacek5-5/+18
2016-02-08re PR c++/69631 (Bogus overflow in constant expression error)Jason Merrill4-13/+30
2016-02-05PR c++/69662 - -Wplacement-new on allocated one element array membersMartin Sebor2-12/+86
2016-02-05Make issues similar to PR c++/68948 fail loudly.Jason Merrill2-0/+9
2016-02-05Fix PR c++/68948 (wrong code generation due to invalid constructor call)Patrick Palka2-1/+16
2016-02-04Fix constexpr evaluation of comparisons involving pointer-to-membersPatrick Palka2-2/+25
2016-02-04class.c (find_flexarrays): Don't declare dom variable.Jakub Jelinek2-3/+8
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor8-75/+92
2016-02-03Fix PR c++/69056 (argument pack deduction failure during overload resolution)Patrick Palka2-0/+29
2016-01-31re PR c++/68763 (ICE: in verify_unstripped_args, at cp/pt.c:1132)Jakub Jelinek2-4/+41
2016-01-31re PR c++/69009 (ICE in instantiate_decl, at cp/pt.c:21511)Jason Merrill2-1/+35
2016-01-31Fix abi-tag16.C.Jason Merrill2-1/+38
2016-01-31Fix abi-tag17.C.Jason Merrill2-5/+6
2016-01-29re PR debug/66869 (-Wunused-function no longer warns for static declarations ...Jakub Jelinek2-0/+24
2016-01-29re PR c++/69509 (infinite loop compiling a VLA in a recursive constexpr funct...Marek Polacek3-30/+38
2016-01-29Fix cp_binding_level reuse logicPatrick Palka2-1/+7
2016-01-28re PR c++/67407 (ice in friend_accessible_p)Jason Merrill3-82/+27
2016-01-28Low-hanging C++-lexer speedup (PR c++/24208)Patrick Palka2-0/+26