[gcc r10-6964] Fix typo in C++ standard version.

Martin Liska marxin@gcc.gnu.org
Mon Mar 2 10:48:00 GMT 2020


https://gcc.gnu.org/g:917e56a94f9d3189d7fa9d1944b7513258195887

commit r10-6964-g917e56a94f9d3189d7fa9d1944b7513258195887
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 2 11:05:02 2020 +0100

    Fix typo in C++ standard version.
    
    	* lto-wrapper.c: Fix typo in comment about
    	C++ standard version.

Diff:
---
 gcc/ChangeLog     | 5 +++++
 gcc/lto-wrapper.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 74a8b69..05bfa47 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-02  Martin Liska  <mliska@suse.cz>
+
+	* lto-wrapper.c: Fix typo in comment about
+	C++ standard version.
+
 2020-03-01  Martin Sebor  <msebor@redhat.com>
 
 	PR c++/92721
diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c
index 6e3f294..b8a35c8 100644
--- a/gcc/lto-wrapper.c
+++ b/gcc/lto-wrapper.c
@@ -1234,7 +1234,7 @@ init_num_threads (void)
 #endif
 }
 
-/* FIXME: once using -std=c11, we can use std::thread::hardware_concurrency.  */
+/* FIXME: once using -std=c++11, we can use std::thread::hardware_concurrency.  */
 
 /* Return true when a jobserver is running and can accept a job.  */



More information about the Gcc-cvs mailing list