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 PR2162


On Wed, May 02, 2001 at 07:13:48PM -0700, Mark Mitchell wrote:
> 
> The problem is that loop-8.c failed with -O3 -fPIC on the SPARC.

The other testsuite finished okay.  Wiped the build, applied this patch,
left the other patch in, bootstrapped overnight.  The full test results
will be mailed to the results list when they get finished, but loop-8.c
is looking good.


Test Run By pedwards on Thu May  3 10:14:27 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/loop-8.c compilation,  -O0 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O0 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O1 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O1 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O2 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O2 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O3 -fomit-frame-pointer 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O3 -fomit-frame-pointer -funroll-loops 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -O3 -g 
PASS: gcc.c-torture/execute/loop-8.c execution,  -O3 -g 
PASS: gcc.c-torture/execute/loop-8.c compilation,  -Os 
PASS: gcc.c-torture/execute/loop-8.c execution,  -Os 

		=== gcc Summary ===

# of expected passes		16
/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]