aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2015-01-21re PR c++/64603 (bogus error "no matching function for call to ..." with temp...Jason Merrill2-3/+8
2015-01-21re PR c++/64647 ([C++14] std::__max_element contains code not allowed in cons...Jason Merrill2-5/+17
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener2-0/+8
2015-01-16re PR c++/58614 ([c++11] ICE with undeclared variable in initializer list)Paolo Carlini2-0/+8
2015-01-16re PR tree-optimization/62053 (ICE: in remap_type_1, at tree-inline.c:540)Jan Hubicka2-2/+7
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek9-16/+402
2015-01-15re PR c++/59366 (A friend function template defined in a class is found witho...Momchil Velikov3-15/+33
2015-01-15re PR c++/64356 (Some constexpr expressions not recognized as constexpr)Jason Merrill2-2/+5
2015-01-15re PR c++/63283 (constexpr function called by templated function is not treat...Jason Merrill2-1/+11
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge4-11/+1019
2015-01-14re PR c++/58671 ([c++11] ICE with thread_local and self-referential variable ...Paolo Carlini2-2/+11
2015-01-13re PR c++/64356 (Some constexpr expressions not recognized as constexpr)Jason Merrill2-5/+22
2015-01-13re PR c++/64514 (Error in template instantiation in GCC 4.9, works fine in GC...Jason Merrill2-0/+7
2015-01-13re PR c++/64520 (ICE with std::initializer_list)Jason Merrill2-1/+12
2015-01-12re PR c++/64547 (A non-const constexpr function is rejected incorrectly)Jason Merrill2-0/+8
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+36
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison32-48/+294
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill5-14/+11
2015-01-08init.c (build_vec_init): Call ubsan_instrument_bounds to check whether an ini...Jason Merrill3-31/+35
2015-01-08re PR c++/60753 (Deleted definition of an explicit function template speciali...Paolo Carlini2-22/+23
2015-01-06parser.c (cp_parser_nested_name_specifier_opt): Diagnose invalid template-ids.Jason Merrill2-0/+43
2015-01-06re PR c++/64455 (A constexpr variable template can't be used with enable_if)Jason Merrill3-1/+13
2015-01-06re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-c...Jason Merrill3-9/+14
2015-01-06re PR c++/64496 (ICE with NSDMI and lambda)Jason Merrill2-3/+25
2015-01-06re PR c++/64489 (A simple struct wrapping a const int is not trivially copyable)Ville Voutilainen2-14/+24
2015-01-06implement -Wsuggest-overrideTrevor Saunders2-0/+10
2015-01-06remove tree_list from warn_hidden ()Trevor Saunders2-30/+33
2015-01-05Update copyright years.Jakub Jelinek53-4087/+4097
2015-01-05re PR c/64423 (Incorrect column number of -Wchar-subscripts)Marek Polacek2-2/+8
2014-12-31Allow Objective-c++ to recognise lambdas.Iain Sandoe2-4/+24
2014-12-25pt.c (check_default_tmpl_args): Uses the parameter source location in the dia...Jason Merrill2-7/+9
2014-12-25re PR c++/63522 (ICE: unexpected expression 'ElementIndices' of kind template...Jason Merrill2-0/+8
2014-12-24re PR c++/63985 (Accepts invalid range-based for declaration)Paolo Carlini2-12/+45
2014-12-21re PR c++/64359 (alias_template_specialization_p & template_args_equal show u...Jason Merrill2-17/+41
2014-12-19re PR c++/61198 (Crash when selecting specializations through aliases.)Kai Tietz2-0/+6
2014-12-18re PR c++/64105 (ICE: in strip_typedefs, at cp/tree.c:1326)Jason Merrill2-4/+14
2014-12-18re PR c++/64352 (No SFINAE with deleted function)Jason Merrill2-1/+4
2014-12-18re PR c++/64251 (Chromium build error only with --enable-checking=yes)Jason Merrill2-1/+6
2014-12-18re PR c++/60955 (Erroneous warning about taking address of register with std=...Paolo Carlini4-10/+22
2014-12-17re PR c++/64333 (C++14 constexpr gives wrong results when a looping constexpr...Jason Merrill2-41/+55
2014-12-17* constexpr.c: Change "addr" parm names to "lval".Jason Merrill2-88/+90
2014-12-17* constexpr.c: Tweak comments and formatting.Jason Merrill2-7/+17
2014-12-16re PR c++/58650 ([c++11] ICE with invalid friend declaration)Paolo Carlini2-1/+10
2014-12-15decl2.c (decl_needed_p): When not optimizing, do not consider external decls ...Jan Hubicka2-6/+22
2014-12-15re PR c++/64297 (ICE: canonical types differ for identical types)Jason Merrill2-0/+9
2014-12-15N3778: Sized DeallocationJason Merrill6-29/+132
2014-12-15re PR c++/58882 (ICE with invalid C99 style designated initializers)Paolo Carlini2-5/+16
2014-12-12re PR c++/59628 (ICE with invalid OpenMP "declare reduction" clause)Paolo Carlini2-0/+8
2014-12-12pt.c (do_auto_deduction): In direct-init context, { x } deduces from x.Jason Merrill3-1/+21
2014-12-12cp-tree.h (NAMESPACE_ABI_TAG): New.Jason Merrill4-47/+100