public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes
@ 2023-08-23 16:02 Jonathan Wakely
  2023-09-01 11:16 ` Jonathan Wakely
  0 siblings, 1 reply; 11+ messages in thread
From: Jonathan Wakely @ 2023-08-23 16:02 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Any objections to this? It's a C++23 feture, so should be enabled by
default.

-- >8 --

This causes libstdc++_libbacktrace.a to be built by default. This might
fail on some targets, in which case we can make the 'auto' choice expand
to either 'yes' or 'no' depending on the target.

libstdc++-v3/ChangeLog:

	* acinclude.m4 (GLIBCXX_ENABLE_BACKTRACE): Default to yes.
	* configure: Regenerate.
---
 libstdc++-v3/acinclude.m4 | 2 +-
 libstdc++-v3/configure    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index b25378eaace..50c808c6b2d 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -5481,7 +5481,7 @@ BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DBACKTRACE_ELF_SIZE=$elfsize"
 
   AC_MSG_CHECKING([whether to build libbacktrace support])
   if test "$enable_libstdcxx_backtrace" = "auto"; then
-    enable_libstdcxx_backtrace=no
+    enable_libstdcxx_backtrace=yes
   fi
   AC_MSG_RESULT($enable_libstdcxx_backtrace)
   if test "$enable_libstdcxx_backtrace" = "yes"; then


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-09-06 23:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-23 16:02 [RFC] libstdc++: Make --enable-libstdcxx-backtrace=auto default to yes Jonathan Wakely
2023-09-01 11:16 ` Jonathan Wakely
2023-09-01 16:10   ` Jonathan Wakely
2023-09-04 16:35     ` Hans-Peter Nilsson
2023-09-04 16:46   ` Hans-Peter Nilsson
2023-09-04 16:48     ` Jonathan Wakely
2023-09-06 22:30       ` Jonathan Wakely
2023-09-06 23:09         ` Hans-Peter Nilsson
2023-09-06 23:10           ` Jonathan Wakely
2023-09-06 23:11             ` Jonathan Wakely
2023-09-06 23:51               ` Hans-Peter Nilsson

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).