diff options
author | Richard Biener <rguenther@suse.de> | 2018-05-08 08:50:33 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2018-05-08 08:50:33 +0000 |
commit | 4be63d9e5e406c7cde479c8c671ae9e9c17c5526 (patch) | |
tree | 5e13caae3ca581dc5fa0d2cc4bf9fd9bdd164db4 /config/bootstrap-lto-noplugin.mk | |
parent | ab7d466dc7ad61f8dfc69ffd6dd6faec4ac6a12f (diff) | |
download | gcc-4be63d9e5e406c7cde479c8c671ae9e9c17c5526.tar.gz |
re PR bootstrap/85571 (non-bootstrap-debug miscompare with trunk)
2018-05-08 Richard Biener <rguenther@suse.de>
PR bootstrap/85571
config/
* bootstrap-lto-noplugin.mk: Disable compare.
* bootstrap-lto.mk: Supply contrib/compare-lto for do-compare.
contrib/
* compare-lto: New script derived from compare-debug.
From-SVN: r260026
Diffstat (limited to 'config/bootstrap-lto-noplugin.mk')
-rw-r--r-- | config/bootstrap-lto-noplugin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/bootstrap-lto-noplugin.mk b/config/bootstrap-lto-noplugin.mk index 0ca8ee2ff01..0f50708e49d 100644 --- a/config/bootstrap-lto-noplugin.mk +++ b/config/bootstrap-lto-noplugin.mk @@ -6,3 +6,4 @@ STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects STAGEprofile_CFLAGS += -flto=jobserver -frandom-seed=1 STAGEtrain_CFLAGS += -flto=jobserver -frandom-seed=1 STAGEfeedback_CFLAGS += -flto=jobserver -frandom-seed=1 +do-compare = /bin/true |