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 c/48274] C frontend emit invalid promotions


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

--- Comment #2 from Michael Matz <matz at gcc dot gnu.org> 2011-03-24 14:51:08 UTC ---
It's x86_64-linux and indeed it does define that hook.  Like 19 other targets.
This is quite inconvenient.  The target should have a say in what instructions
are generated (as in influencing the setup of RTL call, and setup of arguments
in the callee, also at RTL), not on the types the middle end sees.  Sigh.


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