kernigh wrote:
I am distracted by issue #133507 (clang-19 miscompiles itself for PPC32), so I
can't check this pull request right now. [My comment of August 29,
2023](https://reviews.llvm.org/D146942#4626773) had this example:
```
#include "complex.h"
double complex
third(int no, double compl
Hello cfe-commits,
The attached patch is for clang to use -fomit-frame-pointer by default
for all PowerPC targets when optimizing code. Right now, clang uses
-fomit-frame-pointer for PowerPC Linux and NetBSD but not for other
targets. I have been running `clang -target powerpc-openbsd`.
The pat