This is the mail archive of the gcc-testresults@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]
Other format: [Raw text]

Results for 3.4.3 gcc testsuite on avr-unknown-none


Test report for "avr-elf-none"

Hi,

this will, to my best knowledge, be the first gcc test report for the
avr-elf-none platform. Since presently head 4.0 is completely broken for
the avr-target, possibly due to some recent change within reload.c,
I have started with testing the present release 3.4.3.

Tests were run using the simulavr simulator and avr-gdb 6.0 for the
atmega128 (enhanced avr instruction set).
Code was linked with avr-libc 1.0.4 (newlib is not used for avr-targets).

The test suite has, so-far, not been adapted to this target platform.
One should, therefore, expect failures for various tests that do not
apply.

Analyzing all the reported failures I recognize 3 main origins:

1.) Real compiler bugs that have --so far-- not been identified.
    - One bug is present only when compiling with -O3.
      It appears to be related to register allocation.
    - A second failure exhibits a bug concerning shift operations of
      type "x >> a" with a being a negative integer.
    - Some cases that need to be analyzed in more detail. May belong
      to 3.)
2.) A number of bugs due to the fact, that the fp-emulation of avr-libc is
 not fully IEEE-compliant (for performance reasons).
3.) *Many many* failure reports due to the fact, that the test cases use
    features that are not available and/or not useful for avr-elf.
    These sould probably not be considered to be bugs of the compiler
    but bugs of the present testsuite configuration.

The vast majority of the reported failures belongs to category 3.) .

You will find enclosed a preliminary analysis of all the reported failures
ordered by directory. Afterwards you will find the usual report summary.

In order to make the test report useful, I am willing to incorporate the
required changes in the test suite for suppressing "failures" that in fact
are no failures.
Before I start with adapting the .x files and the magic dg comments for the
test cases that do not apply, I'd like to ask for a recommendation:

Do you prefer one single patch containing all the changes for all the
directories or should I really prepare one single patch for each
individual file?
Is there kind of a document that contains a list of available magic comments
or will it be necessary to reread all the expect scripts?
Where should I post patches for the test suite?
Should I expect to find big differences between the 3.4.3 test suite and the
head 4.0 version that I presently cannot check due to the broken build?

Yours,

Björn


Preliminary analysis of first test-suite run.

gcc.c-torture/compile

20000112-1
      test case that uses long double
      does not compile with -O3.
      Seems to be a real compiler bug
20010226-1
      failure origin:
      Pointer to nested function passed to external function.
      Trampolines not supported on avr.
      Test should be disabled in .x file.
20010327-1
      Strange test that extends a constant pointer to long long, makes some
      computations with constant values and tries
      to use it as an assembly-time constant for initializing a variable.
      IMHO test is artificial for avr targets.
      I suggest to disable it for avr in a .x file
20010605-1
      Seems to be a real bug related to nested functions. Seems that
      the compiler tries to use trampolines that are not supported on the
      harward-architecture of avr.
20020604-1
      Fails since it uses a static array with more than 8k Ram
      Should be disabled for avr in .x file.
20020710-1
      Seems to be a real bug. Shifts with negative arguments seem
      to fail always.
      Negative instruction length is reported.
20021119-1
      Real bug.
      Negative instruction length is reported when shifting with large
      negative values. Only fails with -O0 (!).
20021123-4
      Real bug.
      Negative instruction length is reported when shifting with large
      negative values. Only fails with -O0 (!).
20030224-1
      Real bug in emit_move_insn.
20040130-1
      Test case assumes short to be > 8 Bit.
      Test should be disabled in .x file
900116-1
      Real bug. Shows up only with -O3.
920626-1
      Again the same bug:
      x >> a with negative shift count a yields negative instruction length.
920702-1
      Again the same bug: negative shift count.
930621-1
      Uses a large data array. Compilation fails only with -O3.
      Seems to be the same origin as for test case 900116-1
961203-1
      Uses an array that is too big to fit into memory.
      Test should be disabled by dg magic comment.
980506-1
      Test case uses an array that is too big. Test should be disabled by
      dg magic comment.

execute

20010122-1 execution
    execution works only with -O0 !!!  Should be investigated. Proabably
    a real bug.
