aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-01-08decl.c (start_decl): Improve permerror location.Paolo Carlini2-1/+6
2019-01-08re PR c++/88554 (Segfault ICE when falling off the end of a reference-returni...Jonathan Wakely2-4/+13
2019-01-07decl.c (start_decl): Improve two error_at locations.Paolo Carlini2-10/+17
2019-01-07PR c++/88741 - wrong error with initializer-string.Marek Polacek2-0/+6
2019-01-07re PR c++/88261 (ICE: verify_gimple failed (error: non-trivial conversion at ...Bernd Edlinger3-32/+74
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek6-0/+101
2019-01-03re PR c++/88636 (ICE: Segmentation fault (in c_tree_chain_next))Jakub Jelinek2-4/+8
2019-01-03tree.c (handle_nodiscard_attribute): Improve warning location.Paolo Carlini2-2/+7
2019-01-02PR c++/88631 - CTAD failing for value-initialization.Marek Polacek2-3/+16
2019-01-02PR c++/88612 - ICE with -Waddress-of-packed-member.Marek Polacek3-2/+10
2019-01-01Update copyright years.Jakub Jelinek55-5523/+5532
2018-12-27Use proper location for tls_init function (PR c++/88263).Martin Liska2-6/+15
2018-12-21re PR c++/86524 (std::less with pointer arguments not usable in static_assert...Jakub Jelinek5-13/+42
2018-12-21PR c++/88196 - ICE with class non-type template parameter.Marek Polacek2-1/+7
2018-12-20C/C++: Add -Waddress-of-packed-memberH.J. Lu3-0/+12
2018-12-20re PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed>::quick_push(tree_nod...Jakub Jelinek2-2/+7
2018-12-20cp-tree.h (cp_fully_fold_init): Declare.Jakub Jelinek4-2/+24
2018-12-19c++, asm: Do not handle any asm-qualifiers in top-level asmSegher Boessenkool2-5/+7
2018-12-19c/c++, asm: Use nicer error for const and restrictSegher Boessenkool2-0/+11
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool2-12/+41
2018-12-19c/c++, asm: Write the asm-qualifier loop without "done" booleanSegher Boessenkool2-40/+36
2018-12-19C++: better locations for bogus initializations (PR c++/88375)David Malcolm3-22/+41
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm5-24/+84
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm14-134/+408
2018-12-19re PR c++/87934 (struct with NSDMI of enum makes initialization a non-constan...Jakub Jelinek2-1/+8
2018-12-19[PR87012] canonicalize ref type for tmpl argAlexandre Oliva2-0/+7
2018-12-19[PR c++/88146] do not crash synthesizing inherited ctor(...)Alexandre Oliva2-43/+53
2018-12-17re PR c++/88410 (internal compiler error: output_operand: invalid expression ...Jakub Jelinek2-0/+7
2018-12-17PR c++/52321 print note for static_cast to/from incomplete typeJonathan Wakely2-2/+21
2018-12-16re PR c++/88482 (ICE when wrongly declaring __cxa_allocate_exception)Jakub Jelinek2-30/+136
2018-12-15Small lambda instantiation tweak.Jason Merrill2-2/+8
2018-12-15re PR c++/84644 (internal compiler error: in warn_misplaced_attr_for_class_ty...Paolo Carlini2-3/+14
2018-12-14[PR c++/87814] undefer deferred noexcept on tsubst if requestAlexandre Oliva2-3/+17
2018-12-14[PR86823] retain deferred access checks from outside firewallAlexandre Oliva2-4/+12
2018-12-14re PR c++/82294 (Array of objects with constexpr constructors initialized fro...Jakub Jelinek2-3/+14
2018-12-13PR c++/88216 - ICE with class type in non-type template parameter.Marek Polacek3-2/+19
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