public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: Bill Wendling <wendling@ncsa.uiuc.edu>
To: egcs-bugs@egcs.cygnus.com
Subject: Bug Report: Internal Compiler Error
Date: Thu, 17 Jun 1999 11:09:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.10.9906171305210.20769-101000@penfold.ncsa.uiuc.edu> (raw)

Hi,

I get an internal compiler error when issuing the following command:

/usr/bin/g++ -o FileStats -DASSERT -pipe -O -D_REENTRANT
-I../../../SDDFlibrary/Includes  ../Source/FileStats.C
../../../SDDFlibrary/Build/libPablo.a -lnsl

Here's the output of the command:

[penfold:~/pablo/Pablo/SDDF/Programs/SDDF/Build] /usr/bin/g++ -o FileStats
-DASSERT -pipe -O -D_REENTRANT   -I../../../SDDFlibrary/Includes
../Source/FileStats.C ../../../SDDFlibrary/Build/libPablo.a -lnsl -v
--save-temps
g++: Warning: -pipe ignored since -save-temps specified
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v
-I../../../SDDFlibrary/Includes -undef -D__GNUC__=2 -D__GNUG__=2
-D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386 -D__i386__
-Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix
-D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__
-Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
-DASSERT -D_REENTRANT ../Source/FileStats.C FileStats.ii
GNU CPP version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386
Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../../../SDDFlibrary/Includes
 /usr/include/g++-2
 /usr/local/include
 /usr/i386-redhat-linux/include
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1plus FileStats.ii
-quiet -dumpbase FileStats.cc -O -version -o FileStats.s
GNU C++ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
(i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux
(egcs-1.1.2 release).
../Source/FileStats.C: In function `int main(int, char **)':
../Source/FileStats.C:293: Internal compiler error.
../Source/FileStats.C:293: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
../Source/FileStats.C:293: See
<URL: http://egcs.cygnus.com/faq.html#bugreport > for details.

I've attached a gzip'ed version of the .ii file for you.

I'm using egcs version 1.1.2 installed from the RedHat rpm packages:

egcs-g77-1.1.2-12
egcs-objc-1.1.2-12
compat-egcs-g77-5.2-1.0.3a.1
compat-egcs-5.2-1.0.3a.1
compat-egcs-c++-5.2-1.0.3a.1
compat-egcs-objc-5.2-1.0.3a.1
egcs-1.1.2-12
egcs-c++-1.1.2-12

The system I'm running this on is:

Linux penfold.ncsa.uiuc.edu 2.2.9 #2 SMP Thu Jun 3 13:34:43 CDT 1999 i686
unknown

Thanks.

|| Bill Wendling			wendling@ncsa.uiuc.edu
|| Research Programmer
>From tm@netcom.com Thu Jun 17 11:34:00 1999
From: Toshiyasu Morita <tm@netcom.com>
To: egcs-bugs@egcs.cygnus.com
Subject: Compiler infinite loop
Date: Thu, 17 Jun 1999 11:34:00 -0000
Message-id: <199906171834.LAA26919@netcom11.netcom.com>
X-SW-Source: 1999-06/msg00514.html
Content-length: 553

version: egcs-current (6/17/99 ~10:30 am PST)
   host: i386-linux
 target: sh-hms
options: -O2 -m4-single-only -ml

When compiling two files from stress-1.11
( ftp://shell14.ba.best.com/pub.t/tm2/stress-1.11.tar.gz )
the compiler goes into an infinite loop:

vtkHexahedron.ii
vtkHexahedron.ii: In method `ios::~ios()':
vtkHexahedron.ii:1088: warning: `void *' is not a pointer-to-object type
...
(wait 5 mins or so)

Also, same infinite compiler loop happens when compiling layer3.i with
the same options...the compiler never finishes compiling.

Toshi
>From martin@mira.isdn.cs.tu-berlin.de Thu Jun 17 11:46:00 1999
From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
To: alexander.vinokur@telrad.co.il
Cc: egcs-bugs@egcs.cygnus.com
Subject: Re: [Fwd: echoPrnt.H: g++: Internal compiler error: program cc1plus got fatal signal 11]
Date: Thu, 17 Jun 1999 11:46:00 -0000
Message-id: <199906171840.UAA01174@mira.isdn.cs.tu-berlin.de>
References: <3768C9F0.A9223B8F@tibam.elex.co.il> <3768C9F0.A9223B8F@tibam.elex.co.il>
X-SW-Source: 1999-06/msg00515.html
Content-length: 222

> Here is a bug report.

Thanks for your bug report. gcc-2.95 19990614 compiles it fine, the
resulting program prints

AAAAA
BBBBB
CCCCC
DDDDD
111
222
HELLO
33333

So it seems that the bug has been fixed.

Regards,
Martin
>From martin@mira.isdn.cs.tu-berlin.de Thu Jun 17 11:54:00 1999
From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
To: pabrabbin@yahoo.com
Cc: egcs-bugs@egcs.cygnus.com
Subject: Re: egcs-2.91.66 bug report
Date: Thu, 17 Jun 1999 11:54:00 -0000
Message-id: <199906171851.UAA08172@mira.isdn.cs.tu-berlin.de>
References: <19990617172354.222.rocketmail@web201.mail.yahoo.com> <19990617172354.222.rocketmail@web201.mail.yahoo.com>
X-SW-Source: 1999-06/msg00516.html
Content-length: 175

>   bug.C:13: Internal compiler error 383.

Thanks for your bug report. gcc-2.95 19990614 reports

bug.cc:15: `ios' is not a namespace

so this bug is fixed.

Regards,
Martin
>From martin@mira.isdn.cs.tu-berlin.de Thu Jun 17 12:09:00 1999
From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
To: wendling@ncsa.uiuc.edu
Cc: egcs-bugs@egcs.cygnus.com
Subject: Re: Bug Report: Internal Compiler Error
Date: Thu, 17 Jun 1999 12:09:00 -0000
Message-id: <199906171853.UAA08319@mira.isdn.cs.tu-berlin.de>
References: <Pine.LNX.4.10.9906171305210.20769-101000@penfold.ncsa.uiuc.edu> <Pine.LNX.4.10.9906171305210.20769-101000@penfold.ncsa.uiuc.edu>
X-SW-Source: 1999-06/msg00517.html
Content-length: 203

> I get an internal compiler error when issuing the following command:

Thanks for your bug report. gcc-2.95 19990614 compiles this just fine,
so it appears that the bug has been fixed.

Regards,
Martin
>From d.love@dl.ac.uk Thu Jun 17 12:10:00 1999
From: Dave Love <d.love@dl.ac.uk>
To: egcs-bugs@egcs.cygnus.com
Subject: Re: mail lossage
Date: Thu, 17 Jun 1999 12:10:00 -0000
Message-id: <rzqr9nahcd5.fsf@djlvig.dl.ac.uk>
References: <2552.929468592@upchuck.cygnus.com>
X-SW-Source: 1999-06/msg00519.html
Content-length: 462

>>>>> "Jeff" == Jeffrey A Law <law@cygnus.com> writes:

 Jeff> They should bounce -- at least the first should always bounce.

I tried it @gnu and did get a bounce message, but I don't recall ever
having seen one before, for whatever reason.

 Jeff> When you bounce a message via @cygnus.com you get put into a
 Jeff> cache -- when you're in the cache you don't get bounces until
 Jeff> you're flushed out of the cache.

The cache seems like a misfeature to me.
>From martin@mira.isdn.cs.tu-berlin.de Thu Jun 17 12:10:00 1999
From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
To: egcs@cygnus.com
Cc: egcs-bugs@egcs.cygnus.com, jer@research.att.com
Subject: Re: egcs internal compiler error
Date: Thu, 17 Jun 1999 12:10:00 -0000
Message-id: <199906171858.UAA09270@mira.isdn.cs.tu-berlin.de>
References: <Pine.SGI.4.03.9906171346560.26526-101000@jimma.research.att.com> <Pine.SGI.4.03.9906171346560.26526-101000@jimma.research.att.com>
X-SW-Source: 1999-06/msg00518.html
Content-length: 318

> When compling the attached .ii file, I get an internal compiler error 
> on an SGI IRIX 6.5 platform:

Thanks for your bug report. I could not reproduce it on i586-pc-linux-gnu,
so it might be platform specific. In any case, I recommend trying the 
gcc-2.95 snapshots - they might work much better.

Regards,
Martin
>From Seapig6@aol.com Thu Jun 17 12:24:00 1999
From: Seapig6@aol.com
To: egcs-bugs@egcs.cygnus.com
Cc: kosak@cs.cmu.edu
Subject: internal compiler error while building egcs-19990616 on alpha_dux40
Date: Thu, 17 Jun 1999 12:24:00 -0000
Message-id: <bcab05e6.249aa51e@aol.com>
X-SW-Source: 1999-06/msg00520.html
Content-length: 849

[ If you need to contact me, please use the kosak@cs.cmu.edu address ]

[...]
gmake[1]: Entering directory 
`/scratch/kosak/tmp/egcs-19990616/alpha-dec-osf4.0/libiberty'
test x"no" != xyes || \ 
/scratch/kosak/tmp/egcs-19990616/gcc/xgcc 
-B/scratch/kosak/tmp/egcs-19990616/gcc/ 
-B/usr/local/share/egcs-19990616/alpha-dec-osf4.0/bin/ -c -DHAVE_CONFIG_H -g 
-O2 -I. -I./../../include   vasprintf.c -o 
pic/vasprintf.o/scratch/kosak/tmp/egcs-19990616/gcc/xgcc 
-B/scratch/kosak/tmp/egcs-19990616/gcc/ 
-B/usr/local/share/egcs-19990616/alpha-dec-osf4.0/bin/ -c -DHAVE_CONFIG_H -g 
-O2 -I. -I./../../include  vasprintf.c
xgcc: Internal compiler error: program cc1 got fatal signal 11
gmake[1]: *** [vasprintf.o] Error 1
gmake[1]: Leaving directory 
`/scratch/kosak/tmp/egcs-19990616/alpha-dec-osf4.0/libiberty'
gmake: *** [all-target-libiberty] Error 2
>From eric.thomas@ericsson.com Thu Jun 17 12:26:00 1999
From: Eric Thomas <eric.thomas@ericsson.com>
To: egcs-bugs@egcs.cygnus.com
Subject: Problem with -msoft-float on ARM4
Date: Thu, 17 Jun 1999 12:26:00 -0000
Message-id: <37694C32.559F767A@ericsson.com>
X-SW-Source: 1999-06/msg00521.html
Content-length: 1246

I'm using egcs-2.91.66 on the Netwinder ARM4 (SA-110) platform and have
verified this to also be a problem on egcs-2.95 061599 snapshot.

Here is a small test program that demonstrates part of the difficulity I
am
seeing.

--- begin example.c ---

#include <stdlib.h>

int main(int argc, char *argv[])
{
   long long ll_foo, ll_bar;
   double    d_foo;
  
   ll_foo = 56L;
   d_foo = (double)ll_foo;
   ll_bar = (long long)d_foo;   

   printf("ll_foo = %ld\n",ll_foo);
   printf("ll_bar = %ld\n",ll_bar);
}

--- end example.c ---

If I compile this using the NW's floating point emulator support, it
works correctly in that
ll_foo and ll_bar are both 56.  
# gcc example.c -o example

If I compile it to use libfloat, ll_bar is is zero.  
# gcc -msoft-float example.c -o example -lfloat

Basically the long long to double conversion generated by egcs does not
work properly
when using soft-float.  If any of the -O options are used, this test
program will
generate the proper output.  However, I have the same problem with a
larger-scale project.  
On the larger-scale project the problem exists regardless of the -O
options.  However, I 
have narrowed it down to a long long to double conversion.

Regards,
Eric Thomas
eric.thomas@ericsson.com
>From vbar@comp.cz Thu Jun 17 12:34:00 1999
From: Vaclav Barta <vbar@comp.cz>
To: Alexandre Oliva <oliva@dcc.unicamp.br>
Cc: egcs-bugs@egcs.cygnus.com
Subject: Re: can't parse qualified member names
Date: Thu, 17 Jun 1999 12:34:00 -0000
Message-id: <37693E7E.CDFDEB69@comp.cz>
References: <37687380.4EF9BE93@comp.cz> <orogifcryt.fsf@saci.lsd.dcc.unicamp.br>
X-SW-Source: 1999-06/msg00522.html
Content-length: 397

Alexandre Oliva wrote:
> 
> On Jun 17, 1999, Vaclav Barta <vbar@comp.cz> wrote:
> 
> >       int a = opt.COptions<int>::Get("a");
> 
> Try:
> 
>         int a = opt.template COptions<int>::Get("a");
I settled for
	int a = (opt.*&COptions<int>::Get)("a");
which is equally confusing, but at least legal C++. It
may be measurably less efficient, but I don't think
that matters here...

	Bye
		Vasek
>From ronis@ronispc.chem.mcgill.ca Thu Jun 17 12:52:00 1999
From: David Ronis <ronis@ronispc.chem.mcgill.ca>
To: egcs-bugs@egcs.cygnus.com
Subject: NEW testsuite failures for gcc-2.95 19990615
Date: Thu, 17 Jun 1999 12:52:00 -0000
Message-id: <199906171952.PAA09678@ronispc.chem.mcgill.ca>
X-SW-Source: 1999-06/msg00523.html
Content-length: 9031

I just finished compiling and testing today's CVS.  The unexpected
failures are listed below.  Of concern are the
gcc.c-torture/execute/loop-2b.c tests.  The test is trivial,
represents relatively common code, and passes under egcs-1.1.2.

David

Test Run By ronis on Thu Jun 17 14:05:52 1999
Native configuration is i586-pc-linux-gnulibc1

		=== gcc tests ===

Schedule of variations:
    unix

Running target unix
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/code_quality/code_quality.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
FAIL: gcc.c-torture/execute/loop-2b.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2b.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2b.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/loop-2b.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2b.c execution,  -O3 -g 
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -Os 
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/noncompile/noncompile.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/special/special.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/990119-1.c execution test
FAIL: gcc.dg/cast-qual-1.c discarding `const' warning (test for bogus messages, line 11)
FAIL: gcc.dg/cast-qual-1.c discarding `const' warning (test for warnings, line 17)
FAIL: gcc.dg/compare1.c (test for excess errors)
Running /home/ronis/project/egcs/gcc/testsuite/gcc.dg/special/ecos.exp ...
FAIL: gcc.dg/special/weak-1.c execution test
Running /home/ronis/project/egcs/gcc/testsuite/gcc.failure/failure.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/msgs.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/optbench.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/gcc.misc-tests/sort2.exp ...

		=== gcc Summary ===

# of expected passes		8134
# of unexpected failures	17
# of expected failures		31
# of unsupported tests		13
/home/ronis/project/objdir/gcc/xgcc version gcc-2.95 19990615 (prerelease)


Test Run By ronis on Thu Jun 17 14:55:59 1999
Native configuration is i586-pc-linux-gnulibc1

		=== g++ tests ===

Schedule of variations:
    unix

Running target unix
Running /home/ronis/project/egcs/gcc/testsuite/g++.dg/special/ecos.exp ...
FAIL: g++.dg/special/conpr-1.C execution test
FAIL: g++.dg/special/conpr-2.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
Running /home/ronis/project/egcs/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.brendan/eh1.C  Execution test
FAIL: g++.eh/cleanup1.C  Execution test
FAIL: g++.eh/flow1.C  Execution test
FAIL: g++.eh/new1.C  Execution test
FAIL: g++.eh/new2.C  Execution test
FAIL: g++.eh/pdel1.C  Execution test
FAIL: g++.eh/pdel2.C  Execution test
FAIL: g++.eh/ptr1.C  Execution test
FAIL: g++.eh/rethrow1.C  Execution test
FAIL: g++.eh/rethrow2.C  Execution test
FAIL: g++.eh/rethrow3.C  Execution test
FAIL: g++.eh/rethrow4.C  Execution test
FAIL: g++.eh/rethrow5.C  Execution test
FAIL: g++.eh/spec1.C  Execution test
FAIL: g++.eh/spec2.C  Execution test
FAIL: g++.eh/spec3.C  Execution test
FAIL: g++.eh/spec4.C  Execution test
FAIL: g++.eh/tmpl1.C  Execution test
FAIL: g++.eh/unwind1.C  Execution test
FAIL: g++.law/profile1.C (test for excess errors)
FAIL: g++.law/weak.C (test for excess errors)
FAIL: g++.martin/new1.C  Execution test
FAIL: g++.mike/dyncast1.C  Execution test
FAIL: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/eh10.C  Execution test
FAIL: g++.mike/eh12.C  Execution test
FAIL: g++.mike/eh14.C  Execution test
FAIL: g++.mike/eh16.C  Execution test
FAIL: g++.mike/eh17.C  Execution test
FAIL: g++.mike/eh18.C  Execution test
FAIL: g++.mike/eh2.C  Execution test
FAIL: g++.mike/eh21.C  Execution test
FAIL: g++.mike/eh23.C  Execution test
FAIL: g++.mike/eh24.C  Execution test
FAIL: g++.mike/eh25.C  Execution test
FAIL: g++.mike/eh26.C  Execution test
FAIL: g++.mike/eh27.C  Execution test
FAIL: g++.mike/eh28.C  Execution test
FAIL: g++.mike/eh29.C  Execution test
FAIL: g++.mike/eh3.C  Execution test
FAIL: g++.mike/eh31.C  Execution test
FAIL: g++.mike/eh33.C  Execution test
FAIL: g++.mike/eh34.C  Execution test
FAIL: g++.mike/eh35.C  Execution test
FAIL: g++.mike/eh36.C  Execution test
FAIL: g++.mike/eh37.C  Execution test
FAIL: g++.mike/eh38.C  Execution test
FAIL: g++.mike/eh39.C  Execution test
FAIL: g++.mike/eh40.C  Execution test
FAIL: g++.mike/eh41.C  Execution test
FAIL: g++.mike/eh42.C  Execution test
FAIL: g++.mike/eh44.C  Execution test
FAIL: g++.mike/eh47.C  Execution test
FAIL: g++.mike/eh48.C  Execution test
FAIL: g++.mike/eh49.C  Execution test
FAIL: g++.mike/eh5.C  Execution test
FAIL: g++.mike/eh50.C  Execution test
FAIL: g++.mike/eh51.C  Execution test
FAIL: g++.mike/eh55.C  Execution test
FAIL: g++.mike/eh6.C  Execution test
FAIL: g++.mike/eh8.C  Execution test
FAIL: g++.mike/p7912.C  Execution test
FAIL: g++.mike/p9706.C  Execution test
FAIL: g++.other/array1.C  Execution test
FAIL: g++.other/init7.C  Execution test
FAIL: g++.other/singleton.C  Execution test
FAIL: g++.robertl/eb31.C  Execution test
FAIL: g++.robertl/eb50.C  Execution test
FAIL: g++.robertl/eb66.C  Execution test
FAIL: g++.robertl/eb88.C  Execution test

		=== g++ Summary ===

# of expected passes		5106
# of unexpected failures	74
# of expected failures		81
# of untested testcases		7
/home/ronis/project/objdir/gcc/testsuite/../xgcc version gcc-2.95 19990615 (prerelease)


Test Run By ronis on Thu Jun 17 15:27:18 1999
Native configuration is i586-pc-linux-gnulibc1

		=== g77 tests ===

Schedule of variations:
    unix

Running target unix
Running /home/ronis/project/egcs/gcc/testsuite/g77.f-torture/compile/compile.exp ...
FAIL: g77.f-torture/compile/19990502-0.f,  -O2  
FAIL: g77.f-torture/compile/19990502-0.f,  -O2 -fomit-frame-pointer -finline-functions  
FAIL: g77.f-torture/compile/19990502-0.f,  -Os  
Running /home/ronis/project/egcs/gcc/testsuite/g77.f-torture/execute/execute.exp ...
Running /home/ronis/project/egcs/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp ...

		=== g77 Summary ===

# of expected passes		599
# of unexpected failures	3
/home/ronis/project/objdir/gcc/g77 g77 version gcc-2.95 19990615 (prerelease) (from FSF-g77 version 0.5.25 19990526 (prerelease))

Test Run By ronis on Thu Jun 17 15:33:39 1999
Native configuration is i586-pc-linux-gnulibc1

		=== objc tests ===

Schedule of variations:
    unix

Running target unix
Running /home/ronis/project/egcs/gcc/testsuite/objc/execute/execute.exp ...
FAIL: objc/execute/bf-1.m execution,  -O 
FAIL: objc/execute/bf-10.m execution,  -O 
FAIL: objc/execute/bf-11.m execution,  -O 
FAIL: objc/execute/bf-12.m execution,  -O 
FAIL: objc/execute/bf-13.m execution,  -O 
FAIL: objc/execute/bf-14.m execution,  -O 
FAIL: objc/execute/bf-15.m execution,  -O 
FAIL: objc/execute/bf-16.m execution,  -O 
FAIL: objc/execute/bf-17.m execution,  -O 
FAIL: objc/execute/bf-18.m execution,  -O 
FAIL: objc/execute/bf-19.m execution,  -O 
FAIL: objc/execute/bf-2.m execution,  -O 
FAIL: objc/execute/bf-3.m execution,  -O 
FAIL: objc/execute/bf-4.m execution,  -O 
FAIL: objc/execute/bf-5.m execution,  -O 
FAIL: objc/execute/bf-6.m execution,  -O 
FAIL: objc/execute/bf-7.m execution,  -O 
FAIL: objc/execute/bf-8.m execution,  -O 
FAIL: objc/execute/bf-9.m execution,  -O 

		=== objc Summary ===

# of expected passes		19
# of unexpected failures	19
/home/ronis/project/objdir/gcc/xgcc version gcc-2.95 19990615 (prerelease)



             reply	other threads:[~1999-06-17 11:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-17 11:09 Bill Wendling [this message]
1999-06-30 23:07 ` Martin v. Loewis
  -- strict thread matches above, loose matches on Subject: below --
2006-11-03 15:05 BUG report : Internal compiler error R.J.Sivakumar
2001-06-13 19:05 bug report: " Rob Kaper
2000-09-14  1:16 BUG REPORT: Internal Compiler error Thomas Hendel
     [not found] <Pine.HPX.4.21.0004272125500.1168-101000@verdande.diku.dk>
2000-04-27 13:33 ` bug report: Internal compiler error Martin v. Loewis
1999-10-31 23:03 BUG REPORT: internal " Steve Madsen
1999-10-08  4:23 ` Gerald Pfeifer
1999-05-31 21:06 Bug report: " Sascha Schumann
1998-08-22  1:58 Bug Report: Internal Compiler Error Ramon Fernandez
1998-08-22  8:54 ` Martin von Loewis
1998-07-10  5:31 Bug report: internal compiler error C. van Reeuwijk
1998-07-11  7:27 ` Martin von Loewis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.10.9906171305210.20769-101000@penfold.ncsa.uiuc.edu \
    --to=wendling@ncsa.uiuc.edu \
    --cc=egcs-bugs@egcs.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).