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

Oleg Endo <olegendo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olegendo at gcc dot gnu.org

--- Comment #12 from Oleg Endo <olegendo at gcc dot gnu.org> 2012-03-25 
12:46:01 UTC ---
(In reply to comment #11)
> Tested ok, so committed to 4.5/4.6, fixed, closed.

I've noticed that on trunk rev 185768 the pr51106-2.c test case fails for the
SH target with:

sh_tmp.cpp: In function 'bar':
sh_tmp.cpp:163:3: warning: asm operand 0 probably doesn't match constraints
[enabled by default]
sh_tmp.cpp:163:3: error: impossible constraint in 'asm'
sh_tmp.cpp:167:1: internal compiler error: in purge_dead_edges, at
cfgrtl.c:2462


Using built-in specs.
COLLECT_GCC=sh-elf-gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/sh-elf/4.8.0/lto-wrapper
Target: sh-elf
Configured with: ../gcc-trunk/configure --target=sh-elf --prefix=/usr/local
--enable-languages=c,c++ --enable-multilib --disable-libssp --disable-nls
--disable-werror --enable-lto --with-newlib --with-gnu-as --with-gnu-ld
--with-system-zlib
Thread model: single
gcc version 4.8.0 20120324 (experimental) (GCC)

Reply via email to