On 2/14/25 15:17, Matthias Klose wrote:
Control: tags -1 + moreinfo
On 13.02.25 21:41, Mo Zhou wrote:
Control: reopen -1
The problem persists, and the buildd is still failing on it several
hours ago:
still unable to reproduce with
g++ -c -std=gnu++17 -g -gsplit-dwarf -O3 -fopenmp -fPIC
-fstack-protector-strong -fstack-clash-protection
-mbranch-protection=standard -fvisibility=hidden
Activation.cpp.DEFAULT.ii
I figured out is the "-fno-math-errno" flag that caused the ICE. Append
it to the above command line, you should be able to reproduce using the
previously attached .ii file.
g++ -c -std=gnu++17 -g -gsplit-dwarf -O2 -fopenmp -fPIC
-fstack-protector-strong -fstack-clash-protection
-mbranch-protection=standard -fvisibility=hidden
Activation.cpp.DEFAULT.cpp.ii -fno-math-errno
please could you attach a minimal command line that triggers the issue
with the preprocessed source from /tmp/cc*?