utils.c (max_size): Add special code to deal with the subtraction of a "negative...
[gcc.git] / gcc / cp /
2015-05-27 Jason Merrilldecl.c (check_redeclaration_exception_specification...
2015-05-27 Jason Merrilldecl.c (warn_extern_redeclared_static): Use the locatio...
2015-05-27 Nathan Sidwellapply to correct changelog
2015-05-27 Nathan Sidwellre PR c++/66270 (ICE: canonical types differ for identi...
2015-05-24 Nathan Sidwellre PR c++/66243 (enum class value is allowed to be...
2015-05-24 Jan Hubickare PR lto/66180 (many -Wodr false positives when buildi...
2015-05-23 Nathan Sidwellre PR c++/65936 (ICE: canonical types differ for identi...
2015-05-22 Jim WilsonMakefile.in (check_gcc_parallelize): Delete.
2015-05-22 Paolo Carlinire PR c++/65598 (Fix column location for 'explicit')
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-21 Nathan Sidwellre PR c++/60943 ([C++14] Return type deduction interfer...
2015-05-21 Marek Polacek* typeck.c (warn_args_num): Don't print "declare here...
2015-05-20 Jason Merrillpt.c (tsubst_decl): SET_DECL_IMPLICIT_INSTANTIATION...
2015-05-20 Jason Merrilldecl.c (grok_op_properties): Don't complain about size_...
2015-05-20 Nathan Sidwellre PR c++/65954 (gcc segfaults on the following input...
2015-05-19 Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-18 Jason Merrillpt.c (retrieve_specialization): Make sure our arguments...
2015-05-18 Jason Merrillpt.c (tsubst_decl): Call coerce_innermost_template_parms.
2015-05-18 Jason MerrillDR 1391
2015-05-18 Jason Merrilltree.c (strip_typedefs_expr): Fix typo.
2015-05-18 Jason Merrill* ptree.c (cxx_print_xnode): Handle TRAIT_EXPR.
2015-05-16 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2015-05-16 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2015-05-12 David MalcolmImplement -Wmisleading-indentation
2015-05-12 Dominik VogtRemove dead code in print_z_candidates.
2015-05-11 Jan Hubickaclass.c (fixup_type_variants): Do not copy TYPE_METHODS
2015-05-09 Aldy Hernandezre PR bootstrap/66085 (Revision r222934 breaks bootstra...
2015-05-09 Jason Merrillc.opt (Wc++11-compat): Make primary.
2015-05-09 Jason Merrilldecl2.c (mangling_aliases): New variable.
2015-05-09 Aldy Hernandezdecl2.c (collect_candidates_for_java_method_aliases...
2015-05-08 Jason Merrillre PR c++/59012 (alignas does not support parameter...
2015-05-07 Marek Polacekre PR c/65179 (Introduce new C warning: -Wshift-negativ...
2015-05-07 Jason MerrillDR 1467 PR c++/51747
2015-05-06 Jason Merrillc.opt (Wterminate): New.
2015-05-06 Jason MerrillFix obj-c++.dg/encode-10.mm with cxx_dialect == cxx11.
2015-05-06 Jason MerrillFix g++.dg/torture/Wsizeof-pointer-memaccess2.C with...
2015-05-06 Jason MerrillFix gdb.cp/anon-struct.cc with -std=c++11.
2015-05-06 Jason Merrilldecl.c (start_decl): Don't push the plain VAR_DECL...
2015-05-06 Jason MerrillDR 1518 DR 1630 PR c++/54835 PR c++/60417
2015-05-05 David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-05-04 Paolo Carlinire PR c++/66007 (Narrowing conversion inside { } result...
2015-05-01 Paolo Carlinire PR c++/65858 (ICE in varpool_node::get_constructor...
2015-04-30 David MalcolmFix spurious semicolons
2015-04-29 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-29 Thomas SchwingeAdd OMP_STANDALONE_CLAUSES.
2015-04-29 Paolo Carlinire PR c++/64667 (-Winit-self ignored for reference...
2015-04-29 Thomas SchwingeFix OpenMP's target update directive in templated code.
2015-04-28 Jason Merrillre PR c++/65896 (Erroneous uninitialized variable acces...
2015-04-28 Jason Merrillre PR c++/65656 (__builtin_constant_p should always...
2015-04-28 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-28 Jason Merrillre PR c++/65734 (Yet another case of lost alignment...
2015-04-28 Trevor Saundersadd default for PCC_BITFIELD_TYPE_MATTERS
2015-04-27 Jim WilsonMakefile-lan.in (ada.mostlyclean): Remove gnatbind...
2015-04-24 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-24 Jason Merrillconstexpr.c (potential_constant_expression_1): Remove...
2015-04-23 Jason MerrillRevert:PR c++/50800
2015-04-23 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-23 Jason Merrillre PR c++/65646 (ICE in invalid syntax)
2015-04-20 Paolo Carlinire PR c++/65801 (Allow -Wno-narrowing to silence strict...
2015-04-20 Ville VoutilainenReject trailing return type for an operator auto().
2015-04-20 Ilya Verbinc-parser.c (c_parser_oacc_enter_exit_data): Remove...
2015-04-16 Paolo Carliniclass.c (resolve_address_of_overloaded_function, [...
2015-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-04-15 Jason Merrillconstexpr.c (cxx_eval_store_expression): Ignore clobbers.
2015-04-15 Jason Merrilldecl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLI...
2015-04-15 Jason Merrill* decl2.c (determine_visibility): Use get_template_info.
2015-04-15 Jason Merrillre PR c++/65727 (Segfault With Decltype In Lambda Expre...
2015-04-15 Paolo Carlinicall.c (enforce_access): Emit error + inform.
2015-04-15 Marek Polacekconstexpr.c (use_new_call): Remove #define.
2015-04-15 Mikhail Maltsevtree.c (replace_placeholders_t): Remove unused type.
2015-04-14 Jason Merrill* pt.c (lookup_template_class_1): Use coerce_innermost_...
2015-04-14 Jason Merrillre PR c++/65695 (NSDMI calling constexpr constructor...
2015-04-14 Jason Merrillre PR c++/65721 (Internal compiler error segmentation...
2015-04-14 David Kraussre PR c++/59766 (c++1y: declaring friend function with...
2015-04-14 Momchil Velikovre PR c++/60994 (gcc does not recognize hidden/shadowed...
2015-04-12 Jakub Jelinekre PR c++/65736 (ICE (in process_init_constructor_array...
2015-04-09 Jakub Jelinekre PR c++/65690 (typedef alignment lost since r219705)
2015-04-09 Jakub Jelinekre PR c++/65690 (typedef alignment lost since r219705)
2015-04-03 Paolo Carlinire PR c++/64085 (ICE on C++14 lambda by-reference captu...
2015-04-02 Marek Polacekre PR c++/65642 ([C++11] GCC rejects valid constant...
2015-04-02 Jason Merrillre PR c++/65625 (ICE in make_typename_type, at cp/decl...
2015-04-02 Paolo Carlini2015-04-02 Paolo Carlini <paolo.carlini@oracle.com>
2015-04-01 Paolo Carlinire PR c++/56100 (spurious -Wshadow warning with local...
2015-04-01 Jason Merrillre PR c++/65646 (ICE in invalid syntax)
2015-04-01 Marek Polacekre PR middle-end/65554 (ICE: verify_gimple failed)
2015-03-31 Marek Polacekre PR c++/65390 (ICE in strip_typedefs, at cp/tree...
2015-03-30 Marek Polacekre PR c++/65398 ([C++11] GCC rejects constexpr variable...
2015-03-27 Tobias Burnusre PR c/65586 (-fopenmp-simd rejects valid input)
2015-03-27 Marek Polacekre PR c++/65556 (ICE: verify_gimple failed (type precis...
2015-03-27 Jason Merrillre PR c++/65509 ([C++11] GCC rejects operator== with...
2015-03-26 Mikhail Maltsevre PR c++/65154 (ICE with {} initialized array with...
2015-03-26 Jason Merrillre PR c++/65525 (ICE: sorry, unimplemented: unexpected...
2015-03-25 Marek Polacekre PR c++/65558 (crash using __attribute__((__abi_tag__...
2015-03-25 Marek Polacekre PR c++/61670 (ICE on invalid in tree_nop_conversion)
2015-03-24 Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-03-24 Jason Merrillre PR c++/65498 (ICE in cxx_eval_call_expression when...
2015-03-20 Marek Polacekre PR c++/65398 ([C++11] GCC rejects constexpr variable...
2015-03-20 Marek Polacekre PR c++/65072 (Segfault when parsing dectlype in...
2015-03-19 Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
next