[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548 Marek Polacek changed: What|Removed |Added Last reconfirmed||2021-09-30 CC|

[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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