public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/remove-lto-wrapper-comment)] Remove not feasible FIXME
@ 2021-04-22  7:18 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-04-22  7:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dbe87a4229126829e0a912e9928c82b8dde7b51c

commit dbe87a4229126829e0a912e9928c82b8dde7b51c
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Apr 22 09:14:28 2021 +0200

    Remove not feasible FIXME
    
    gcc/ChangeLog:
    
            * lto-wrapper.c: Remove FIXME about usage of
            hardware_concurrency. The function is not on par with
            what we have now.

Diff:
---
 gcc/lto-wrapper.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c
index 0b626d7c811..49894e4fc61 100644
--- a/gcc/lto-wrapper.c
+++ b/gcc/lto-wrapper.c
@@ -1304,8 +1304,6 @@ init_num_threads (void)
 #endif
 }
 
-/* FIXME: once using -std=c++11, we can use std::thread::hardware_concurrency.  */
-
 /* Test and return reason why a jobserver cannot be detected.  */
 
 static const char *


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-22  7:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  7:18 [gcc(refs/users/marxin/heads/remove-lto-wrapper-comment)] Remove not feasible FIXME Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).