20020720-1 compilation
     test for fabs() optimization. Fails also for other embedded targets.
     avr should be excluded in existing .x file.
20040331-1 compilation
     test case assumes int to be 32 bit.
     Suggestion:
     Test case should be changed to
     work also with targets where int is defined to be 16 bit.
920501-8   execution
     Test case contains sprintf and is also not supported by m6811.
     I suggest to exclude avr for this test in the .x file.
930513-1   execution
     Test case uses sprintf
     Suggestion: .exclude in .x file like m68HC11930513-1   execution
930608-1   compilation
     Real compiler bug: Compilation fails with -O3
     Again probably related to testcase gcc.c-torture/compile/990116-1.
960405-1   execution
     Test case using long doubles with values beyond the range of long
 doubles for the avr target since it uses the SF representation also for long
 doubles.
     Test case seems to target old CRAY problems and should
      probably be disabled for avr targets.
builtin-bitops-1 compilation
     Test case requires assert.h that is not available in avr-libc
ffs-1      compilation
     builtin function ffs does not exist.
ffs-2      compilation
     builtin function ffs does not exist.
multi-ix   compilation
     compilation with -O0 fails (seems to use the symbol bzero that
     is defined nowhere).
     compilation and execution with other optimizer options work (!).
     Probably a real bug.
va-arg-21 compilation
     test case uses function vprintf that is not available on avr.

ieee/920810-1 execution
     test case uses sprintf in an unsupported way.
     Test should be disabled on avr targets
