aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)Author
2017-04-10re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek
2017-04-07re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek
2017-03-15PR c++/80043 - ICE with -fpermissiveJason Merrill
2017-03-03re PR c++/79791 (-Werror=write-strings ignored with -Wpedantic)Marek Polacek
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek
2017-02-19re PR c++/79380 (ICE on C++11 code with illegal alignas specifier on x86_64-l...Paolo Carlini
2017-02-13re PR c++/79232 (error: invalid rhs for gimple memory store)Jakub Jelinek
2017-01-31re PR c++/79290 (forming pointer to member function tries to access "__pfn")Nathan Sidwell
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-23PR c++/71406 - ICE with scope-ref'd template id exprsNathan Sidwell
2017-01-18PR c++/68666 - member variable template-idJason Merrill
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek
2017-01-04re PR c++/78949 (incorrect "unused variable" warning with SSE2)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-11-28re PR c++/77591 (decltype(auto) and ternary operator allow returning local re...Jakub Jelinek
2016-11-15Various C++17 decomposition fixes.Jason Merrill
2016-11-14Implement P0217R3 - C++17 structured bindingsJakub Jelinek
2016-11-13CWG 2233 - default arg and parameter packJason Merrill
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-07C++ cleanups before C++17 noexcept in types.Jason Merrill
2016-11-03Use type_hash_eq langhook in check_qualified_type.Jason Merrill
2016-10-08Further P0135 refinement.Jason Merrill
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek
2016-10-06C++17 copy elision improvements.Jason Merrill
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek
2016-10-03Core 903Marek Polacek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek
2016-09-23Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill
2016-08-09PR c++/56701 - wrong type of &*thisJason Merrill
2016-08-04PR c++/72796 - wrong resolution of scoped method call.Jason Merrill
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill
2016-07-18re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)Jakub Jelinek
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill
2016-06-24P0145R2: Refining Expression Order for C++ (complex LHS of =).Jason Merrill
2016-06-17PR c++/71209 - wrong error with dependent baseJason Merrill
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek
2016-05-02PR c++/62314: C++: add fixit hint to misspelled member namesDavid Malcolm
2016-04-26Bootstrapped/regtested on x86_64-linux, ok for trunk?Marek Polacek