| C++ PATCH to implement N3582 changes to proposed C++14 return type deduction |
2013-04-22 |
Jason Merrill |
|
New |
| C++ PATCH to implement N3638 changes to return type deduction |
2013-04-19 |
Jason Merrill |
|
New |
| C++ PATCH to implement SFINAE for non-constant template arguments |
2010-09-06 |
Jason Merrill |
|
New |
| C++ PATCH to implement conditional conversions (n3323) |
2013-04-22 |
Jason Merrill |
|
New |
| C++ PATCH to improve 'aka's on type printing in diagnostics |
2011-07-04 |
Jason Merrill |
|
New |
| C++ PATCH to improve 'aka's on type printing in diagnostics |
2011-07-01 |
Jason Merrill |
|
New |
| C++ PATCH to improve -Wnoexcept with templates |
2010-08-19 |
Jason Merrill |
|
New |
| C++ PATCH to improve C++11 diagnostic on inherit/using5.C |
2011-11-09 |
Jason Merrill |
|
New |
| C++ PATCH to improve VLA/EH diagnostics |
2013-05-08 |
Jason Merrill |
|
New |
| C++ PATCH to improve pretty-printing of function calls |
2011-07-04 |
Jason Merrill |
|
New |
| C++ PATCH to improve print_tree for TEMPLATE_INFO nodes |
2010-07-16 |
Jason Merrill |
|
New |
| C++ PATCH to improve template diagnostic locations |
2012-08-25 |
Jason Merrill |
|
New |
| C++ PATCH to initializer_list overload resolution |
2010-09-18 |
Jason Merrill |
|
New |
| C++ PATCH to lambda parsing |
2013-03-17 |
Jason Merrill |
|
New |
| C++ PATCH to lambda printing in diagnostics |
2013-04-22 |
Jason Merrill |
|
New |
| C++ PATCH to limit DECL_THUNKS to virtual functions |
2012-10-11 |
Jason Merrill |
|
New |
| C++ PATCH to make attribute ((used)) force instantiation of class template members |
2011-08-16 |
Jason Merrill |
|
New |
| C++ PATCH to make build_functional_cast call build_value_init unconditionally |
2011-08-23 |
Jason Merrill |
|
New |
| C++ PATCH to mangling of 'new auto' |
2012-03-21 |
Jason Merrill |
|
New |
| C++ PATCH to objc-map.c to fix build with --enable-gather-detailed-mem-stats |
2012-03-05 |
Jason Merrill |
|
New |
| C++ PATCH to overload resolution in synthesized member functions |
2010-08-19 |
Jason Merrill |
|
New |
| C++ PATCH to print missing template instantiation context |
2013-04-22 |
Jason Merrill |
|
New |
| C++ PATCH to remove TREE_NEGATED_INT |
2011-09-30 |
Jason Merrill |
|
New |
| C++ PATCH to remove get_bindings special case |
2012-08-24 |
Jason Merrill |
|
New |
| C++ PATCH to remove tf_no_access_control |
2012-07-25 |
Jason Merrill |
|
New |
| C++ PATCH to require real lvalues in expressions |
2010-09-27 |
Jason Merrill |
|
New |
| C++ PATCH to support ~auto |
2013-04-22 |
Jason Merrill |
|
New |
| C++ PATCH to synthesized_method_walk |
2010-09-06 |
Jason Merrill |
|
New |
| C++ PATCH to tsubst of var_decl |
2013-04-11 |
Jason Merrill |
|
New |
| C++ PATCH to type of reference temporaries |
2010-09-16 |
Jason Merrill |
|
New |
| C++ PATCH to use VEC_INIT_EXPR for array mem-initializers |
2010-10-26 |
Jason Merrill |
|
New |
| C++ PATCH to use VEC_INIT_EXPR for array mem-initializers |
2010-11-07 |
Jason Merrill |
|
New |
| C++ PATCH to use the same anonymous namespace name on all targets |
2013-03-21 |
Jason Merrill |
|
New |
| C++ PATCH to user-defined literal operator mangling |
2012-03-07 |
Jason Merrill |
|
New |
| C++ PATCH to warn about ignored attributes |
2012-02-15 |
Jason Merrill |
|
New |
| C++ PATCH to warn about ignored attributes |
2012-03-01 |
Jason Merrill |
|
New |
| C++ PATCH to warn about inheriting ctors with variadic constructors |
2012-10-25 |
Jason Merrill |
|
New |
| C++ PATCH to when constexpr violations are diagnosed |
2011-09-20 |
Jason Merrill |
|
New |
| C++ PATCH: Fix typo in documentation |
2013-03-30 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: Use VAR_P instead of direct TREE_CODE (t) == VAR_DECL |
2013-04-02 |
Paolo Carlini |
|
New |
| C++ PATCH: Use VAR_P instead of direct TREE_CODE (t) == VAR_DECL |
2013-03-29 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: tidy diagnostic about invalid of use of automatic variable |
2012-11-17 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: two minor constexpr-related fixes |
2010-07-21 |
Jason Merrill |
|
New |
| C++ PATCH: use C++ semantics for inline functions (defined in headers) |
2013-03-28 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: use INDIRECT_REF_P more often |
2013-03-27 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: use VAR_OR_FUNCTION_DECL_P more often |
2013-03-26 |
Gabriel Dos Reis |
|
New |
| C++ PATCH: use identifier_p instead of naked TREE_CODE == IDENTIFIER_NODE |
2013-03-22 |
Gabriel Dos Reis |
|
New |
| C++ PATCHes for DR 1328, c++/49267, c++/49458 |
2011-09-05 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/45923 (constexpr diagnostics) |
2011-06-29 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/46105, c++/45102 (bogus partial specialization ambiguities) |
2011-09-27 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/46245 and c++/46145 (auto issues) |
2011-05-25 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/46977 (C++0x ICE on template with statement-expression) |
2011-01-21 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/47453 (rejecting ({...}) for non-class types) |
2011-08-05 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/48296 (constexpr function returning current class) |
2011-03-29 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/48481 (overload resolution memory hog) |
2011-04-08 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/48535 (SFINAE with T{}) |
2011-04-11 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/50545, 51222 |
2012-08-31 |
Jason Merrill |
|
New |
| C++ PATCHes for c++/54020, 54086 (minor constexpr issues) |
2012-07-25 |
Jason Merrill |
|
New |
| C++ PATCHes for core 1358, 1360, c++/50248 (constexpr, templates, default constructor) |
2011-09-05 |
Jason Merrill |
|
New |
| C++ PATCHes for core 1358, 1360, c++/50248 (constexpr, templates, default constructor) |
2011-09-06 |
Jason Merrill |
|
New |
| C++ PATCHes for core 1358, 1360, c++/50248 (constexpr, templates, default constructor) |
2011-09-06 |
Jason Merrill |
|
New |
| C++ PATCHes for inheriting ctor issues |
2012-11-19 |
Jason Merrill |
|
New |
| C++ PATCHes for various C++0x regressions (c++/47511, etc) |
2011-02-10 |
Jason Merrill |
|
New |
| C++ PATCHes relating to c++/48834, c++/40975 (array new) |
2011-05-02 |
Jason Merrill |
|
New |
| C++ PATCHes to fix issues with running the testsuite in C++0x mode |
2011-06-10 |
Jason Merrill |
|
New |
| C++ PATCHes to fix ref binding to array temporaries |
2011-03-28 |
Jason Merrill |
|
New |
| C++ PATCHes to list-value-initialization |
2011-06-29 |
Jason Merrill |
|
New |
| C++ PATCHes to restrictions on constexpr functions |
2011-03-28 |
Jason Merrill |
|
New |
| C++ PR 54197: lifetime of reference not properly extended |
2012-08-13 |
Ollie Wild |
|
New |
| C++ PR 54197: lifetime of reference not properly extended |
2012-08-13 |
Ollie Wild |
|
New |
| C++ conversion - pull in cstdlib |
2012-08-25 |
Oleg Endo |
|
New |
| C++ copy elision and alignment |
2013-05-18 |
Marc Glisse |
|
New |
| C++ math constants |
2013-03-01 |
Ulrich Drepper |
|
New |
| C++ testsuite PATCH to overhaul running of tests in C++11 mode |
2012-01-21 |
Richard Sandiford |
|
New |
| C++ testsuite PATCH to overhaul running of tests in C++11 mode |
2011-11-09 |
Jason Merrill |
|
New |
| C++ testsuite PATCHes to work better in C++0x mode |
2011-02-10 |
Jason Merrill |
|
New |
| C++/24314 |
2012-09-07 |
Paolo Carlini |
|
New |
| C++/24314 (was: Re: [C++ Patch] PR 18747) |
2012-09-07 |
Paolo Carlini |
|
New |
| C++/c-common PATCH for c++/35688 (wrong visibility of template instantiation) |
2011-11-07 |
Jason Merrill |
|
New |
| C++/c-common PATCH for c++/35688 (wrong visibility of template instantiation) |
2011-11-07 |
Jason Merrill |
|
New |
| C++/c-common PATCH for c++/53524 (bogus warning about enum mismatch in ?:) |
2012-07-02 |
Jason Merrill |
|
New |
| C++/c-common PATCH to conversion from scoped enum to bool (part of 48450) |
2011-04-11 |
Jason Merrill |
|
New |
| C++/c-common PATCH to conversion from scoped enum to bool (part of 48450) |
2011-04-07 |
Jason Merrill |
|
New |
| C++/gimplify PATCH for c++/45307 (store of empty class not removed in gimplification) |
2010-08-19 |
Jason Merrill |
|
New |
| C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) |
2012-01-06 |
Jason Merrill |
|
New |
| C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) |
2012-01-12 |
Jason Merrill |
|
New |
| C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) |
2012-01-10 |
Jason Merrill |
|
New |
| C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) |
2012-03-04 |
Jason Merrill |
|
New |
| C++/libiberty PATCH for many mangling fixes (6057, 48051, 50855, 51322 and more) |
2012-01-10 |
Jason Merrill |
|
New |
| C++/v3 PATCH to add/throw std::bad_array_new_length |
2013-05-03 |
Jason Merrill |
|
New |
| C++0x PATCH for a couple of variadic templates/value-initialization issues |
2010-07-27 |
Jason Merrill |
|
New |
| C++0x PATCH for c++/46103 (wrong implicit move of class with array member) |
2010-10-22 |
Jason Merrill |
|
New |
| C++0x PATCH for c++/46129 (ICE with default argument in member class of template) |
2010-10-22 |
Jason Merrill |
|
New |
| C++0x PATCH for list value-initialization vs explicit constructors |
2010-06-15 |
Jason Merrill |
|
New |
| C++0x PATCH to add -Wnoexcept, fix defaulted fn exception specs |
2010-06-16 |
Jason Merrill |
|
New |
| C++0x PATCH to add -fconstexpr-depth |
2011-03-15 |
Jason Merrill |
|
New |
| C++0x PATCH to comparison of noexcept specifications |
2010-06-22 |
Jason Merrill |
|
New |
| C++0x PATCH to explicit conversion handling |
2010-06-26 |
Jason Merrill |
|
New |
| C++0x PATCH to grokbitfield |
2010-09-15 |
Jason Merrill |
|
New |
| C++0x PATCH to implement core 1191 (deleted base destructor) |
2011-03-15 |
Jason Merrill |
|
New |