PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression (v2): https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01915.html
[PATCH 1/4] PR c++/62314: add fixit hint for missing "template <> " in explicit specialization: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01933.html [PATCH 2/4] PR c++/62314: add fixit hint for "expected ';' after class definition: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01935.html [PATCH 3/4] PR c++/62314: C++: add fixit hint to misspelled member names: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01936.html [PATCH 4/4] C: add fixit hint to misspelled field names: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01934.html [PATCH] C++ FE: Show both locations in string literal concatenation error: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01497.html Thanks in advance Dave