[Bug target/45213] "suffix or operands invalid for `push'" triggered by optimisations on x86_64

2010-08-06 Thread philip dot taylor at cl dot cam dot ac dot uk


--- Comment #1 from philip dot taylor at cl dot cam dot ac dot uk  
2010-08-06 20:37 ---
Created an attachment (id=21426)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21426&action=view)
test case


-- 


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



[Bug target/45213] New: "suffix or operands invalid for `push'" triggered by optimisations on x86_64

2010-08-06 Thread philip dot taylor at cl dot cam dot ac dot uk
The attached source file gives:

  $ gcc -c t.c -Os -fno-omit-frame-pointer
  /tmp/ccAuCzVe.s: Assembler messages:
  /tmp/ccAuCzVe.s:16: Error: suffix or operands invalid for `push'

It complains on the line:

  pushq $0x3f80

Reproduced on:

Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.5.0/work/gcc-4.5.0/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.0
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.0/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.0
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.0/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.0/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.0/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls
--without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --enable-multilib --enable-libmudflap
--disable-libssp --enable-libgomp --enable-cld
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.0/python
--disable-libgcj --enable-languages=c,c++ --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.0 p1.2,
pie-0.4.5'
Thread model: posix
gcc version 4.5.0 (Gentoo 4.5.0 p1.2, pie-0.4.5)

Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)


-- 
   Summary: "suffix or operands invalid for `push'" triggered by
optimisations on x86_64
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: target
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: philip dot taylor at cl dot cam dot ac dot uk


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