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

Paul M. Bendixen <paulbendixen at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paulbendixen at gmail dot com

--- Comment #3 from Paul M. Bendixen <paulbendixen at gmail dot com> ---
I can confirm this also happens for me.

I have found the same commit to be the problem and have tried with both gcc 11
and 12 
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0

For reproducability it was configured using:
../configure --prefix=$PREFIX --target=avr --enable-languages=c,c++
--disable-nls --disable-libssp --with-dwarf2

The error only seems to happen when compiling the long64 part of the multilib
(or at least first), the parts compiled for avrXX and xmegaX targets run fine.

Reply via email to