aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-12-13[PR c++/87531] Fix second bugNathan Sidwell5-16/+22
2018-12-12decl.c (grokdeclarator): Fix location of error message about static data memb...Paolo Carlini2-1/+7
2018-12-12re PR c++/88446 (__builtin_is_constant_evaluated rejects some converted const...Jakub Jelinek4-21/+48
2018-12-12re PR c++/88449 (__builtin_is_constant_evaluated misbehaves due to constexpr ...Jakub Jelinek2-3/+21
2018-12-11re PR c++/87861 (ICE in output_constructor_regular_field, at varasm.c:5165)Jakub Jelinek3-25/+70
2018-12-11PR c++/86608 - reading constexpr volatile variable.Marek Polacek3-3/+12
2018-12-11decl.c (grokvardecl): Add location_t parameter and use it in build_lang_decl_...Paolo Carlini1-9/+11
2018-12-11decl.c (grokvardecl): Add location_t parameter and use it in build_lang_decl_...Paolo Carlini1-1/+1
2018-12-11decl2.c (grokvardecl): Add location_t parameter and use it in build_lang_decl...Paolo Carlini1-0/+7
2018-12-09Correct the reported line number in C++ combined OpenACC directivesCesar Philippidis2-2/+8
2018-12-07decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error messages about bit-...Paolo Carlini2-6/+13
2018-12-07re PR c++/86669 (Complete object constructor clone omits length for a c++11 b...Jakub Jelinek2-3/+5
2018-12-07re PR c++/87506 (ICE with inherited constexpr constructor with const argument)Jakub Jelinek2-1/+8
2018-12-06class.c (check_bitfield_decl): In error message about non-integral type print...Paolo Carlini3-10/+21
2018-12-06[PR86747] tsubst friend tpl ctxt before looking it up for dupesAlexandre Oliva2-1/+7
2018-12-06[PR86397] resolve nondependent noexcept specs early in C++1[14]Alexandre Oliva2-4/+7
2018-12-06PR c++/88136 - -Wdeprecated-copy false positivesJason Merrill5-13/+27
2018-12-06PR c++/88373 - wrong parse error with ~.Marek Polacek2-1/+8
2018-12-06asm inlineSegher Boessenkool5-5/+28
2018-12-06asm qualifiers (PR55681)Segher Boessenkool2-26/+57
2018-12-06C++: improvements to diagnostics using %P (more PR c++/85110)David Malcolm5-38/+119
2018-12-06decl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in error message...Paolo Carlini2-6/+14
2018-12-05[PR85569] skip constexpr target_expr constructor dummy type conversionAlexandre Oliva2-2/+9
2018-12-04re PR c++/84636 (internal compiler error: Segmentation fault (identifier_p()/...Paolo Carlini2-3/+9
2018-12-04PR c++/88184 - ICE when treating name as template-name.Marek Polacek2-7/+7
2018-12-04OpenACC wait list diagnostic changeJulian Brown2-2/+9
2018-12-04re PR c++/88103 (Wrong value category when conditional expression result is u...Jakub Jelinek2-1/+13
2018-12-02re PR c++/88258 (Infinite loop emitting diagnostics in the C++ front-end)Jakub Jelinek2-6/+35
2018-12-01Implement P0634R3, Down with typename!Marek Polacek2-60/+228
2018-11-30C++: fix-it hint for missing parenthesesDavid Malcolm2-3/+18
2018-11-30[C++] Use existing local variable in cp_parser_oacc_enter_exit_dataJames Norris2-1/+6
2018-11-29decl.c (compute_array_index_type_loc): New, like the current compute_array_in...Paolo Carlini2-18/+47
2018-11-29C++: namespaces and scopes for enum values (PR c++/88121)David Malcolm4-12/+103
2018-11-28Implement P1094R2, Nested inline namespaces.Marek Polacek2-4/+32
2018-11-28[PR c++/87531] operator= lookup in templatesNathan Sidwell2-0/+19
2018-11-28except.c (do_allocate_exception): Annotate __cxa_allocate_exception as COLD.Jan Hubicka2-1/+6
2018-11-28PR c++/88222 - ICE with bit-field with invalid type.Marek Polacek2-1/+6
2018-11-28re PR c++/87476 (char-array initialized from wide-string)Jakub Jelinek2-2/+13
2018-11-28re PR c++/88187 (ICE on (invalid) C++ code when compiled with -std=c++17: Seg...Jakub Jelinek2-1/+5
2018-11-27re PR c++/88181 (ICE: verify_type failed (error: type variant differs by TYPE...Jakub Jelinek2-0/+8
2018-11-26PR c++/88120 - ICE when calling save_expr in a template.Marek Polacek2-1/+7
2018-11-22re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek2-2/+8
2018-11-21re PR c++/88122 (g++ ICE: internal compiler error: Segmentation fault)Jakub Jelinek2-2/+11
2018-11-21re PR c++/87386 (Error message for static_assert show wrong range)Jakub Jelinek2-14/+37
2018-11-21re PR c++/87393 (gcc/cp/parser.c:13967:37:Unused Entity Issue: expression res...Jakub Jelinek2-1/+7
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor4-6/+135
2018-11-20re PR c++/88110 (ICE (segfault) with -std=C++2a in cxx_eval_constant_expressi...Jakub Jelinek2-1/+8
2018-11-19PR c++/87781 - detect invalid elaborated-type-specifier.Marek Polacek2-0/+14
2018-11-19decl2.c (grokfield): Remove obsolete _vptr check; fix explicit template argum...Paolo Carlini2-15/+10
2018-11-16re PR c++/52869 ([DR 1207] "this" not being allowed in noexcept clauses)Kamlesh Kumar2-0/+16