aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)Author
2017-04-04 * semantics.c (finish_template_type): Check CLASSTYPE_TEMPLATE_INFO.jason
2017-03-31 PR libstdc++/80251jakub
2017-03-22 PR c++/80141jakub
2017-02-272017-02-27 Volker Reichelt <v.reichelt@netcologne.de>reichelt
2017-02-22 PR c++/79657mpolacek
2017-02-21 PR c++/50308 - wrong deprecated warning with ADLjason
2017-02-10 PR c++/71285 - member of fold-expressionjason
2017-02-092017-02-09 Nathan Sidwell <nathan@codesourcery.com>cltang
2017-01-31 PR c++/79264nathan
2017-01-31Introduce C++ support in libcc1aoliva
2017-01-27Fix PR c++/64382abutcher
2017-01-26 PR c++/68727jakub
2017-01-20 PR c/64279mpolacek
2017-01-11 PR c++/78337 - ICE on invalid with generic lambdajason
2017-01-09 PR translation/79019jakub
2017-01-01 Update copyright years.jakub
2016-12-14Split omp-low into multiple filesjamborm
2016-11-18 PR c++/67631 - list-init and explicit conversionsjason
2016-11-16Fix tuple decomposition decltype.jason
2016-11-15 PR c++/78358 - tuple decomposition decltypejason
2016-11-15Various C++17 decomposition fixes.jason
2016-11-14 Implement P0217R3 - C++17 structured bindingsjason
2016-11-14Improve various diagnostic issues.jason
2016-10-25 * internal-fn.def (LAUNDER): New internal function.jakub
2016-10-06 Implement P0258R2 - helper for C++17jakub
2016-10-05 * semantics.c (finish_compound_literal): Handle class placeholder.jason
2016-10-05 Implement P0305R1, Selection statements with initializer.mpolacek
2016-09-26Implement -Wimplicit-fallthrough.mpolacek
2016-09-14 * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.mpolacek
2016-08-12 PR c/7652mpolacek
2016-08-10 Implement C++17 constexpr if.jason
2016-08-09 PR c++/68703 - bogus error with dependent vector lengthjason
2016-08-04 Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.jason
2016-07-29 PR c/71926mpolacek
2016-07-22 PR c++/69223 - ICE with deduced template return type.jason
2016-07-15 PR c++/71495 - spurious note during SFINAE.jason
2016-07-15 gcc/c/cesar
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...tschwinge
2016-06-17 * semantics.c (handle_omp_array_sections_1): Don't ICE whenjakub
2016-06-16 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFsjakub
2016-06-14 P0145R2: Refining Expression Order for C++.jason
2016-06-032016-06-03 Chung-Lin Tang <cltang@codesourcery.com>cltang
2016-05-30/cppaolo
2016-05-26 * c-parser.c (c_parser_omp_clause_schedule): Warn ifjakub
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)ppalka
2016-05-24 gcc/c/cesar
2016-05-24 PR c++/71257jakub
2016-05-13 Fix type-dependence and the current instantiation.jason
2016-05-12 PR c/70756mpolacek
2016-05-02 gcc/c-family/cesar