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 middle-end/38338] [4.4 Regression] Compile abort when compiling code which used to work



------- Comment #4 from jakub at gcc dot gnu dot org  2008-12-01 15:45 -------
Yes, the problem is that eax, edx and ecx are live there (might be arguments)
and ebx is reserved for PIC pointer, so at that spot is no QImode register
available.  I guess either my builtins.c change could be conditionalized on
if it is really needed, or on i386 it would need to avoid a QImode store and
use
SImode instead.  Looking into it.


-- 


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


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