Fix lra_p text
[gcc.git] / gcc / cp /
2016-09-16 Jakub Jelinekre PR c++/77482 (Segfault when compiling ill-formed...
2016-09-16 Jakub Jelinekre PR c++/77338 (ICE on invalid C++11 code on x86_64...
2016-09-16 Jakub Jelinekre PR c++/77375 (constant object with mutable subobject...
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-09-14 Jakub Jelinekre PR c++/77549 (ICE on invalid C++ code that reference...
2016-09-14 Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-09-13 Jakub JelinekImplement P0028R4, C++17 using attribute namespaces...
2016-09-13 Jakub Jelinekre PR c++/77553 (wrong code with post-increment operato...
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-12 Bernd Edlingerre PR c++/77496 (ICE in instantiate_type, at cp/class...
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-09-05 Jakub JelinekChangeLog formatting fixes.
2016-09-02 Jakub Jelinekre PR sanitizer/77396 (address sanitizer crashes if...
2016-09-01 Martin Seborc-ada-spec.c (dump_ada_function_declaration): Increase...
2016-09-01 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-30 David MalcolmC++: add fixit for '>>' template error
2016-08-30 David Malcolmrich_location: add convenience overloads for adding...
2016-08-29 Jason MerrillPR c++/77379 - ABI tag on thunk
2016-08-26 Jason MerrillAvoid calling a trivial default constructor.
2016-08-26 Jason MerrillPR c++/57728 - explicit instantiation and defaulted...
2016-08-25 Marek Polacekc-common.c (warn_logical_not_parentheses): Print fixit...
2016-08-18 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
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
next