This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Fix PR2675


On Wed, May 02, 2001 at 03:06:57PM -0700, Mark Mitchell wrote:
> 
> This patch fixes a regression from GCC 2.95.x on SPARCs.  However, I'm
> not 100% sure it's correct, and I don't have a SPARC to play with at
> the moment, so I'm hoping Phil will help out again by bootstrapping
> this patch and running the testsuite.  Phil, please make sure that:
> 
>   gcc.c-torture/execute/20000910-1.c
>   gcc.c-torture/execute/20000910-2.c

The full testsuite just got started, but an initial pass for just those
tests looks good.

Phil


Test Run By pedwards on Wed May  2 21:19:46 2001
Native configuration is sparc-sun-solaris2.8

		=== gcc tests ===

Schedule of variations:
    unix

Running target unix
Running /srcdir/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O0 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O0 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O1 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O1 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O2 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O2 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -O3 -g 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -O3 -g 
PASS: gcc.c-torture/execute/20000910-1.c compilation,  -Os 
PASS: gcc.c-torture/execute/20000910-1.c execution,  -Os 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O0 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O0 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O1 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O1 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O2 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O2 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -O3 -g 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -O3 -g 
PASS: gcc.c-torture/execute/20000910-2.c compilation,  -Os 
PASS: gcc.c-torture/execute/20000910-2.c execution,  -Os 

		=== gcc Summary ===

# of expected passes		32
/buildddir/gcc/xgcc version 3.0 20010501 (prerelease)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]