]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-12  Alexandre Oliva[PR63240] generate debug info for defaulted member...
2016-08-11  Jakub Jelinekre PR c++/72868 (Constexpr expressions mistreat case...
2016-08-11  Jason MerrillPR c++/73456 - ICE with constrained parameter pack.
2016-08-10  Jason MerrillImplement C++17 constexpr if.
2016-08-09  Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-09  Jason MerrillPR c++/71712 - ABI tags on conversion ops.
2016-08-09  Jason MerrillAdjust mangling of ABI tags on class template member...
2016-08-09  Jason MerrillPR c++/72849 - ICE with incomplete class.
2016-08-09  Jason MerrillPR c++/56701 - wrong type of &*this
2016-08-09  Jakub Jelinekre PR c++/72809 (ICE on x86_64-linux-gnu (Segmentation...
2016-08-09  Jason MerrillImplement C++17 constexpr lambda.
2016-08-09  Jason MerrillFix empty class parameters with constexpr.
2016-08-08  Jakub Jelinekre PR c++/58706 (ICE with lambda in OpenMP for-loop)
2016-08-06  Jonathan WakelyHarmonize diagnostics for invalid reference binding
2016-08-05  Martin Seborconstexpr.c (cxx_eval_store_expression): Remove hyphen...
2016-08-05  Nathan Sidwellre PR c++/68724 (ice in unify, at cp/pt.c:19902)
2016-08-04  Paolo Carlinire PR c++/72800 (ICE on invalid C++14 code with initial...
2016-08-04  Patrick PalkaFix ICE on invalid variable template instantiation...
2016-08-04  Jason MerrillPR c++/72415 - member template with fold-expression...
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-08-04  Jason MerrillPR c++/72796 - wrong resolution of scoped method call.
2016-08-04  Thomas SchwingeRework C/C++ OpenACC routine parsing
2016-08-04  Thomas SchwingeC/C++: Simplify handling of location information for...
2016-08-04  Marek Polacekre PR c++/70229 (error: constexpr constructor does...
2016-08-01  Jason MerrillWarn about mangled name change even if DECL_REALLY_EXTERN.
2016-08-01  Jason Merrillmangle.c (get_abi_tags): New.
2016-08-01  Jason Merrill* mangle.c (mangle_decl): Fix mangled name change warning.
2016-08-01  Jason MerrillPR c++/72766 - ICE with VLA
2016-07-30  Martin SeborPR c++/60760 - arithmetic on null pointers should not...
2016-07-29  Marek Polacekre PR c/71926 (wrong location for -Wparentheses warning)
2016-07-29  Jason Merrill* decl.c (build_enumerator): Tweak diagnostic.
2016-07-29  Jason MerrillPR c++/72457 - ICE with list-value-initialized base.
2016-07-28  Paolo Carlinire PR c++/71665 (ICE on invalid C++ code with non-integ...
2016-07-27  Jason MerrillPR c++/71747 - ICE with self-referential partial spec
2016-07-25  Jason MerrillPR c++/65970 - revert loop location change
2016-07-25  Jason MerrillPR c++/71837 - pack expansion in init-capture
2016-07-25  Jason MerrillPR c++/71833 - member template with two parameter packs
2016-07-25  Jason MerrillPR c++/65970 - constexpr infinite loop
2016-07-25  Jason MerrillPR c++/71972 - constexpr array self-modification
2016-07-24  Jason MerrillPR c++/71515 - typename in partial specialization
2016-07-24  Jason MerrillPR c++/66617 - virtual base list-initialization
2016-07-24  Jason MerrillPR c++/55922 - list-value-initialization of base
2016-07-24  Jason MerrillPR c++/70709 - zero-length array member
2016-07-24  Jason MerrillPR c++/70778 - member template template parameter
2016-07-24  Jason MerrillPR c++/71738 - nested template friend
2016-07-24  Jason MerrillPR c++/71350 - error recursion with initializer-list
2016-07-24  Jason MerrillPR c++/71576 - bitfield and rvalue reference
2016-07-24  Jason MerrillPR c++/71748 - call to base destructor in template.
2016-07-22  Jason MerrillPR c++/69223 - ICE with deduced template return type.
2016-07-22  Jason MerrillPR c++/71274 - deprecated warning without use.
2016-07-22  Jason MerrillPR c++/71630 - extern variable template
2016-07-22  Jason MerrillPR c++/71913 - missing copy elision with new.
2016-07-22  Jason Merrillcall.c (build_over_call): Check unsafe_copy_elision_p...
2016-07-21  Jakub Jelinekre PR c++/71728 (ICE with goto in statement-expression...
2016-07-21  Richard Bienerfunction-tests.c (build_trivial_generic_function):...
2016-07-21  Jakub Jelinekre PR libgomp/71941 (ICE with OpenMP tasks and queue)
2016-07-21  Jason MerrillPR c++/70781 - ICE on ill-formed lambda.
2016-07-21  Jason MerrillPR c++/71896 - constexpr pointer-to-member comparison.
2016-07-21  Jason MerrillPR c++/65168 - -Waddress in unevaluated context.
2016-07-21  Jason MerrillPR c++/71121 - -Waddress, constexpr, and PMFs.
2016-07-21  Andrew SuttonImproving concepts performance and diagnostics.
2016-07-20  David MalcolmC++ FE: handle misspelled identifiers and typenames
2016-07-20  Jakub Jelinekre PR c++/71909 (g++ accepts an unreachable function...
2016-07-20  Jakub Jelinekre PR middle-end/50060 (intrinsics not folded by the...
2016-07-20  Jason MerrillPR c++/67164 - clean up dead code
2016-07-18  Jakub Jelinekre PR c++/70869 (internal compiler error: Segmentation...
2016-07-18  Jakub Jelinekre PR c++/71835 (ICE on invalid C++ code with ambiguous...
2016-07-18  Jakub Jelinekre PR c++/71828 (ICE on valid C++11 code with constexpr...
2016-07-18  Jakub Jelinekre PR c++/71826 (ICE on valid C++ code with ambiguous...
2016-07-18  Jakub Jelinekre PR c++/71822 (ICE: in gimplify_expr, at gimplify...
2016-07-18  Jakub Jelinekre PR c++/71871 (ICE on mixing templates and vector...
2016-07-15  Jason MerrillPR c++/71495 - spurious note during SFINAE.
2016-07-15  Jason MerrillPR c++/71092 - ICE with array and constexpr.
2016-07-15  Jason MerrillPR c++/71117 - core 2189 and generic lambda
2016-07-15  Jason MerrillPR c++/71511 - ICE on decltype scope in declaration.
2016-07-15  Jason MerrillPR c++/71513 - alignas on member enum in template
2016-07-15  Jason MerrillPR c++/71604 - type definition in range-based for
2016-07-15  Jason MerrillPR c++/71711 - mangle C++1z fold-expressions.
2016-07-15  Jason MerrillPR c++/71814 - mangling sizeof... (sP and sZ)
2016-07-15  Jason MerrillPR c++/71718 - infinite recursion and alias template
2016-07-15  Jason MerrillPR c++/70824 - initializer_list in template
2016-07-15  Cesar Philippidisc-parser.c (c_parser_oacc_declare): Don't scan for...
2016-07-11  Jason Merrill* decl.c (store_parm_decls): Remove check for void...
2016-07-08  Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-07-08  Jason MerrillRename lvalue_p to obvalue_p.
2016-07-08  Jason MerrillRename lvalue_or_rvalue_with_address_p to glvalue_p.
2016-07-08  Jason Merrill* lambda.c (maybe_add_lambda_conv_op): Fix null object...
2016-07-08  Jason MerrillP0145R2: Refining Expression Order for C++ (assignment 2).
2016-07-08  Jason MerrillP0145: Refining Expression Order for C++ (-fstrong...
2016-07-07  Jakub Jelinekre PR c++/70869 (internal compiler error: Segmentation...
2016-07-05  David MalcolmPR c++/62314: add fixit hint for "expected ';' after...
2016-07-04  Jan Beulichfix interaction of -S and -x {c,c++}-header
2016-06-29  Thomas SchwingeImprove diagnostic messages of "#pragma omp cancel...
2016-06-28  Jakub JelinekMakefile.in: Don't cat ../stage_current if it does...
2016-06-24  Jason MerrillP0145R2: Refining Expression Order for C++ (complex...
2016-06-24  Jason MerrillFix get_target_expr for bit-field expressions.
2016-06-24  Jakub Jelinekcall.c (magic_varargs_p): Return 3 for __builtin_*_over...
2016-06-23  Andi KleenAdd make autoprofiledbootstrap
2016-06-21  Jason MerrillFix constraint satisfaction in uninstantiated template.
next