aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)Author
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-02-21re PR c++/79654 (ICE on invalid c++ code in register_dtor_fn in cp/decl.c:7877)Jakub Jelinek
2017-02-13PR c++/79296 - ICE mangling localized template instantiationNathan Sidwell
2017-02-11PR c++/77790 - ICE with auto function in C++11 modeJason Merrill
2017-02-02re PR c++/69637 (ICE on an invalid bit-field with template name for width)Paolo Carlini
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-26PR c++/79176 - lambda ICE with -flto -OsJason Merrill
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek
2017-01-08PR c++/78948 - instantiation from discarded statementJason Merrill
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15Allow references in constant-expressions.Jason Merrill
2016-11-10PR c++/77337 - auto return and lambdaJason Merrill
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill
2016-09-02re PR sanitizer/77396 (address sanitizer crashes if all static global variab...Jakub Jelinek
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill
2016-07-21PR c++/71274 - deprecated warning without use.Jason Merrill
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek
2016-04-15re PR c++/70594 (-fcompare-debug failure)Jason Merrill
2016-03-23re PR c++/69315 (ICE in finish_function with constexpr and templates)Alexandre Oliva
2016-02-18re PR c++/68679 (gcc-5.2.1 ICE in C++11 anon union of structs with template f...Jason Merrill
2016-02-08Fix PR c++/69283 (auto deduction fails when ADL is required)Patrick Palka
2016-01-23PR c++/58109 - alignas() fails to compile with constant expressionMartin Sebor
2016-01-09re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak)Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek
2015-11-13Merge C++ delayed folding branch.Jason Merrill
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-11-05gcc/Jakub Jelinek
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener
2015-09-09re PR c++/53184 (Unnecessary anonymous namespace warnings)Paolo Carlini
2015-08-15re PR c++/65974 (Bogus deprecated-declarations warnings for inline definition...Jason Merrill
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill
2015-08-07Add C++ Concepts TS support.Andrew Sutton
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill