This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/66275] __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code


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

UroÅ Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-w64-mingw32-gcc
                 CC|                            |ktietz at gcc dot gnu.org,
                   |                            |ubizjak at gmail dot com
          Component|rtl-optimization            |target

--- Comment #3 from UroÅ Bizjak <ubizjak at gmail dot com> ---
At the end of the day, this is target problem.

From _.dfinit dump:

;;  entry block defs     1 [dx] 2 [cx] 6 [bp] 7 [sp] 16 [argp] 20 [frame] 21
[xmm0] 22 [xmm1] 23 [xmm2] 24 [xmm3] 25 [xmm4] 26 [xmm5] 27 [xmm6] 28 [xmm7] 37
[r8] 38 [r9]

Registers DI and SI should also be listed here.

I have a patch.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]