Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x) | Jakub Jelinek | 1 | -0/+36 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 32 | -48/+294 |
2015-01-08 | ubsan.c (do_ubsan_in_current_function): New. | Jason Merrill | 5 | -14/+11 |
2015-01-08 | init.c (build_vec_init): Call ubsan_instrument_bounds to check whether an ini... | Jason Merrill | 3 | -31/+35 |
2015-01-08 | re PR c++/60753 (Deleted definition of an explicit function template speciali... | Paolo Carlini | 2 | -22/+23 |
2015-01-06 | parser.c (cp_parser_nested_name_specifier_opt): Diagnose invalid template-ids. | Jason Merrill | 2 | -0/+43 |
2015-01-06 | re PR c++/64455 (A constexpr variable template can't be used with enable_if) | Jason Merrill | 3 | -1/+13 |
2015-01-06 | re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-c... | Jason Merrill | 3 | -9/+14 |
2015-01-06 | re PR c++/64496 (ICE with NSDMI and lambda) | Jason Merrill | 2 | -3/+25 |
2015-01-06 | re PR c++/64489 (A simple struct wrapping a const int is not trivially copyable) | Ville Voutilainen | 2 | -14/+24 |
2015-01-06 | implement -Wsuggest-override | Trevor Saunders | 2 | -0/+10 |
2015-01-06 | remove tree_list from warn_hidden () | Trevor Saunders | 2 | -30/+33 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 53 | -4087/+4097 |
2015-01-05 | re PR c/64423 (Incorrect column number of -Wchar-subscripts) | Marek Polacek | 2 | -2/+8 |
2014-12-31 | Allow Objective-c++ to recognise lambdas. | Iain Sandoe | 2 | -4/+24 |
2014-12-25 | pt.c (check_default_tmpl_args): Uses the parameter source location in the dia... | Jason Merrill | 2 | -7/+9 |
2014-12-25 | re PR c++/63522 (ICE: unexpected expression 'ElementIndices' of kind template... | Jason Merrill | 2 | -0/+8 |
2014-12-24 | re PR c++/63985 (Accepts invalid range-based for declaration) | Paolo Carlini | 2 | -12/+45 |
2014-12-21 | re PR c++/64359 (alias_template_specialization_p & template_args_equal show u... | Jason Merrill | 2 | -17/+41 |
2014-12-19 | re PR c++/61198 (Crash when selecting specializations through aliases.) | Kai Tietz | 2 | -0/+6 |
2014-12-18 | re PR c++/64105 (ICE: in strip_typedefs, at cp/tree.c:1326) | Jason Merrill | 2 | -4/+14 |
2014-12-18 | re PR c++/64352 (No SFINAE with deleted function) | Jason Merrill | 2 | -1/+4 |
2014-12-18 | re PR c++/64251 (Chromium build error only with --enable-checking=yes) | Jason Merrill | 2 | -1/+6 |
2014-12-18 | re PR c++/60955 (Erroneous warning about taking address of register with std=... | Paolo Carlini | 4 | -10/+22 |
2014-12-17 | re PR c++/64333 (C++14 constexpr gives wrong results when a looping constexpr... | Jason Merrill | 2 | -41/+55 |
2014-12-17 | * constexpr.c: Change "addr" parm names to "lval". | Jason Merrill | 2 | -88/+90 |
2014-12-17 | * constexpr.c: Tweak comments and formatting. | Jason Merrill | 2 | -7/+17 |
2014-12-16 | re PR c++/58650 ([c++11] ICE with invalid friend declaration) | Paolo Carlini | 2 | -1/+10 |
2014-12-15 | decl2.c (decl_needed_p): When not optimizing, do not consider external decls ... | Jan Hubicka | 2 | -6/+22 |
2014-12-15 | re PR c++/64297 (ICE: canonical types differ for identical types) | Jason Merrill | 2 | -0/+9 |
2014-12-15 | N3778: Sized Deallocation | Jason Merrill | 6 | -29/+132 |
2014-12-15 | re PR c++/58882 (ICE with invalid C99 style designated initializers) | Paolo Carlini | 2 | -5/+16 |
2014-12-12 | re PR c++/59628 (ICE with invalid OpenMP "declare reduction" clause) | Paolo Carlini | 2 | -0/+8 |
2014-12-12 | pt.c (do_auto_deduction): In direct-init context, { x } deduces from x. | Jason Merrill | 3 | -1/+21 |
2014-12-12 | cp-tree.h (NAMESPACE_ABI_TAG): New. | Jason Merrill | 4 | -47/+100 |
2014-12-12 | re PR c++/63996 (Infinite loop in invalid C++14 constexpr fn) | Kai Tietz | 2 | -1/+7 |
2014-12-12 | re PR c++/61402 (-Wsequence-point doesn't notice unsequenced lambda init and ... | Jason Merrill | 2 | -1/+8 |
2014-12-11 | Remove N3639 "array of runtime length" from -std=c++14. | Jason Merrill | 9 | -95/+26 |
2014-12-11 | re PR c++/64248 (Error: declarator-id missing; using reserved word ‘__FUNCT... | Jason Merrill | 2 | -18/+42 |
2014-12-11 | re PR c++/57510 (subobjects not destroyed when exception thrown during list-i... | Jason Merrill | 4 | -13/+26 |
2014-12-11 | typeck.c (maybe_warn_about_useless_cast): Remove unnecessary conditional. | Paolo Carlini | 2 | -6/+5 |
2014-12-10 | re PR c++/64127 (ICE on invalid: tree check: expected identifier_node, have t... | Kai Tietz | 2 | -0/+5 |
2014-12-10 | re PR c++/64100 (A static assert using the the current class in a noexcept te... | Kai Tietz | 2 | -0/+11 |
2014-12-09 | re PR c++/64129 (ICE on invalid: in grokfndecl, at cp/decl.c:7658) | Jason Merrill | 2 | -0/+17 |
2014-12-09 | re PR c++/64222 (error: ‘__FUNCTION__’ was not declared in this scope) | Jason Merrill | 2 | -1/+10 |
2014-12-04 | re PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results in internal compiler e... | Jason Merrill | 2 | -1/+19 |
2014-12-04 | re PR c++/64080 ([C++14]ICE in cxx_eval_store_expression) | Jason Merrill | 2 | -3/+12 |
2014-12-04 | fix comment | Jason Merrill | 1 | -1/+1 |
2014-12-03 | re PR c++/63558 (cannot silence "jump to case label" with fpermissive) | Paolo Carlini | 2 | -40/+71 |
2014-12-03 | builtins.c (fold_builtin_fpclassify): Change to take array of arguments inste... | Richard Biener | 2 | -2/+7 |