This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/36092] [4.4 Regression] invalid rtl sharing found in the insn
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2008 18:48:29 -0000
- Subject: [Bug inline-asm/36092] [4.4 Regression] invalid rtl sharing found in the insn
- References: <bug-36092-16133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ubizjak at gmail dot com 2008-05-02 18:48 -------
This doesn't fail for me when compiling preprocessed file with (please note
-m32 compile flag on 64bit host):
~/gcc-build-fast/gcc/cc1 -m32 -march=pentium -mno-tls-direct-seg-refs pr36092.i
-std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings
-fmerge-all-constants -quiet -Wstrict-prototypes
where
~/gcc-build-fast/gcc/cc1 --version
GNU C (GCC) version 4.4.0 20080502 (experimental) [trunk revision 134885]
(x86_64-unknown-linux-gnu)
configured with:
--enable-checking=all
Can you try latest SVN version of 4.4 branch?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36092