https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109806

--- Comment #9 from Amyspark <amy at amyspark dot me> ---
(In reply to Andrew Pinski from comment #7)
> Simple testcase:
> ```
> struct basic_string {
>   ~basic_string() { }
> };
> const basic_string data[] = { {} };
> ```
> 
> This fails with `ulimit -s 1024` which is not unreasonable limit even. The
> default on Linux is 8MB, I just reduced it down to 1MB.
> 

The default in Windows is 1MB last time I checked with my G'MIC fork, perhaps
that's why it's easier to reproduce there.

Reply via email to