Mailinglist Archive: opensuse-bugs (13468 mails)
| < Previous | Next > |
[Bug 334054] New: gcc internal compiler error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 15 Oct 2007 13:10:30 -0600 (MDT)
- Message-id: <bug-334054-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=334054#c1
Summary: gcc internal compiler error
Product: openSUSE 10.2
Version: Final
Platform: All
OS/Version: openSUSE 10.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: ulrich@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
When compiling this:
# 1 "foo.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "foo.cpp"
template <int i, typename type>
class MyClass {};
template <typename type>
class MyClass<1, type> { template <int j> void function(void); };
template <typename type>
template <int j> void MyClass<1, float>::function(void) {};
int main()
{
return 0;
}
with this command:
% gcc foo foo.cpp
this happens:
foo.cpp:8: internal compiler error: in check_classfn, at cp/decl2.c:614
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.opensuse.org> for instructions.
with this system:
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
Linux localhost 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686
i686 i386 GNU/Linux
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: gcc internal compiler error
Product: openSUSE 10.2
Version: Final
Platform: All
OS/Version: openSUSE 10.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: ulrich@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
When compiling this:
# 1 "foo.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "foo.cpp"
template <int i, typename type>
class MyClass {};
template <typename type>
class MyClass<1, type> { template <int j> void function(void); };
template <typename type>
template <int j> void MyClass<1, float>::function(void) {};
int main()
{
return 0;
}
with this command:
% gcc foo foo.cpp
this happens:
foo.cpp:8: internal compiler error: in check_classfn, at cp/decl2.c:614
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.opensuse.org> for instructions.
with this system:
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --program-suffix=-4.1
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
Linux localhost 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686
i686 i386 GNU/Linux
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |