[Bug target/47926] [x32] nested function pointer doesn't work

2011-07-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47926

Uros Bizjak  changed:

   What|Removed |Added

 Target||x32
 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.7.0

--- Comment #3 from Uros Bizjak  2011-07-26 22:12:34 
UTC ---
Fixed.


[Bug target/47926] [x32] nested function pointer doesn't work

2011-03-01 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47926

--- Comment #2 from hjl at gcc dot gnu.org  2011-03-01 
17:31:35 UTC ---
Author: hjl
Date: Tue Mar  1 17:31:31 2011
New Revision: 170598

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170598
Log:
Use movl to load trampoline address for x32.

2011-03-01  H.J. Lu  

PR target/47926
* config/i386/i386.c (ix86_trampoline_init): Use movl instead
of movabs for x32.

Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/config/i386/i386.c


[Bug target/47926] [x32] nested function pointer doesn't work

2011-02-28 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47926

--- Comment #1 from hjl at gcc dot gnu.org  2011-02-28 
19:12:24 UTC ---
Author: hjl
Date: Mon Feb 28 19:12:18 2011
New Revision: 170571

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170571
Log:
Always use ptr_mode on address.

2011-02-28  H.J. Lu  

PR target/47926
* config/i386/i386.c (ix86_trampoline_init): Always use ptr_mode
on address.

Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/config/i386/i386.c