aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2016-02-29re PR c++/69995 ([C++14] Invalid result when evaluating constexpr function)Jason Merrill2-0/+7
2016-02-26re PR c++/69958 (sizeof... computes wrong size)Jason Merrill2-8/+42
2016-02-25re PR c++/69889 (ICE: in assign_temp, at function.c:961)Jason Merrill5-11/+38
2016-02-25re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill3-20/+23
2016-02-25re PR c++/67364 ("accessing uninitialized member" error in constexpr context)Jason Merrill2-1/+6
2016-02-25re PR c++/68049 (template instantiation involving may_alias defines symbol tw...Jason Merrill2-1/+14
2016-02-25re PR c++/69736 ("error: too few arguments to function" in c++14 but not c++11)Patrick Palka5-12/+47
2016-02-24re PR c++/69922 (Bogus -Wnonnull-compare for: ... ? static_cast<T*>(this) : n...Jakub Jelinek5-18/+53
2016-02-24PR c++/69323 - errorsJason Merrill3-0/+32
2016-02-24PR c++/69323 - validJason Merrill2-3/+9
2016-02-24PR c++/69912 - [6 regression] ICE in build_ctor_subob_ref initializingMartin Sebor2-2/+10
2016-02-24Add -flifetime-dse=1.Jason Merrill2-1/+5
2016-02-24* cp-gimplify.c (cp_fold): Don't fold constexpr calls if -fno-inline.Jason Merrill2-1/+6
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