public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust
@ 2011-08-16 13:18 enrico.scholz at informatik dot tu-chemnitz.de
  2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
                   ` (40 more replies)
  0 siblings, 41 replies; 42+ messages in thread
From: enrico.scholz at informatik dot tu-chemnitz.de @ 2011-08-16 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50099
           Summary: ICE: internal compiler error: in extract_insn, at
                    recog.c:2113 while building lttng-ust
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: enrico.scholz@informatik.tu-chemnitz.de


Created attachment 25022
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25022
preprocessed sources (ust-0.15/snprintf/vfprintf.c)

$ arm-linux-gnueabi-gcc -march=armv7-a /tmp/x2.c -c -O1
/tmp/x2.c: In function ‘ust_safe_vfprintf’:
/tmp/x2.c:4533:1: error: unrecognizable insn:
(insn 3114 3113 3115 139 (set (subreg:SI (reg/v:DI 153 [ _umax ]) 0)
        (sign_extend:SI (mem:QI (plus:SI (mult:SI (reg/v:SI 159 [ nextarg ])
                        (const_int 8 [0x8]))
                    (reg/f:SI 347 [ argtable.7 ])) [0 *D.5277_569+0 S1 A32])))
/tmp/x2.c:4325 -1
     (nil))
/tmp/x2.c:4533:1: internal compiler error: in extract_insn, at recog.c:2113
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


$ arm-linux-gnueabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=$P/sysroots/x86_64-oe-linux/usr/libexec/armv5te-linux-gnueabi/gcc/arm-linux-gnueabi/4.6.1/lto-wrapper
Target: arm-linux-gnueabi
Configured with: $P/work-shared/gcc-4.6.1+svnr175454/gcc-4_6-branch/configure
--build=x86_64-oe-linux --host=x86_64-oe-linux --target=arm-linux-gnueabi
--prefix=$P/sysroots/x86_64-oe-linux/usr
--exec_prefix=$P/sysroots/x86_64-oe-linux/usr
--bindir=$P/sysroots/x86_64-oe-linux/usr/bin/armv5te-linux-gnueabi
--sbindir=$P/sysroots/x86_64-oe-linux/usr/bin/armv5te-linux-gnueabi
--libexecdir=$P/sysroots/x86_64-oe-linux/usr/libexec/armv5te-linux-gnueabi
--datadir=$P/sysroots/x86_64-oe-linux/usr/share
--sysconfdir=$P/sysroots/x86_64-oe-linux/etc
--sharedstatedir=$P/sysroots/x86_64-oe-linux/com
--localstatedir=$P/sysroots/x86_64-oe-linux/var
--libdir=$P/sysroots/x86_64-oe-linux/usr/lib/armv5te-linux-gnueabi
--includedir=$P/sysroots/x86_64-oe-linux/usr/include
--oldincludedir=$P/sysroots/x86_64-oe-linux/usr/include
--infodir=$P/sysroots/x86_64-oe-linux/usr/share/info
--mandir=$P/sysroots/x86_64-oe-linux/usr/share/man --disable-silent-rules
--with-libtool-sysroot=$P/sysroots/x86_64-oe-linux --with-gnu-ld
--enable-shared --enable-languages=c,c++ --enable-threads=posix
--disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu
--enable-libstdcxx-pch --program-prefix=arm-linux-gnueabi-
--enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap
--disable-libgomp --disable-libmudflap --enable-cheaders=c_global
--with-abi=aapcs-linux --with-float=soft
--with-local-prefix=$P/sysroots/toradex-colibri320/usr
--with-gxx-include-dir=/usr/include/c++
--with-sysroot=$P/sysroots/toradex-colibri320
--with-build-sysroot=$P/sysroots/toradex-colibri320
--enable-poison-system-directories
--with-headers=$P/sysroots/toradex-colibri320/usr/include
--disable-libunwind-exceptions --with-mpfr=$P/sysroots/x86_64-oe-linux/usr
--with-system-zlib --enable-nls --enable-__cxa_atexit --enable-__cxa_atexit
Thread model: posix
gcc version 4.6.1 20110627 (prerelease) (GCC) 


(it is the gcc-4.6 from OpenEmbedded Core)


^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2014-02-16 13:40 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-16 13:18 [Bug target/50099] New: ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust enrico.scholz at informatik dot tu-chemnitz.de
2011-08-16 14:00 ` [Bug target/50099] " mikpe at it dot uu.se
2011-08-16 20:52 ` mikpe at it dot uu.se
2011-08-17  8:16 ` rguenth at gcc dot gnu.org
2011-08-17 13:38 ` mikpe at it dot uu.se
2011-08-19 18:05 ` Greta.Yorsh at arm dot com
2011-09-04 23:57 ` michael.hope at linaro dot org
2011-09-05  0:06 ` michael.hope at linaro dot org
2011-09-06 13:12 ` bernds at gcc dot gnu.org
2011-09-06 16:38 ` ramana at gcc dot gnu.org
2011-09-30  9:43 ` ramana at gcc dot gnu.org
2012-11-28  3:22 ` ramana at gcc dot gnu.org
2013-08-05 20:26 ` ramana at gcc dot gnu.org
2014-02-16 13:17 ` jackie.rosen at hushmail dot com
2014-02-16 13:20 ` StaffLeavers at arm dot com
2014-02-16 13:23 ` StaffLeavers at arm dot com
2014-02-16 13:23 ` StaffLeavers at arm dot com
2014-02-16 13:24 ` StaffLeavers at arm dot com
2014-02-16 13:25 ` StaffLeavers at arm dot com
2014-02-16 13:25 ` StaffLeavers at arm dot com
2014-02-16 13:26 ` StaffLeavers at arm dot com
2014-02-16 13:27 ` StaffLeavers at arm dot com
2014-02-16 13:27 ` StaffLeavers at arm dot com
2014-02-16 13:28 ` StaffLeavers at arm dot com
2014-02-16 13:29 ` StaffLeavers at arm dot com
2014-02-16 13:30 ` StaffLeavers at arm dot com
2014-02-16 13:30 ` StaffLeavers at arm dot com
2014-02-16 13:31 ` StaffLeavers at arm dot com
2014-02-16 13:32 ` StaffLeavers at arm dot com
2014-02-16 13:32 ` StaffLeavers at arm dot com
2014-02-16 13:33 ` StaffLeavers at arm dot com
2014-02-16 13:34 ` StaffLeavers at arm dot com
2014-02-16 13:34 ` StaffLeavers at arm dot com
2014-02-16 13:35 ` StaffLeavers at arm dot com
2014-02-16 13:36 ` StaffLeavers at arm dot com
2014-02-16 13:36 ` StaffLeavers at arm dot com
2014-02-16 13:37 ` StaffLeavers at arm dot com
2014-02-16 13:38 ` StaffLeavers at arm dot com
2014-02-16 13:38 ` StaffLeavers at arm dot com
2014-02-16 13:39 ` StaffLeavers at arm dot com
2014-02-16 13:40 ` StaffLeavers at arm dot com
2014-02-16 13:40 ` StaffLeavers at arm dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).