projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778a773
)
Fix typo in C++ standard version.
author
Martin Liska
<mliska@suse.cz>
Mon, 2 Mar 2020 10:05:02 +0000
(11:05 +0100)
committer
Martin Liska
<mliska@suse.cz>
Mon, 2 Mar 2020 10:05:02 +0000
(11:05 +0100)
* lto-wrapper.c: Fix typo in comment about
C++ standard version.
gcc/ChangeLog
patch
|
blob
|
history
gcc/lto-wrapper.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 74a8b691ac9600c4e2697f6d4af5c5e7e359c4a0..05bfa476e1444736a208725435e207438dc53e8e 100644
(file)
--- 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 6e3f294257e673cbd0eeb441f8df1f697d697aea..b8a35c857140dbc9d67645e28d1a299787c93df3 100644
(file)
--- 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. */