Issue | 136840 |
---|---|
Summary | OOM for clang++-19 and clang++-20 |
Labels | clang |
Assignees | |
Reporter | FedericoSerafini |
During the compilation of the following program, both compilers allocate memory until it runs out:
``` extern struct c x; struct c { c &a = (*new c, x); c() {} } x; ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs