On Thu, 2023-04-13 at 10:24 +0200, Pavel Sanda wrote: > Jose, > > can you try the current gcc, whether the warning is still there? > > I believe their view on what's fixable WRT dangling-reference > stabilized. > If it's still there -Wno-dangling-reference might be the best > way to go forward (unless you want to produce minimal example). > > Pavel
As far as I can see they are still there: $ g++ -v Using built-in specs. COLLECT_GCC=/usr/bin/g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable- languages=c,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=/usr -- mandir=/usr/share/man --infodir=/usr/share/info --with- bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable- threads=posix --enable-checking=release --enable-multilib --with- system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions -- enable-gnu-unique-object --enable-linker-build-id --with-gcc-major- version-only --enable-libstdcxx-backtrace --with-libstdcxx- zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable- plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc- 13.0.1-20230401/obj-x86_64-redhat-linux/isl-install --enable-offload- targets=nvptx-none --without-cuda-driver --enable-offload-defaulted -- enable-gnu-indirect-function --enable-cet --with-tune=generic --with- arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap- lto --enable-link-serialization=1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.1 20230401 (Red Hat 13.0.1-0) (GCC) And configure says: Configuration Host type: x86_64-pc-linux-gnu Special build flags: build=development warnings assertions stdlib-debug callback-printing use-hunspell use-enchant Bundled libraries: nod C++ Compiler: g++ (13.0.1) C++ Compiler flags: -Wall -Wextra -fPIC -g -O -std=c++17 -Wno- deprecated-copy C++ Compiler user flags: Linker flags: -rdynamic Linker user flags: Qt Frontend: Qt version: 5.15.8 Packaging: posix LyX binary dir: /usr/local/bin LyX files dir: /usr/local/share/lyx-devel I would suggest to leave this as it is for the moment. I prefer to see those warnings than to hide them under the rug. :-) Best regards, -- José Abílio -- lyx-devel mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-devel