ieee/fp-cmp-1 compilation
     Test case uses signal.h (probably for catching fp exceptions.
     Test case should be disabled for avr targets.
ieee/fp-cmp-2 compilation
     Test case uses signal.h that is not available for avr.
ieee/fp-cmp-3 compilation
     Test case uses signal.h.
ieee/fp-cmp-8 execution
     Execution fails. Possibly because avr-sf is not fully IEEE compliant or
     because double is of SF type? Failure should be investigated.
     Possibly a real bug in the FP code.
ieee/hugeval  execution
     Possibly fails because avr is not fully IEEE compliant.
     Should be investigated.
ieee/inf-1    execution
     Execution fails with -O0 and -O1.
     Failure should be investigated. Maybe that the execution is
     too slow in the simulator. Could, however, also be a real bug!
ieee/inf-2    execution
     Failure should be investigated. Possibly a problem due to absence
     of full IEEE compliance.
ieee/mzero2   execution
     Failure should be investigated. Possibly a problem due to absence of
     full IEEE compliance.

gcc.dg/compat
     Several failures of which I cannot judge the justification at the
     moment. Probably we should disable the entire subdirectory for
     the avr targets since we, anyway, there is nothing like a
     standard ABI for avr and we do not have any binary compatibility
     with the other c-compilers.

gcc.dg/cpp

if-2 CPP failure
     Test case assumes int to be 32 bit which is not true for avr.
     This should be considered within magic comments if possible.


gcc.dg/debug
      For avr all the tests within this directory should be run
      only with -g since to my best knowledge there is only one debug
      format (fstabs) available for avr.


gcc.dg

20040625-1 excess error
     Test case assumes int to be 32 bit.
     This should be considered within magic comments if possible.
Wpadded
     Test case assumes that there should be a warning due to alignment
     of struct component. Since there is no padding present for the avr
 target, this warning correctly is not generated.
     This should be considered within magic comments if posible.
array-quals-1
     This test case looks for a read-only section. The read-only section
     for avr, however, has a different name (i.e. not .ro).
     This should be considered
     within the magic comments.
bitfld-3
     Test case tests alignment and is, thus, not relevant for avr.
     Test should be disabled by magic comments.
builtin-return-1
     Don't know whether to consider this to be a bug or not.
     The builtin-return feature seems not to be available on avr.?
builtins-18
     Test case uses complex objects that are not available on avr.
     Test case should probably be disabled by magic comments.
builtins-20
     The tested builtin functions do not exist for avr targets.
     Test case should be disabled by magic comments.
const-elim-1
     Test also is xfail for arm-*-*, etc.
     avr also should be marked as xfail.
ftrapv-1
     avr does not support overflow-trapping.
     avr targets should be excluded by magic comments.
i386-sse-8
     should be excluded for *all* NON-i386 targets.
loop-3
     should be excluded for *all* NON-i386 targets.
section1
     section names are different for avr targets
     Test should be disabled by magic comment.
trampoline-1
     trampoline-1 should check whether NO_TRAMPOLINES is defined.
typeof-1
     Don't know whether to consider this as failure.
     We probably should exclude it from avr testing since alias definitions
     are not supported by avr.
ultrasp4
     Test should be disabled for all targets except ultrasp4.
wchar_t-1
     wchar.h is not available for avr. Test should be excluded.
wint_t-1
     wchar.h is not available for avr. Test should be excluded.
wtr-conversion-1
     The required warnings *are* issued also for avr, but they are a bit
     different since float and double are the same for avr targets.
     Magic comments should be adapted.


gcc.dg/torture/

builtin-explog-1
     Constant promotion for exp and log for avr floating point seem
     not to work. A missing compiler feature.
nested-fn-1
     Seems to use trampolines that are not supported by avr.
     Test should be disabled for avr.

gcc.dg/pch
     Since there is no profiling we should skip the entire directory.
     If I have seen correctly, there is a possibility to do this
     within the gcc/testsuite/lib/ scripts.

gcc.dg/weak

typeof-2
     seems to use __asm statements for changing the name of functions.
     We already had a similar test in gcc.dg that failed as well.
     In my opinion this is rather a missing feature than a bug.
     Test should be disabled for avr.
weak-3
     There are no alias definitions for avr.
     Test should be disabled for avr.
weak-5
     There are no alias definitions for avr. Test should be disabled.
weak-9
     There are no alias definitions for avr. Test should be disabled.


END OF HANDWRITTEN COMMENT


LAST_UPDATED:
Target is avr-unknown-none
Host   is i686-pc-linux-gnu

		=== gcc tests ===


Running target atmega128-sim
FAIL: gcc.c-torture/compile/20001212-1.c  -O3 -fomit-frame-pointer  (test for
 excess errors) FAIL: gcc.c-torture/compile/20001212-1.c  -O3 -g  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010226-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010226-1.c  -O1  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010226-1.c  -O2  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010226-1.c  -O3
 -fomit-frame-pointer  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010226-1.c  -O3 -g  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010226-1.c  -Os  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010327-1.c  -O0  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010327-1.c  -O1  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010327-1.c  -O2  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010327-1.c  -O3 -fomit-frame-pointer  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010327-1.c  -O3 -g  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010327-1.c  -Os  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010605-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010605-1.c  -O1  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010605-1.c  -O2  (test for
 excess errors) FAIL: gcc.c-torture/compile/20010605-1.c  -O3
 -fomit-frame-pointer  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010605-1.c  -O3 -g  (test for excess errors) FAIL:
 gcc.c-torture/compile/20010605-1.c  -Os  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O0  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O1  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O2  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer  (test for
 excess errors) FAIL: gcc.c-torture/compile/20020604-1.c  -O3
 -fomit-frame-pointer -funroll-loops  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -O3 -g  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020604-1.c  -Os  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020710-1.c  -O0  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020710-1.c  -O1  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020710-1.c  -O2  (test for excess errors) FAIL:
 gcc.c-torture/compile/20020710-1.c  -O3 -fomit-frame-pointer  (test for
 excess errors) FAIL: gcc.c-torture/compile/20020710-1.c  -O3 -g  (test for
 excess errors) FAIL: gcc.c-torture/compile/20020710-1.c  -Os  (test for
 excess errors) FAIL: gcc.c-torture/compile/20021119-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/20021123-4.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O1  (test for
 excess errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O2  (test for
 excess errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O3
 -fomit-frame-pointer  (test for excess errors) FAIL:
 gcc.c-torture/compile/20030224-1.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess
 errors) FAIL: gcc.c-torture/compile/20030224-1.c  -O3 -g  (test for excess
 errors) FAIL: gcc.c-torture/compile/20030224-1.c  -Os  (test for excess
 errors) FAIL: gcc.c-torture/compile/20040130-1.c  -O0  (test for excess
 errors) FAIL: gcc.c-torture/compile/20040130-1.c  -O1  (test for excess
 errors) FAIL: gcc.c-torture/compile/20040130-1.c  -O2  (test for excess
 errors) FAIL: gcc.c-torture/compile/20040130-1.c  -O3 -fomit-frame-pointer 
 (test for excess errors) FAIL: gcc.c-torture/compile/20040130-1.c  -O3 -g 
 (test for excess errors) FAIL: gcc.c-torture/compile/20040130-1.c  -Os 
 (test for excess errors) FAIL: gcc.c-torture/compile/900116-1.c  -O3
 -fomit-frame-pointer  (test for excess errors) FAIL:
 gcc.c-torture/compile/900116-1.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors) FAIL: gcc.c-torture/compile/900116-1.c  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess
 errors) FAIL: gcc.c-torture/compile/900116-1.c  -O3 -g  (test for excess
 errors) FAIL: gcc.c-torture/compile/920626-1.c  -O0  (test for excess
 errors) FAIL: gcc.c-torture/compile/920626-1.c  -O1  (test for excess
 errors) FAIL: gcc.c-torture/compile/920626-1.c  -O2  (test for excess
 errors) FAIL: gcc.c-torture/compile/920626-1.c  -O3 -fomit-frame-pointer 
 (test for excess errors) FAIL: gcc.c-torture/compile/920626-1.c  -O3 -g 
 (test for excess errors) FAIL: gcc.c-torture/compile/920626-1.c  -Os  (test
 for excess errors) FAIL: gcc.c-torture/compile/920702-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/930621-1.c  -O3
 -fomit-frame-pointer  (test for excess errors) FAIL:
 gcc.c-torture/compile/930621-1.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors) FAIL: gcc.c-torture/compile/930621-1.c  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess
 errors) FAIL: gcc.c-torture/compile/930621-1.c  -O3 -g  (test for excess
 errors) FAIL: gcc.c-torture/compile/961203-1.c  -O0  (test for excess
 errors) FAIL: gcc.c-torture/compile/961203-1.c  -O1  (test for excess
 errors) FAIL: gcc.c-torture/compile/961203-1.c  -O2  (test for excess
 errors) FAIL: gcc.c-torture/compile/961203-1.c  -O3 -fomit-frame-pointer 
 (test for excess errors) FAIL: gcc.c-torture/compile/961203-1.c  -O3 -g 
 (test for excess errors) FAIL: gcc.c-torture/compile/961203-1.c  -Os  (test
 for excess errors) FAIL: gcc.c-torture/compile/980506-1.c  -O0  (test for
 excess errors) FAIL: gcc.c-torture/compile/980506-1.c  -O1  (test for excess
 errors) FAIL: gcc.c-torture/compile/980506-1.c  -O2  (test for excess
 errors) FAIL: gcc.c-torture/compile/980506-1.c  -O3 -fomit-frame-pointer 
 (test for excess errors) FAIL: gcc.c-torture/compile/980506-1.c  -O3
 -fomit-frame-pointer -funroll-loops  (test for excess errors) FAIL:
 gcc.c-torture/compile/980506-1.c  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions  (test for excess errors) FAIL:
 gcc.c-torture/compile/980506-1.c  -O3 -g  (test for excess errors) FAIL:
 gcc.c-torture/compile/980506-1.c  -Os  (test for excess errors) FAIL:
 gcc.c-torture/execute/20010122-1.c execution,  -O1
