[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#593456: [gcc-4.3] can reproduce the internal compiler error with g++-4.4 too



On Thu, Aug 19, 2010 at 9:58 PM, kamaraju kusumanchi
<raju.mailinglists@gmail.com> wrote:
> On Thu, Aug 19, 2010 at 2:50 AM, Matthias Klose <doko@debian.org> wrote:
>> please recheck with gcc-4.5 (experimental) and gcc-snapshot (unstable)
>>
>
> Can't upgrade to gcc-4.5 on this machine. May be someone else can help.
>
> raju
>

Ok. I installed the gcc-snapshot package inside a sid chroot on my
machine. I can reproduce this bug using the latest gcc-snapshot
package as well.

root@kusumanchi:/home/593456# /usr/lib/gcc-snapshot/bin/g++ error.cpp
error.cpp: In instantiation of 'void B<T>::f({anonymous}::A<T>) [with
int T = 1]':
error.cpp:3:17:   instantiated from here
error.cpp:4:37: internal compiler error: in import_export_decl, at
cp/decl2.c:2344
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-snapshot/README.Bugs> for instructions.

root@kusumanchi:/home/593456# /usr/lib/gcc-snapshot/bin/g++ -v
Using built-in specs.
COLLECT_GCC=/usr/lib/gcc-snapshot/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc-snapshot/libexec/gcc/i486-linux-gnu/4.6.0/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian
20100828-1' --with-bugurl=file:///usr/share/doc/gcc-snapshot/README.Bugs
--enable-languages=c,ada,c++,fortran,objc,obj-c++
--prefix=/usr/lib/gcc-snapshot --enable-shared --enable-multiarch
--enable-linker-build-id --with-system-zlib --disable-nls
--enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-plugin --enable-gold
--with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all
--with-arch-32=i586 --with-tune=generic --disable-werror
--enable-checking=yes --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.6.0 20100828 (experimental) [trunk revision 163616]
(Debian 20100828-1)



Reply to: