summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* parser.c (cp_parser_cast_expression): Add target type of cast to diagnostic.Volker Reichelt2017-04-273-1/+12
* decl.c (grok_ctor_properties, [...]): Change return type to bool.Paolo Carlini2017-04-263-8/+14
* parser.c (cp_parser_nested_name_specifier_opt): Add fix-it information to dia...Volker Reichelt2017-04-262-2/+10
* parser.c (cp_parser_elaborated_type_specifier): Add fix-it to diagnostic of i...Volker Reichelt2017-04-252-5/+14
* C++: fix-it hint for removing stray semicolonsDavid Malcolm2017-04-252-1/+10
* C++: hints for missing std:: headersDavid Malcolm2017-04-252-0/+116
* Fix spelling suggestions for reserved words (PR c++/80177)David Malcolm2017-04-252-21/+28
* decl.c (grokdeclarator): Use %qT instead of %<%T%> inVolker Reichelt2017-04-244-14/+24
* Fix location of sizeof/alignof (PR c++/80016)David Malcolm2017-04-242-4/+21
* parser.c (cp_parser_cv_qualifier_seq_opt): Add fix-it info to error message.Volker Reichelt2017-04-242-5/+21
* PR c++/80179 - ICE with initialized flexible array member.Jason Merrill2017-04-212-2/+15
* tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.Richard Biener2017-04-213-6/+13
* PR c++/80473 allow suppressing notes about over-aligned newJonathan Wakely2017-04-202-7/+15
* c.opt (Wextra-semi): New C++ warning flag.Volker Reichelt2017-04-202-1/+14
* re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek2017-04-202-8/+16
* PR c++/80241 - ICE with alignas pack expansion.Marek Polacek2017-04-183-2/+15
* PR c++/80244 - ICE with attribute in template alias.Marek Polacek2017-04-182-0/+9
* 017-04-17 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2017-04-172-3/+10
* PR c++/80415 - wrong error with default arg and array reference.Jason Merrill2017-04-173-2/+6
* * pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.Jason Merrill2017-04-172-0/+6
* [libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva2017-04-153-31/+51
* re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener2017-04-122-0/+15
* PR c++/80294 - ICE with constexpr and inheritance.Jason Merrill2017-04-112-5/+16
* re PR c++/80370 (ICE when using structured bindings and nested generic lambda...Jakub Jelinek2017-04-113-5/+44
* re PR c++/80363 (#'vec_cond_expr' not supported by dump_expr#<expression error>)Jakub Jelinek2017-04-112-0/+6
* re PR c++/80176 (cannot bind reference to static member function using object...Jakub Jelinek2017-04-102-0/+18
* re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek2017-04-102-11/+16
* PR c++/80356 - ICE with reference to function template argument.Jason Merrill2017-04-092-1/+7
* PR c++/80267 - ICE with nested capture of referenceJason Merrill2017-04-092-1/+7
* re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek2017-04-076-11/+31
* re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek2017-04-072-3/+10
* re PR c++/80309 (ICE: canonical types differ for identical types _Args2 and _...Jakub Jelinek2017-04-052-7/+16
* re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...Volker Reichelt2017-04-042-0/+7
* * semantics.c (finish_template_type): Check CLASSTYPE_TEMPLATE_INFO.Jason Merrill2017-04-042-0/+5
* Fix numerous typos in commentsJonathan Wakely2017-04-036-6/+14
* PR sanitizer/79993 - ICE with VLA initialization from stringJason Merrill2017-04-033-28/+80
* re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek2017-03-312-1/+19
* re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek2017-03-315-12/+36
* re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek2017-03-273-4/+23
* PR c++/77339 - ICE with invalid use of alias template.Jason Merrill2017-03-242-2/+8
* re PR c++/80119 (-Wmaybe-uninitialized wrongly flags the body of a short-circ...Marek Polacek2017-03-242-0/+14
* PR c++/80150 - ICE with overloaded variadic deduction.Jason Merrill2017-03-232-3/+7
* PR c++/77563 - missing ambiguous conversion error.Jason Merrill2017-03-232-1/+6
* c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek2017-03-232-2/+5
* re PR c++/80141 (ICE with pragma omp declare)Jakub Jelinek2017-03-222-2/+9
* re PR c++/77752 (ICE on C++ code on x86_64-linux-gnu (internal compiler error...Paolo Carlini2017-03-212-0/+15
* Fix CL.Marek Polacek2017-03-211-1/+1
* re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Jakub Jelinek2017-03-212-4/+10
* re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Ville Voutilainen2017-03-212-1/+23
* PR c++/80096 - ICE with C++17 non-type auto.Jason Merrill2017-03-202-0/+9