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/48678] unable to find a register to spill in class âGENERAL_REGSâ


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

--- Comment #14 from Uros Bizjak <ubizjak at gmail dot com> 2011-04-20 17:42:45 UTC ---
(In reply to comment #12)
> Hm, if line 14 in the testcase is changed to:
> 
> -  ((T *) &s.d)[0] = *x;
> +  ((T *) &s.d)[1] = *x;

We should go through insv pattern.  Patch v2 attached above.


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