[Bug bootstrap/93548] arm-tune.md and arm-tables.opt should be updated with move-if-changed

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 3 17:43:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93548

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Earnshaw <rearnsha@gcc.gnu.org>:

https://gcc.gnu.org/g:492c63e5b72c3497160e2c2e113fb91644b3570e

commit r10-6407-g492c63e5b72c3497160e2c2e113fb91644b3570e
Author: Richard Earnshaw <rearnsha@arm.com>
Date:   Mon Feb 3 17:40:55 2020 +0000

    arm: Use move-if-change for updating regenerated files [PR93548]

    The t-arm make fragment currently uses 'mv' to update some files that
    are automatically regenerated, but this causes problems on read-only
    filesystems if the date stamps are incorrect and the files have not
    really changed.  So use move-if-change instead.

        PR target/93548
        * config/arm/t-arm: ($(srcdir)/config/arm/arm-tune.md,
        $(srcdir)/config/arm/arm-tables.opt): Use move-if-change.


More information about the Gcc-bugs mailing list