https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548
--- Comment #3 from Andrew Pinski ---
reduced almost all the way:
typedef decltype(sizeof(0)) size_t;
struct tm;
extern "C"
size_t __attribute__((__cdecl__)) strftime(char * __restrict__ _Buf,size_t
_SizeInBytes,const char * __restrict__ _Format
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-09-30
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548
--- Comment #1 from Andrew Pinski ---
apinski@xeond:~/src$ ~/upstream-gcc/bin/gcc cmTimestamp.ii -m32 -S
E:/Programming/Source/msys2/MINGW-packages/mingw-w64-cmake/src/cmake-3.21.2/Source/cmTimestamp.cxx:
In lambda function:
E:/Programming/Sour