C++ gcc-2.95.2 i686-pc-linux-gnu-gcc ICE

David Evers dme@uk.research.att.com
Tue Nov 30 23:39:00 GMT 1999


I don't know what's wrong with the URL (though I agree there's
something wrong!).

However, the .ii file there isn't needed any more.  I later
found and reported a much smaller test case.  I'll include
it again here.

Thanks,

--- Dave




-- snip --

namespace Bar {
    namespace Baz {
       class Qux {
       public:
           int i;
       };
    }
}

class Foo : public virtual Bar::Baz:Qux
{
public:
    Foo() {}
    virtual ~Foo() {}
};

-- snip --

raspberry:src>
/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/bin/g++ -v
 ./gcc2952bug.cc
Reading specs from
/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gc
c-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gcc-lib/i686-pc-linu
x-gnu/2.95.2/cpp -lang-c++ -v -D__GNUC__=2 -D__GNUG__=2
-D__GNUC_MINOR__=95 -D__
cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__
-D__i386__ -D
__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -Acpu(i386)
-Amachin
e(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686
-D__i686__ -D__p
entiumpro -D__pentiumpro__ ./gcc2952bug.cc /tmp/cc8k1fkz.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:

/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gcc-lib/i686-pc-linu
x-gnu/2.95.2/../../../../include/g++-3
 /usr/local/include

/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gcc-lib/i686-pc-linu
x-gnu/2.95.2/../../../../i686-pc-linux-gnu/include

/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gcc-lib/i686-pc-linu
x-gnu/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
End of omitted list.

/local/dme/pkg/install/gcc-2.95.2/i586_linux_2.2_glibc/lib/gcc-lib/i686-pc-linu
x-gnu/2.95.2/cc1plus /tmp/cc8k1fkz.ii -quiet -dumpbase gcc2952bug.cc
-version -o
 /tmp/cc8CdfC4.s
GNU C++ version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled
by GNU C 
version 2.95.2 19991024 (release).
./gcc2952bug.cc:11: Internal compiler error.
./gcc2952bug.cc:11: Please submit a full bug report.
./gcc2952bug.cc:11: See
<URL: http://www.gnu.org/software/gcc/faq.html#bugreport >
 for instructions.







"Martin v. Loewis" wrote:
> 
> >   ftp://uk.research.att.com/pub/outgoing/spwatchtest.ii.bz2
> 
> Thanks for your bug report. Is there something wrong with this URL?
> I get "unknown host"...
> 
> Regards,
> Martin



More information about the Gcc-bugs mailing list