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/27619] wrong code for mixed-mode division with -mpowerpc64 -O1



------- Comment #4 from olh at suse dot de  2006-05-16 17:24 -------
Created an attachment (id=11478)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11478&action=view)
pr27619.s.diff

gcc -Wall -o pr27619 -O2 -g --save-temps pr27619.c -m64
vs.
gcc -Wall -o pr27619 -O2 -g --save-temps pr27619.c -mpowerpc64

does -mpowerpc64 default to 32bit by any chance? see stdu vs. stwu in fn
prologue.


-- 


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


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