FAIL: gcc.c-torture/execute/20010122-1.c execution,  -O2
FAIL: gcc.c-torture/execute/20010122-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20010122-1.c execution,  -Os
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O1
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O2
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/20020720-1.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/20020720-1.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -Os
FAIL: gcc.c-torture/execute/20040331-1.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution,  -O0
FAIL: gcc.c-torture/execute/20040331-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution,  -O1
FAIL: gcc.c-torture/execute/20040331-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution,  -O2
FAIL: gcc.c-torture/execute/20040331-1.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/20040331-1.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/20040331-1.c compilation,  -O3 -fomit-frame-pointer
 -funroll-loops UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution, 
 -O3 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/20040331-1.c compilation,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/20040331-1.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/20040331-1.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/20040331-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/20040331-1.c execution,  -Os
FAIL: gcc.c-torture/execute/920501-8.c execution,  -O0
FAIL: gcc.c-torture/execute/920501-8.c execution,  -O1
FAIL: gcc.c-torture/execute/920501-8.c execution,  -O2
FAIL: gcc.c-torture/execute/920501-8.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/920501-8.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/920501-8.c execution,  -Os
FAIL: gcc.c-torture/execute/930513-1.c execution,  -O0
FAIL: gcc.c-torture/execute/930513-1.c execution,  -O1
FAIL: gcc.c-torture/execute/930513-1.c execution,  -O2
FAIL: gcc.c-torture/execute/930513-1.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/930513-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/930513-1.c execution,  -Os
FAIL: gcc.c-torture/execute/930608-1.c compilation,  -O3 -fomit-frame-pointer
UNRESOLVED: gcc.c-torture/execute/930608-1.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/930608-1.c compilation, 
 -O3 -g
