[Bug target/104593] Problem with va_list

2022-02-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/104593] Problem with va_list

2022-02-18 Thread lukaszcz18 at wp dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 --- Comment #6 from Jamaika --- https://www.sendspace.com/file/e4n2xj echo off set PATH=C:\MSYS1201\bin;%PATH% rem echo %PATH% rem cd "C:\MSYS1201\bin" cd lib\CommonLib for %%f in ("%~dp1*.cpp") do g++.exe -std=gnu++14 -DNDEBUG

[Bug target/104593] Problem with va_list

2022-02-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 --- Comment #5 from Jonathan Wakely --- No, that's your compiler, please provide preprocessed source. As requested when creating bug reports, please read https://gcc.gnu.org/bugs/ for the explanation what you need to provide.

[Bug target/104593] Problem with va_list

2022-02-18 Thread lukaszcz18 at wp dot pl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 --- Comment #4 from Jamaika --- (In reply to Andrew Pinski from comment #1) > Can you provide the preprocessed source? http://msystem.waw.pl/x265/mingw-gcc1201-20220206.7z

[Bug target/104593] Problem with va_list

2022-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 --- Comment #3 from Andrew Pinski --- #include #include extern std::function g_msgFnc; Does not warn for me on x86_64-linux-gnu.

[Bug target/104593] Problem with va_list

2022-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Component|c++