Age | Commit message (Expand) | Author | Files | Lines |
2015-04-23 | re PR c++/65646 (ICE in invalid syntax) | Jason Merrill | 1 | -3/+1 |
2015-04-20 | Reject trailing return type for an operator auto(). | Ville Voutilainen | 1 | -2/+5 |
2015-04-16 | call.c (build_op_delete_call, [...]): Check mark_used return value. | Paolo Carlini | 1 | -5/+7 |
2015-04-15 | constexpr.c (cxx_eval_store_expression): Ignore clobbers. | Jason Merrill | 1 | -0/+14 |
2015-04-15 | decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set. | Jason Merrill | 1 | -1/+2 |
2015-04-14 | re PR c++/59766 (c++1y: declaring friend function with 'auto' return type ded... | David Krauss | 1 | -1/+1 |
2015-04-02 | re PR c++/65625 (ICE in make_typename_type, at cp/decl.c:3499) | Jason Merrill | 1 | -2/+2 |
2015-04-01 | re PR c++/65646 (ICE in invalid syntax) | Jason Merrill | 1 | -1/+3 |
2015-03-27 | re PR c++/65509 ([C++11] GCC rejects operator== with two distinct pointers as... | Jason Merrill | 1 | -27/+3 |
2015-03-16 | DR 1688 PR c++/65327 | Marek Polacek | 1 | -2/+3 |
2015-03-12 | re PR c++/65323 (duplicate -Wzero-as-null-pointer-constant warnings) | Paolo Carlini | 1 | -5/+4 |
2015-03-10 | re PR c++/65370 (r213519 causes: error: redeclaration of 'template... may no... | Paolo Carlini | 1 | -1/+3 |
2015-02-25 | re PR debug/58315 (Excessive memory use with -g) | Jason Merrill | 1 | -3/+1 |
2015-02-13 | re PR c++/60894 (Use of redundant struct keyword in function prototype combin... | Paolo Carlini | 1 | -0/+1 |
2015-02-13 | re PR c++/64970 (Hard error instead of SFINAE for expression in nested templa... | Paolo Carlini | 1 | -1/+1 |
2015-02-13 | re PR ipa/65034 (ICE (segfault) on arm-linux-gnueabihf) | Jakub Jelinek | 1 | -1/+1 |
2015-02-12 | common.opt (-flifetime-dse): New. | Jason Merrill | 1 | -9/+13 |
2015-02-12 | re PR debug/55541 (unable to see local variables due extra lexical block was ... | Jakub Jelinek | 1 | -11/+33 |
2015-02-02 | re PR c++/64901 (overriding final function defined out of line does not lead ... | Ville Voutilainen | 1 | -0/+2 |
2015-01-21 | re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal... | Richard Biener | 1 | -0/+2 |
2015-01-15 | re PR c++/59366 (A friend function template defined in a class is found witho... | Momchil Velikov | 1 | -4/+13 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -3/+9 |
2015-01-08 | ubsan.c (do_ubsan_in_current_function): New. | Jason Merrill | 1 | -4/+1 |
2015-01-08 | re PR c++/60753 (Deleted definition of an explicit function template speciali... | Paolo Carlini | 1 | -22/+16 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-15 | N3778: Sized Deallocation | Jason Merrill | 1 | -5/+25 |
2014-12-15 | re PR c++/58882 (ICE with invalid C99 style designated initializers) | Paolo Carlini | 1 | -5/+9 |
2014-12-12 | pt.c (do_auto_deduction): In direct-init context, { x } deduces from x. | Jason Merrill | 1 | -0/+2 |
2014-12-11 | Remove N3639 "array of runtime length" from -std=c++14. | Jason Merrill | 1 | -36/+7 |
2014-12-09 | re PR c++/64129 (ICE on invalid: in grokfndecl, at cp/decl.c:7658) | Jason Merrill | 1 | -0/+13 |
2014-12-04 | re PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results in internal compiler e... | Jason Merrill | 1 | -1/+16 |
2014-12-03 | re PR c++/63558 (cannot silence "jump to case label" with fpermissive) | Paolo Carlini | 1 | -40/+64 |
2014-12-01 | re PR c++/60859 (Value-initialization of scalar in aggregate yields "braces a... | Paolo Carlini | 1 | -3/+9 |
2014-11-26 | Allow partial specialization of variable templates. | Jason Merrill | 1 | -1/+8 |
2014-11-24 | re PR c++/63203 (Self-initialization of reference not diagnosed if it occurs ... | Jonathan Wakely | 1 | -3/+13 |
2014-11-21 | re PR c++/63657 (-Wunused-variable: warning supressed by virtual dtor) | Jason Merrill | 1 | -2/+1 |
2014-11-19 | re PR c++/57979 (G++ accepts constant expression defined using floating point... | Jason Merrill | 1 | -1/+1 |
2014-11-17 | re PR c++/50473 ([C++0x] ICE in type_has_nontrivial_copy_init, at cp/tree.c:2... | Jason Merrill | 1 | -0/+1 |
2014-11-17 | C++14 constexpr support (minus loops and multiple returns) | Jason Merrill | 1 | -3/+12 |
2014-11-17 | re PR c++/52282 ([C++0x] rejects-valid issues with decltype/constexpr) | Jason Merrill | 1 | -20/+5 |
2014-11-14 | semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr. | Paolo Carlini | 1 | -1/+6 |
2014-11-12 | DR 1510 PR c++/60420 | Paolo Carlini | 1 | -1/+2 |
2014-11-07 | re PR c++/63366 (C++ __complex is not equivalent to __complex double) | Thomas Preud'homme | 1 | -11/+18 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+10 |
2014-10-17 | Fix pr61848, linux kernel miscompile | Markus Trippelsdorf | 1 | -27/+36 |
2014-10-14 | machmode.h (int_n_data_t): New. | DJ Delorie | 1 | -17/+19 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -67/+57 |
2014-10-09 | decl.c (grokdeclarator): constexpr only implies const in C++11. | Marc Glisse | 1 | -1/+2 |
2014-10-03 | decl.c (start_decl): Complain about static/thread_local vars in constexpr fun... | Jason Merrill | 1 | -3/+18 |
2014-10-01 | re PR c++/63362 (The c++11 triviality-traits need front-end help) | Jason Merrill | 1 | -5/+1 |