UNRESOLVED: gcc.c-torture/execute/930608-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/960405-1.c execution,  -O0
FAIL: gcc.c-torture/execute/960405-1.c execution,  -O1
FAIL: gcc.c-torture/execute/960405-1.c execution,  -O2
FAIL: gcc.c-torture/execute/960405-1.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/960405-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/960405-1.c execution,  -Os
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O0
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O1
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O2
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3
 -fomit-frame-pointer -funroll-loops UNRESOLVED:
 gcc.c-torture/execute/builtin-bitops-1.c execution,  -O3
 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/builtin-bitops-1.c execution,  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/builtin-bitops-1.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/builtin-bitops-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/builtin-bitops-1.c execution,  -Os
FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -O0
FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -O1
FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -O2
FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -O3 -fomit-frame-pointer
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -O3
 -g
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ffs-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/ffs-1.c execution,  -Os
FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -O0
FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -O1
FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -O2
FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O3 -fomit-frame-pointer
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O3
 -fomit-frame-pointer -funroll-loops UNRESOLVED:
 gcc.c-torture/execute/ffs-2.c execution,  -O3 -fomit-frame-pointer
 -funroll-loops FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/ffs-2.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ffs-2.c
 compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ffs-2.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/ffs-2.c execution,  -Os
FAIL: gcc.c-torture/execute/multi-ix.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/multi-ix.c execution,  -O0
FAIL: gcc.c-torture/execute/string-opt-11.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/string-opt-11.c execution,  -O0
FAIL: gcc.c-torture/execute/string-opt-12.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/string-opt-12.c execution,  -O0
FAIL: gcc.c-torture/execute/string-opt-2.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/string-opt-2.c execution,  -O0
FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/va-arg-21.c execution,  -O0
FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/va-arg-21.c execution,  -O1
FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/va-arg-21.c execution,  -O2
FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/va-arg-21.c
 execution,  -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/va-arg-21.c
 compilation,  -O3 -fomit-frame-pointer -funroll-loops UNRESOLVED:
 gcc.c-torture/execute/va-arg-21.c execution,  -O3 -fomit-frame-pointer
 -funroll-loops FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -O3
 -fomit-frame-pointer -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/va-arg-21.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/va-arg-21.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/va-arg-21.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/va-arg-21.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/va-arg-21.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/920810-1.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/920810-1.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/920810-1.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/920810-1.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/920810-1.c execution, 
 -O3 -g
FAIL: gcc.c-torture/execute/ieee/920810-1.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O3 -fomit-frame-pointer
 -funroll-loops UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, 
 -O3 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O3 -fomit-frame-pointer
 -funroll-loops UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, 
 -O3 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O0
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O1
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O2
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O3
 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c
 execution,  -O3 -fomit-frame-pointer FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O3 -fomit-frame-pointer
 -funroll-loops UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, 
 -O3 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions UNRESOLVED:
 gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -O3 -g
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution, 
 -O3 -fomit-frame-pointer -funroll-loops FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O3 -fomit-frame-pointer
 -funroll-all-loops -finline-functions FAIL:
 gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/hugeval.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/hugeval.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/hugeval.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/hugeval.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/hugeval.c execution, 
 -O3 -g
