+2020-08-23 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/96744
+ * config/i386/i386-options.c (IX86_ATTR_IX86_YES): New.
+ (IX86_ATTR_IX86_NO): Likewise.
+ (ix86_opt_type): Add ix86_opt_ix86_yes and ix86_opt_ix86_no.
+ (ix86_valid_target_attribute_inner_p): Handle general-regs-only,
+ ix86_opt_ix86_yes and ix86_opt_ix86_no.
+ (ix86_option_override_internal): Check opts->x_ix86_target_flags
+ instead of opts->x_ix86_target_flags.
+ * doc/extend.texi: Document target("general-regs-only") function
+ attribute.
+
2020-08-21 Richard Sandiford <richard.sandiford@arm.com>
* doc/extend.texi: Update links to Arm docs.
+2020-08-23 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96737
+ * trans-types.c (gfc_get_derived_type): Derived types that are
+ used in submodules are not compatible with TYPE_CANONICAL from
+ any of the global namespaces.
+
2020-08-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/96100
+2020-08-23 H.J. Lu <hjl.tools@gmail.com>
+
+ PR target/96744
+ * gcc.target/i386/pr96744-1.c: New test.
+ * gcc.target/i386/pr96744-2.c: Likewise.
+ * gcc.target/i386/pr96744-3a.c: Likewise.
+ * gcc.target/i386/pr96744-3b.c: Likewise.
+ * gcc.target/i386/pr96744-4.c: Likewise.
+ * gcc.target/i386/pr96744-5.c: Likewise.
+ * gcc.target/i386/pr96744-6.c: Likewise.
+ * gcc.target/i386/pr96744-7.c: Likewise.
+ * gcc.target/i386/pr96744-8a.c: Likewise.
+ * gcc.target/i386/pr96744-8b.c: Likewise.
+ * gcc.target/i386/pr96744-9.c: Likewise.
+
+2020-08-23 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/92785
+ * gfortran.dg/unlimited_polymorphic_31.f03: Change to stop 1.
+
+2020-08-23 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96737
+ * gfortran.dg/pr96737.f90: Add option -g.
+
+2020-08-23 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96737
+ * gfortran.dg/pr96737.f90: New test.
+
2020-08-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/94851