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 rtl-optimization/54342] [4.8 Regression] Wrong mode of call argument


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54342

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-09 12:19:52 UTC ---
Why is this marked [4.8 Regression]?  From what I can see, gcc has been using
OImode in this testcase since it was changed to pass 32-byte vectors in ymm
registers (somewhen during 4.4 development, and 4.3 didn't have avx support at
all).  Thus this doesn't look any kind of regression to me.  We risk ABI
regressions if we change this though.


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