FAIL: gcc.c-torture/execute/ieee/hugeval.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/inf-1.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/inf-1.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -O3 -g
FAIL: gcc.c-torture/execute/ieee/inf-2.c execution,  -Os
FAIL: gcc.c-torture/execute/ieee/minuszero.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O0
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O1
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O2
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O3
 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/mzero2.c execution, 
 -O3 -g
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -Os
FAIL: gcc.dg/compat/scalar-by-value-1 c_compat_x_tst.o-c_compat_y_tst.o
 execute FAIL: gcc.dg/compat/scalar-by-value-3
 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL:
 gcc.dg/compat/scalar-return-1 c_compat_x_tst.o-c_compat_y_tst.o execute
 FAIL: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o
 execute FAIL: gcc.dg/compat/struct-align-1 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/struct-by-value-11
 c_compat_x_tst.o-c_compat_y_tst.o execute UNRESOLVED:
 gcc.dg/compat/struct-by-value-12 c_compat_x_tst.o-c_compat_y_tst.o execute
 UNRESOLVED: gcc.dg/compat/struct-by-value-13
 c_compat_x_tst.o-c_compat_y_tst.o execute UNRESOLVED:
 gcc.dg/compat/struct-by-value-14 c_compat_x_tst.o-c_compat_y_tst.o execute
 UNRESOLVED: gcc.dg/compat/struct-by-value-15
 c_compat_x_tst.o-c_compat_y_tst.o execute UNRESOLVED:
 gcc.dg/compat/struct-by-value-16 c_compat_x_tst.o-c_compat_y_tst.o execute
 UNRESOLVED: gcc.dg/compat/struct-by-value-17
 c_compat_x_tst.o-c_compat_y_tst.o execute UNRESOLVED:
 gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o execute
 UNRESOLVED: gcc.dg/compat/struct-by-value-2
 c_compat_x_tst.o-c_compat_y_tst.o execute UNRESOLVED:
 gcc.dg/compat/struct-by-value-4 c_compat_x_tst.o-c_compat_y_tst.o execute
 FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-1 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute
