From: Tobias Burnus Date: Thu, 7 Sep 2023 11:33:35 +0000 (+0200) Subject: Revert: "Another revert test with a bogus hash" X-Git-Tag: basepoints/gcc-15~6358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22cd7745ffaafffe9f0ef9afef130808811bae1;p=thirdparty%2Fgcc.git Revert: "Another revert test with a bogus hash" This reverts commit ffffffffffffffffffffffffffffffffffffffff. This should get rejected because of the invalid hash. If it still is accepted, it does something sensible: It removes tailing white space from a line in libgomp/target.c. --- diff --git a/libgomp/target.c b/libgomp/target.c index cd4cc1b01ca7..812674d19a92 100644 --- a/libgomp/target.c +++ b/libgomp/target.c @@ -2698,7 +2698,7 @@ gomp_unload_device (struct gomp_device_descr *devicep) if (devicep->state == GOMP_DEVICE_INITIALIZED) { unsigned i; - + /* Unload from device all images registered at the moment. */ for (i = 0; i < num_offload_images; i++) {