aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-30backport: re PR sanitizer/89869 (-fsanitize=undefined miscompilation)Jakub Jelinek1-9/+15
2019-08-30backport: re PR c++/60702 (thread_local initialization)Jakub Jelinek1-0/+6
2019-08-30backport: re PR c++/88103 (Wrong value category when conditional expression r...Jakub Jelinek1-1/+7
2018-06-22backport: re PR c++/84463 (Supposedly-incompliant "error: '* key0' is not a c...Jakub Jelinek1-13/+0
2018-06-22backport: re PR c++/84961 (ICE error: SSA_NAME_DEF_STMT is wrong)Jakub Jelinek1-21/+22
2018-04-03Fix noexcept merging with system headers.Jason Merrill1-6/+6
2017-10-06re PR c++/82299 (-Wuseless-cast errors on typed enums used in member data ini...Jakub Jelinek1-1/+4
2017-09-01re PR c++/82040 (ICE with -Wbool-operation and ~)Marek Polacek1-0/+1
2017-06-16PR c++/80639 - ICE with invalid PMF initialization.Jason Merrill1-2/+3
2017-04-10re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek1-11/+10
2017-04-07re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek1-3/+5
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek1-3/+13
2017-03-15PR c++/80043 - ICE with -fpermissiveJason Merrill1-1/+6
2017-03-03re PR c++/79791 (-Werror=write-strings ignored with -Wpedantic)Marek Polacek1-2/+1
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek1-1/+1
2017-02-19re PR c++/79380 (ICE on C++11 code with illegal alignas specifier on x86_64-l...Paolo Carlini1-0/+6
2017-02-13re PR c++/79232 (error: invalid rhs for gimple memory store)Jakub Jelinek1-15/+66
2017-01-31re PR c++/79290 (forming pointer to member function tries to access "__pfn")Nathan Sidwell1-1/+4
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-1/+1
2017-01-23PR c++/71406 - ICE with scope-ref'd template id exprsNathan Sidwell1-17/+18
2017-01-18PR c++/68666 - member variable template-idJason Merrill1-1/+4
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek1-0/+12
2017-01-04re PR c++/78949 (incorrect "unused variable" warning with SSE2)Jakub Jelinek1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-1/+9
2016-11-28re PR c++/77591 (decltype(auto) and ternary operator allow returning local re...Jakub Jelinek1-1/+1
2016-11-15Various C++17 decomposition fixes.Jason Merrill1-13/+9
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek1-0/+6
2016-11-13CWG 2233 - default arg and parameter packJason Merrill1-2/+7
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-21/+26
2016-11-07C++ cleanups before C++17 noexcept in types.Jason Merrill1-1/+3
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill1-7/+0
2016-10-08Further P0135 refinement.Jason Merrill1-2/+0
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+23
2016-10-06C++17 copy elision improvements.Jason Merrill1-0/+2
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-2/+0
2016-10-03Core 903Marek Polacek1-8/+8
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+3
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek1-1/+9
2016-09-23Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek1-0/+11
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek1-3/+19
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-17/+16
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill1-0/+5
2016-08-09PR c++/56701 - wrong type of &*thisJason Merrill1-5/+0
2016-08-04PR c++/72796 - wrong resolution of scoped method call.Jason Merrill1-1/+1
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill1-13/+2
2016-07-18re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)Jakub Jelinek1-2/+1
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-5/+5
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-14/+4
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-3/+2