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/12817] Altivec code generation error with setjmp


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
  GCC build triplet|powerpc-linux               |
   GCC host triplet|i686-linux                  |
 GCC target triplet|i686-linux                  |powerpc-linux
           Keywords|                            |wrong-code


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-30 05:03 -------
On powerpc-apple-darwin in 3.3.2 (20030908), I get:
        mfspr r12,256
        stw r12,-224(r1)
        oris r12,r12,0xdfff
        ori r12,r12,65535
        mtspr 256,r12
which looks right.
on the mainline, GCC does not even save the altivec registers at all (why?).


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