public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/6439: c++ fails with ICE in instantiate_virtual_regs_1, at function.c:3947
@ 2002-04-24 9:56 pthomas
0 siblings, 0 replies; 2+ messages in thread
From: pthomas @ 2002-04-24 9:56 UTC (permalink / raw)
To: gcc-gnats; +Cc: aj, mark
>Number: 6439
>Category: c++
>Synopsis: c++ fails with ICE in instantiate_virtual_regs_1, at function.c:3947
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Apr 24 09:56:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Philipp Thomas, SuSE Linux Ag
>Release: 3.1 20020415
>Organization:
>Environment:
i486-suse-linux-gnu
>Description:
gcc fails with ICE when compiling the attached code:
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --libdir=/usr/lib --enable-checking i486-suse-linux
Thread model: posix
gcc version 3.1 20020415 (prerelease)
/usr/lib/gcc-lib/i486-suse-linux/3.1/cc1plus -v -D__GNUC__=3 -D__GNUC_MINOR__=1 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux -D__ELF__ -D__unix__ -D__gnu_linux__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i486__ b.cc -D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -D__GXX_ABI_VERSION=100 -quiet -dumpbase b.cc -version -o /tmp/ccU4tsN9.s
GNU CPP version 3.1 20020415 (prerelease) (cpplib) (i386 Linux/ELF)
GNU C++ version 3.1 20020415 (prerelease) (i486-suse-linux)
compiled by GNU C version 3.1 20020415 (prerelease).
#include "..." search starts here:
#include <...> search starts here:
/usr/include/g++
/usr/include/g++/i486-suse-linux
/usr/include/g++/backward
/usr/local/include
/usr/lib/gcc-lib/i486-suse-linux/3.1/include
/usr/i486-suse-linux/include
/usr/include
End of search list.
b.cc: In function `void foo()':
b.cc:8: Internal compiler error in instantiate_virtual_regs_1, at function.c: 3947
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="bug2.cc"
Content-Disposition: inline; filename="bug2.cc"
#define DMAX(a,b) ({double _a = (a), _b = (b); _a > _b ? _a : _b; })
void foo(void)
{
double xl, dy;
xl = DMAX(dy, 0.0);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: c++/6439: c++ fails with ICE in instantiate_virtual_regs_1, at function.c:3947
@ 2002-04-24 15:34 mmitchel
0 siblings, 0 replies; 2+ messages in thread
From: mmitchel @ 2002-04-24 15:34 UTC (permalink / raw)
To: aj, gcc-bugs, gcc-prs, mark, nobody, pthomas
Synopsis: c++ fails with ICE in instantiate_virtual_regs_1, at function.c:3947
State-Changed-From-To: open->closed
State-Changed-By: mmitchel
State-Changed-When: Wed Apr 24 15:34:26 2002
State-Changed-Why:
Duplicate of 6438. Patch in progress.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6439
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-24 22:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-24 9:56 c++/6439: c++ fails with ICE in instantiate_virtual_regs_1, at function.c:3947 pthomas
2002-04-24 15:34 mmitchel
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).