FAIL: gcc.dg/cpp/if-2.c multi-character charconst (test for warnings, line
 20) FAIL: gcc.dg/cpp/if-2.c (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs1 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs -O3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+ (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O (test for excess errors)
FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs1 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs1 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs3 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs3 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+1 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+1 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+ (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+ -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+ -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+3 (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+3 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-3.c -gstabs+3 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs1 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs1 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs3 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs3 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+1 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+1 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+1 -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+ (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+ -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+ -O3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+3 (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+3 -O (test for excess errors)
FAIL: gcc.dg/debug/debug-5.c -gstabs+3 -O3 (test for excess errors)
FAIL: gcc.dg/20021014-1.c (test for excess errors)
WARNING: gcc.dg/20021014-1.c compilation failed to produce executable
FAIL: gcc.dg/20040625-1.c (test for excess errors)
FAIL: gcc.dg/Wpadded.c  (test for warnings, line 8)
FAIL: gcc.dg/array-quals-1.c scan-assembler-not \\\\.data(?!\\\\.rel\\\\.ro)
FAIL: gcc.dg/bitfld-3.c (test for excess errors)
FAIL: gcc.dg/bitfld-3.c execution test
FAIL: gcc.dg/builtin-return-1.c (test for excess errors)
WARNING: gcc.dg/builtin-return-1.c compilation failed to produce executable
FAIL: gcc.dg/builtins-18.c (test for excess errors)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
XPASS: gcc.dg/c99-flex-array-4.c sizeof != offsetof (test for bogus messages,
 line 24) FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\\\\\$?C[^A-Z]
FAIL: gcc.dg/ftrapv-1.c (test for excess errors)
WARNING: gcc.dg/ftrapv-1.c compilation failed to produce executable
FAIL: gcc.dg/i386-sse-8.c (test for excess errors)
FAIL: gcc.dg/loop-3.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
WARNING: gcc.dg/nest.c compilation failed to produce executable
FAIL: gcc.dg/section1.c scan-assembler-not .bss
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test
FAIL: gcc.dg/trampoline-1.c (test for excess errors)
WARNING: gcc.dg/trampoline-1.c compilation failed to produce executable
FAIL: gcc.dg/typeof-1.c scan-assembler-not foo
FAIL: gcc.dg/ultrasp4.c (test for excess errors)
FAIL: gcc.dg/wchar_t-1.c (test for excess errors)
FAIL: gcc.dg/wint_t-1.c (test for excess errors)
FAIL: gcc.dg/wtr-conversion-1.c (test for excess errors)
FAIL: gcc.dg/pch/static-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/static-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/static-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-3.c  -O1  assembly comparison
UNRESOLVED: gcc.dg/special/20000419-2.c
UNRESOLVED: gcc.dg/special/alias-1.c
UNRESOLVED: gcc.dg/special/alias-2.c
UNRESOLVED: gcc.dg/special/wkali-1.c
UNRESOLVED: gcc.dg/special/wkali-2.c
FAIL: gcc.dg/torture/builtin-explog-1.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-explog-1.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-explog-1.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-explog-1.c  -O3 -fomit-frame-pointer  (test for
 excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c  -O3 -g  (test for
 excess errors) FAIL: gcc.dg/torture/builtin-explog-1.c  -Os  (test for
 excess errors) FAIL: gcc.dg/torture/nested-fn-1.c  -O0  (test for excess
 errors)
ERROR: gcc.dg/torture/nested-fn-1.c  -O0 : error executing dg-final: couldn't
 open "nested-fn-1.s": no such file or directory UNRESOLVED:
 gcc.dg/torture/nested-fn-1.c  -O0 : error executing dg-final: couldn't open
 "nested-fn-1.s": no such file or directory FAIL:
 gcc.dg/torture/nested-fn-1.c  -O1  (test for excess errors)
ERROR: gcc.dg/torture/nested-fn-1.c  -O1 : error executing dg-final: couldn't
 open "nested-fn-1.s": no such file or directory UNRESOLVED:
 gcc.dg/torture/nested-fn-1.c  -O1 : error executing dg-final: couldn't open
 "nested-fn-1.s": no such file or directory FAIL:
 gcc.dg/torture/nested-fn-1.c  -O2  (test for excess errors)
ERROR: gcc.dg/torture/nested-fn-1.c  -O2 : error executing dg-final: couldn't
 open "nested-fn-1.s": no such file or directory UNRESOLVED:
 gcc.dg/torture/nested-fn-1.c  -O2 : error executing dg-final: couldn't open
 "nested-fn-1.s": no such file or directory FAIL:
 gcc.dg/torture/nested-fn-1.c  -O3 -fomit-frame-pointer  (test for excess
 errors) ERROR: gcc.dg/torture/nested-fn-1.c  -O3 -fomit-frame-pointer :
 error executing dg-final: couldn't open "nested-fn-1.s": no such file or
 directory UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O3 -fomit-frame-pointer
 : error executing dg-final: couldn't open "nested-fn-1.s": no such file or
 directory FAIL: gcc.dg/torture/nested-fn-1.c  -O3 -g  (test for excess
 errors) ERROR: gcc.dg/torture/nested-fn-1.c  -O3 -g : error executing
 dg-final: couldn't open "nested-fn-1.s": no such file or directory
 UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O3 -g : error executing dg-final:
 couldn't open "nested-fn-1.s": no such file or directory FAIL:
 gcc.dg/torture/nested-fn-1.c  -Os  (test for excess errors)
ERROR: gcc.dg/torture/nested-fn-1.c  -Os : error executing dg-final: couldn't
 open "nested-fn-1.s": no such file or directory UNRESOLVED:
 gcc.dg/torture/nested-fn-1.c  -Os : error executing dg-final: couldn't open
 "nested-fn-1.s": no such file or directory FAIL: gcc.dg/weak/typeof-2.c
 (test for excess errors)
FAIL: gcc.dg/weak/weak-3.c (test for excess errors)
FAIL: gcc.dg/weak/weak-5.c (test for excess errors)
FAIL: gcc.dg/weak/weak-9.c (test for excess errors)
FAIL: gcc.dg/weak/weak-9.c scan-assembler notf1
FAIL: gcc.dg/weak/weak-9.c scan-assembler notf2
FAIL: gcc.dg/weak/weak-9.c scan-assembler notf3
FAIL: gcc.dg/weak/weak-9.c scan-assembler notf4
UNRESOLVED: gcc.misc-tests/bprob-1.c execution,    -g  -fprofile-arcs
UNRESOLVED: gcc.misc-tests/bprob-1.c compilation,  -g  -fbranch-probabilities
UNRESOLVED: gcc.misc-tests/bprob-1.c execution,    -g  -fbranch-probabilities
UNRESOLVED: gcc.misc-tests/bprob-1.c execution,    -O0  -fprofile-arcs
UNRESOLVED: gcc.misc-tests/bprob-1.c compilation,  -O0 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-1.c execution,   
 -O0  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-1.c execution: file
 bprob-1.gcda does not exist,  -O1  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-1.c compilation,  -O1  -fbranch-probabilities
 UNRESOLVED: gcc.misc-tests/bprob-1.c execution,    -O1 
 -fbranch-probabilities FAIL: gcc.misc-tests/bprob-1.c execution: file
 bprob-1.gcda does not exist,  -O2 -DPERFTIME  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-1.c compilation,  -O2 -DPERFTIME 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-1.c execution,   
 -O2 -DPERFTIME  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-1.c
 execution: file bprob-1.gcda does not exist,  -O3 -DPERFTIME  -fprofile-arcs
 UNRESOLVED: gcc.misc-tests/bprob-1.c compilation,  -O3 -DPERFTIME 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-1.c execution,   
 -O3 -DPERFTIME  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-1.c
 execution: file bprob-1.gcda does not exist,  -O3 -g -DPERFTIME 
 -fprofile-arcs UNRESOLVED: gcc.misc-tests/bprob-1.c compilation,  -O3 -g
 -DPERFTIME  -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-1.c
 execution,    -O3 -g -DPERFTIME  -fbranch-probabilities FAIL:
 gcc.misc-tests/bprob-1.c execution: file bprob-1.gcda does not exist,  -Os 
 -fprofile-arcs UNRESOLVED: gcc.misc-tests/bprob-1.c compilation,  -Os 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-1.c execution,   
 -Os  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c execution: file
 bprob-2.gcda does not exist,  -g  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-2.c compilation,  -g  -fbranch-probabilities
 UNRESOLVED: gcc.misc-tests/bprob-2.c execution,    -g 
 -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c execution: file
 bprob-2.gcda does not exist,  -O0  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-2.c compilation,  -O0  -fbranch-probabilities
 UNRESOLVED: gcc.misc-tests/bprob-2.c execution,    -O0 
 -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c execution: file
 bprob-2.gcda does not exist,  -O1  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-2.c compilation,  -O1  -fbranch-probabilities
 UNRESOLVED: gcc.misc-tests/bprob-2.c execution,    -O1 
 -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c execution: file
 bprob-2.gcda does not exist,  -O2 -DPERFTIME  -fprofile-arcs UNRESOLVED:
 gcc.misc-tests/bprob-2.c compilation,  -O2 -DPERFTIME 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-2.c execution,   
 -O2 -DPERFTIME  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c
 execution: file bprob-2.gcda does not exist,  -O3 -DPERFTIME  -fprofile-arcs
 UNRESOLVED: gcc.misc-tests/bprob-2.c compilation,  -O3 -DPERFTIME 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-2.c execution,   
 -O3 -DPERFTIME  -fbranch-probabilities FAIL: gcc.misc-tests/bprob-2.c
 execution: file bprob-2.gcda does not exist,  -O3 -g -DPERFTIME 
 -fprofile-arcs UNRESOLVED: gcc.misc-tests/bprob-2.c compilation,  -O3 -g
 -DPERFTIME  -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-2.c
 execution,    -O3 -g -DPERFTIME  -fbranch-probabilities FAIL:
 gcc.misc-tests/bprob-2.c execution: file bprob-2.gcda does not exist,  -Os 
 -fprofile-arcs UNRESOLVED: gcc.misc-tests/bprob-2.c compilation,  -Os 
 -fbranch-probabilities UNRESOLVED: gcc.misc-tests/bprob-2.c execution,   
 -Os  -fbranch-probabilities

		=== gcc Summary ===

# of expected passes		23064
# of unexpected failures	336
# of unexpected successes	3
# of expected failures		67
# of unresolved testcases	128
# of untested testcases		43
# of unsupported tests		962
/home/bmh/gnucvs/gcc343/build/gcc/xgcc version 3.4.3


Compiler version: 3.4.3 gcc
Platform: avr-unknown-none
configure flags: --target=avr --prefix=/home/bmh/ --enable-languages=c
 --disable-nls


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