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 4.2.1 testsuite on sparc-sun-solaris2.9


<HTML>
<HEAD>
<TITLE>
Compiling GCC 4.2.1 on a Sun Sun-Fire-280R running Solaris 2.9
</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE">

<H1>
<CENTER>
Compiling GCC 4.2.1 on a Sun Sun-Fire-280R running Solaris 2.9
</CENTER>
</H1>

This took a little while.  Many things didn't work, but finally I was
able to get a working set of compilers and tools.
<P>

My triplet is sparc-sun-solaris2.9, which was guessed by configure
<P>

I used -prefix=/usr/local/gcc/4.2.1 for everything
<P>

Compile gmp and mpfr (as directed by the gcc documentation) by
explicitly specifing the above triplet.  Do not let them figure it out
for themeselves. Also, there are some source files that get generated
with differnt contents based on a 32- or 64-bit compile.  If you
switch configuratons, you may have to delete the generated files so
they get regenerated with the correct bit width.



<P>

I then compiled the binutils-2.17 using my existing compiler, gcc
3.4.4.  I should mention that I tried to use the newest binutils
(-2.18), but that failed miserably.  
<P>

<PRE>
   ./configure --prefix=/usr/local/gcc/4.2.1
</PRE>

Now for gcc 4.2.1.  I only wanted to make c, c++, fortran, and java.
the bz2 pieces from the various archives unpacked in
/usr/local/src/gcc-4.2.1
<P>

I did the configure and make from /usr/local/src/gcc-obj.421.
<P>

<PRE>
  CONFIG_SHELL=/bin/ksh
  export CONFIG_SHELL

  /usr/local/src/gcc-4.2.1/configure --prefix=/usr/local/gcc/4.2.1 \\
        --with-gnu-as --with-gnu-ld \\
        --with-build-time-tools=/usr/local/gcc/4.2.1 \\
        --with-mpfr=/usr/local/gcc/4.2.1 --with-gmp=/usr/local/gcc/4.2.1

  LD_LIBRARY_PATH=/usr/local/gcc/4.2.1/lib:\$LD_LIBRARY_PATH

  [ -f make.log ] && mv make.log make.log.old

  echo "build started: \`date\`" > make.log

  make >> make.log 2>&1 CFLAGS='-O' LIBCFLAGS='-g -O2' \\
            LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap 

  rc=\$?
  echo "build complete(\$rc): \`date\`" > make.log
</PRE>

The problems I encountered were some misnamed files in the
dircetories.  Two files in libstdcc ended with .hp instead of .hpp.  I
renamed them .hpp.  eventually a similar problem showed up in the java
libraries.  a sound support file ended in . instead of .c.  I made it
.c. I checked the archives to see where the name problems showed up.
I must conclude that the Solaris tar truncated the name.  I switched
to gnutar.

<P>

With all these problems corrected, the final compile worked!
<P>

I then used the compiler to compile make, gdb, and ddd.
<PRE>
  GCC4=/usr/local/gcc/4.2.1
  export GCC4

  PATH=\$GCC4/bin:\$PATH
  LD_LIBRARY_PATH=\$GCC4/lib:\$GCC4/lib/sparcv9:\$LD_LIBRARY_PATH
  MANPATH=\$GCC4/man
  INFOPATH=\$GCC4/info:\$INFOPATH
  export PATH LD_LIBRARY_PATH MANPATH INFOPATH
</PRE>
<P>


<H2>Testing The compiler</H2>

I ran the tests from testsuite.  Unfortunately, many tests seem to
fail but I think itis because we have an older version of tcl.  If I
can get a newer version installed, I may run the tests again.

<P>


If you have any questions, feel free to email me.  
<P>
Stephen Corbesero<br>
<A HREF="mailto:flash@cs.moravian.edu";><I>flash at cs.moravian.edu</I></A><br>
Moravian College<br>




</BODY>
</HTML>
LAST_UPDATED: Obtained from SVN: tags/gcc_4_2_1_release revision 126787

Native configuration is sparc-sun-solaris2.9

		=== g++ tests ===


Running target unix
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/g++.dg/bprob/bprob.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: g++.dg/debug/enum-1.C -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gdwarf-2 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-2 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gdwarf-23 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-23 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+ -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+ -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-1.C -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-1.C -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-2 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-2 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-23 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-23 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+ -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+ -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+3 -O2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/debug/enum-2.C -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/debug/enum-2.C -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/covariant1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/covariant1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/inline1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/inline1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle10.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle10.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle13.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle13.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle15.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle15.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle16.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle16.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle18-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle18-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle18-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle18-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle19-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle19-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle19-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle19-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle20-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle20-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle20-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle20-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle22.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle22.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle23.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle23.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle26.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle26.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle27.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle27.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle28.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle28.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle29.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle29.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle5.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle5.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle7.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle7.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/mangle9.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/mangle9.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/rtti3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/rtti3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/thunk3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/thunk3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/thunk4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/thunk4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/abi/vtt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/abi/vtt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/eh/uncaught2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/eh/uncaught2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/asm1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/asm1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/asm8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/asm8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/asmspecValid.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/asmspecValid.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/builtin1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/builtin1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/builtin2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/builtin2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/builtin6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/builtin6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/instantiate1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/instantiate1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/instantiate2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/instantiate2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/instantiate3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/instantiate3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/pragmaweak1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/pragmaweak1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/pretty1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/pretty1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/typeof2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/typeof2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/anon1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/anon1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/anon2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/anon2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/assign1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/assign1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility-inlines-hidden.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility-inlines-hidden.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility-override1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility-override1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility-override2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility-override2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/fvisibility.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/fvisibility.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/local1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/local1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/memfuncts.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/memfuncts.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/namespace1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/namespace1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/new1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/new1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/noPLT.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/noPLT.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/pragma-override1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/pragma-override1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/pragma-override2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/pragma-override2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/pragma.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/pragma.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/prop1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/prop1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/staticmemfuncts.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/staticmemfuncts.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/template1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/template1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/template2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/template2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/template3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/template3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/template4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/template4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/template6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/template6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/typeinfo1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/typeinfo1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/virtual.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/virtual.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-5.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-5.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/visibility-7.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/visibility-7.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/visibility/warn3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/visibility/warn3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/weak1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/weak1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/weak2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/weak2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/ext/weak3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/ext/weak3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/lookup/conv-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/lookup/conv-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/lookup/conv-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/lookup/conv-3.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/lookup/conv-4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/lookup/conv-4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/const4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/const4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/devirt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/devirt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/inline4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/inline4.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/inline6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/inline6.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/inline8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/inline8.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/nothrow1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/opt/nothrow1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/opt/template1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/template1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/opt/vt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/opt/vt1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/other/PR23205.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/PR23205.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/other/cxa-atexit1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/cxa-atexit1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/other/first-global.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/first-global.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/other/pragma-re-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/pragma-re-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/other/pragma-re-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/pragma-re-2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
XPASS: g++.dg/other/ucnid-1.C (test for excess errors)
ERROR: g++.dg/other/unused1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/other/unused1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/parse/attr-externally-visible-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/parse/attr-externally-visible-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/rtti/tinfo1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/rtti/tinfo1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/template/explicit-instantiation2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/template/explicit-instantiation2.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/template/inline1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/template/inline1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/template/qualttp17.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/template/qualttp17.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/template/static26.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.dg/template/static26.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: g++.dg/tree-ssa/block1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/block1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/empty-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/empty-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/nothrow-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/nothrow-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pointer-reference-alias.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pointer-reference-alias.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr14814.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr14814.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr15791-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr15791-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr15791-4.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr15791-4.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr15791-5.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr15791-5.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr18178.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr18178.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr19807.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr19807.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/pr23948.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/pr23948.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/ssa-cast-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/ssa-cast-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/ssa-sra-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/ssa-sra-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/tree-ssa/ssa-sra-2.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/tree-ssa/ssa-sra-2.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/barrier-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/barrier-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/block-0.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/block-0.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/critical-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/critical-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/flush-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/flush-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-10.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-10.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-13.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-13.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-4.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-4.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-5.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-5.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-6.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-6.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-7.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-7.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-8.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-8.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/for-9.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/for-9.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/macro-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/macro-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/master-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/master-3.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/ordered-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/ordered-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/tpl-barrier-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/tpl-barrier-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: g++.dg/gomp/tpl-master-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: g++.dg/gomp/tpl-master-1.C: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
XPASS: g++.dg/special/conpr-2.C execution test
XPASS: g++.dg/special/initp1.C execution test
ERROR: g++.old-deja/g++.mike/visibility-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: g++.old-deja/g++.mike/visibility-1.C: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
FAIL: g++.old-deja/g++.other/comdat1.C (test for excess errors)
WARNING: g++.old-deja/g++.other/comdat1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/comdat2.C (test for excess errors)
WARNING: g++.old-deja/g++.other/comdat2.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/comdat3.C (test for excess errors)
WARNING: g++.old-deja/g++.other/comdat3.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/comdat4.C (test for excess errors)
FAIL: g++.old-deja/g++.other/comdat5.C (test for excess errors)
FAIL: g++.old-deja/g++.other/ctor1.C (test for excess errors)
WARNING: g++.old-deja/g++.other/ctor1.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init18.C execution test
XPASS: g++.old-deja/g++.other/init19.C execution test
FAIL: g++.old-deja/g++.pt/instantiate5.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		12949
# of unexpected failures	7
# of unexpected successes	5
# of expected failures		67
# of unresolved testcases	169
# of unsupported tests		139
/export/app/src/gcc-obj.421/gcc/testsuite/g++/../../g++  version 4.2.1

		=== gcc tests ===


Running target unix
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.c-torture/execute/execute.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: gcc.dg/cpp/19990228-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/19990228-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/_Pragma4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/_Pragma4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/_Pragma5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/_Pragma5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/avoidpaste1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/avoidpaste1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/avoidpaste2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/avoidpaste2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-C2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-C2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-P.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-P.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dD-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dD-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dD-dM.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dD-dM.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dI-C.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dI-C.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dI-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dI-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dM-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dM-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dM-dD.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dM-dD.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cmdlne-dN-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cmdlne-dN-M.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cxxcom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cxxcom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/cxxcom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/cxxcom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/ident-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/ident-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/line1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/line1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/maccom6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/maccom6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/multiline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/multiline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/spacing1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/spacing1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/spacing2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/spacing2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/cmdlne-C2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/cmdlne-C2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/maccom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/maccom1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/maccom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/maccom2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/maccom3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/maccom3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/maccom4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/maccom4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/maccom6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/maccom6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/cpp/trad/xwin1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cpp/trad/xwin1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-1.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-1.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-2.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-2.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+ -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+ -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/debug-6.c -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/debug-6.c -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-2: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-2 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-2 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-23: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-23 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gdwarf-23 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+ -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+ -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+ -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+3 -O: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/enum-1.c -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/enum-1.c -gstabs+3 -O3: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/const-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/const-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-char1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-char1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-char2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-char2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-char3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-char3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-die7.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-die7.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-file1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-file1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-float.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-float.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-merge.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-merge.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf-uninit.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf-uninit.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/dwarf2-macro.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/dwarf2-macro.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/var1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/var1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/debug/dwarf2/var2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/debug/dwarf2/var2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/20021029-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/20021029-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/20021029-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/20021029-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/20040123-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/20040123-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/20040813-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/20040813-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/20060410.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/20060410.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
FAIL: gcc.dg/Wbad-function-cast-1.c  (test for warnings, line 49)
FAIL: gcc.dg/Wbad-function-cast-1.c  (test for warnings, line 50)
FAIL: gcc.dg/Wbad-function-cast-1.c (test for excess errors)
ERROR: gcc.dg/array-quals-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/array-quals-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/asm-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/asm-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/asm-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/asm-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/asm-fs-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/asm-fs-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/asm-names.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/asm-names.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/asm-pr24146.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/asm-pr24146.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-alwaysinline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-alwaysinline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-externally-visible-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-externally-visible-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-may-alias-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-may-alias-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-noinline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-noinline.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-used-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-used-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/attr-used.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/attr-used.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/builtins-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/builtins-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/builtins-12.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/builtins-12.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/builtins-16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/builtins-16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/builtins-43.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/builtins-43.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/builtins-44.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/builtins-44.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/builtins-45.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/builtins-45.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/builtins-47.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/builtins-47.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/cleanup-6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/cleanup-6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/const-elim-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/const-elim-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/const-elim-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/const-elim-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-abs-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-abs-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-abs-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-abs-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-alloca-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-alloca-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-andxor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-andxor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-cond-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-cond-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-convnotconv-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-convnotconv-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-convround-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-convround-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-div-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-div-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqandnot-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqandnot-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqandshift-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqandshift-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqandshift-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqandshift-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqandshift-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqandshift-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqxor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqxor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqxor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqxor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-eqxor-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-eqxor-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-even-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-even-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-mod-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-mod-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-mulconj-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-mulconj-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-overflow-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-overflow-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-xor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-xor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-xor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-xor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/fold-xorand-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/fold-xorand-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/funcorder.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/funcorder.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/gnu89-init-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/gnu89-init-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/iftrap-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/iftrap-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/iftrap-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/iftrap-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-17.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-17.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-18.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-18.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-19.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-19.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/inline-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/inline-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/intermod-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/intermod-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/merge-all-constants-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/merge-all-constants-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/minmax-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/minmax-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/no-strict-overflow-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/no-strict-overflow-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/no-strict-overflow-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/no-strict-overflow-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/nrv2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/nrv2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/nrv3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/nrv3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/nrv4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/nrv4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/nrv5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/nrv5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/old-style-asm-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/old-style-asm-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr14796-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr14796-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr15784-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr15784-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr15784-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr15784-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr15784-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr15784-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr19402-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr19402-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr20115-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20115-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20130-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20130-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr20922-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr20922-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr23911.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/pr23911.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/pr24561.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr24561.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr25376.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr25376.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr25795-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr25795-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr25795.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr25795.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr27095.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr27095.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr28402.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr28402.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr29299.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr29299.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pr30643.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pr30643.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pragma-re-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pragma-re-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/pragma-re-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/pragma-re-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/section1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/section1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/sparc-constant-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/sparc-constant-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/sparc-ret.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/sparc-ret.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/strict-overflow-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/strict-overflow-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/string-opt-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/string-opt-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/typeof-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/typeof-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
XPASS: gcc.dg/ucnid-2.c (test for excess errors)
XPASS: gcc.dg/ucnid-3.c (test for excess errors)
XPASS: gcc.dg/ucnid-4.c (test for excess errors)
ERROR: gcc.dg/unused-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/unused-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/varpool-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/varpool-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-6.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-7.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-7.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-8.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-8.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-9.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-9.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-a.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-a.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/visibility-d.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/visibility-d.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/gomp/barrier-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/barrier-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/critical-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/critical-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/critical-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/critical-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/empty.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/empty.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/flush-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/flush-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/for-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/for-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/macro-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/macro-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/master-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/master-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/ordered-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/ordered-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/pr27388-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/pr27388-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/pr27388-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/pr27388-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/pr27388-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/pr27388-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/gomp/pr32468-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/gomp/pr32468-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/ipa/ipa-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/ipa/ipa-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/ipa/ipa-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/ipa/ipa-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/ipa/ipa-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/ipa/ipa-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/ipa/ipa-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/ipa/ipa-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/ipa/ipa-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/ipa/ipa-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
FAIL: gcc.dg/noncompile/20030818-1.c  -O0   (test for errors, line 3)
FAIL: gcc.dg/noncompile/20030818-1.c  -O0  (test for excess errors)
ERROR: gcc.dg/torture/builtin-convert-4.c  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/builtin-convert-4.c  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/torture/builtin-convert-4.c  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/torture/nested-fn-1.c  -O0 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O0 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/torture/nested-fn-1.c  -O1 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O1 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/torture/nested-fn-1.c  -O2 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O2 : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/torture/nested-fn-1.c  -O3 -fomit-frame-pointer : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O3 -fomit-frame-pointer : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/torture/nested-fn-1.c  -O3 -g : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -O3 -g : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/torture/nested-fn-1.c  -Os : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/torture/nested-fn-1.c  -Os : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: gcc.dg/tree-ssa/20030530-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030530-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030611-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030611-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030703-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030703-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030703-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030703-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030708-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030708-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030709-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030709-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030709-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030709-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030709-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030709-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030710-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030710-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030711-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030711-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030711-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030711-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030711-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030711-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030714-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030714-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030714-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030714-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030728-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030728-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030729-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030729-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030730-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030730-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030730-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030730-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030731-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030731-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030731-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030731-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030807-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030807-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030808-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030808-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030814-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030814-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030815-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030815-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030821-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030821-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030824-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030824-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030824-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030824-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030825-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030825-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030907-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030907-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030917-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030917-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030917-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030917-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030922-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030922-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20030922-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20030922-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031015-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031015-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031021-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031021-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031022-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031022-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031106-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031106-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20031216-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20031216-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040204-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040204-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040210-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040210-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040216-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040216-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040305-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040305-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040430-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040430-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040513-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040513-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040513-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040513-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040514-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040514-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040514-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040514-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040517-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040517-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040518-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040518-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040518-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040518-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040615-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040615-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040624-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040624-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040703-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040703-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040721-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040721-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20040729-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20040729-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20041002-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20041002-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20041122-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20041122-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20050128-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20050128-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20050215-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20050215-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20050314-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20050314-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/20050412-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/20050412-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/alias-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/alias-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/alias-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/alias-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/andor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/andor-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/andor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/andor-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/asm-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/asm-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/asm-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/asm-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/asm-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/asm-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/bool-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/bool-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/cfgcleanup-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/cfgcleanup-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/complex-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/complex-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/complex-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/complex-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/complex-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/complex-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/complex-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/complex-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/copy-headers.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/copy-headers.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/divide-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/divide-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/divide-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/divide-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/divide-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/divide-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/divide-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/divide-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/flatten-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/tree-ssa/flatten-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/tree-ssa/flatten-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/tree-ssa/flatten-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/tree-ssa/foldaddr-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/foldaddr-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/foldcast-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/foldcast-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/foldstring-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/foldstring-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-11a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-11a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-11b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-11b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-11c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-11c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/gen-vect-32.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/gen-vect-32.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ifc-20040816-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ifc-20040816-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ifc-20040816-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ifc-20040816-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/inline-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/inline-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/inline_asm-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/inline_asm-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/inline_asm-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/inline_asm-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre22.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre22.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loadpre8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loadpre8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/loop-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/loop-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ltrans-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ltrans-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ltrans-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ltrans-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ltrans-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ltrans-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ltrans-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ltrans-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/phi-opt-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/phi-opt-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/phi-opt-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/phi-opt-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/phi-opt-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/phi-opt-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/phi-opt-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/phi-opt-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14341.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14341.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14490-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14490-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14490-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14490-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14490-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14490-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14490-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14490-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14814.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14814.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr14841.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr14841.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr15349.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr15349.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr15791-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr15791-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr15791-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr15791-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr15791-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr15791-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr16721.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr16721.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr17141-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr17141-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr17141-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr17141-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr17598.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr17598.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr18133-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr18133-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr18133-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr18133-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr18134.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr18134.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr19055-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr19055-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr19055.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr19055.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr19633.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr19633.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20139.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20139.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20256.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20256.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20470.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20470.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20657.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20657.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20701.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20701.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr20702.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr20702.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21001.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21001.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21031.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21031.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21086.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21086.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21090.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21090.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21171.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21171.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21294.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21294.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21417.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21417.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21458.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21458.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21559.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21559.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21563.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21563.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21574.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21574.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21582.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21582.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21658.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21658.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21829.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21829.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21959.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21959.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr21985.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr21985.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr22026.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr22026.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr22051-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr22051-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr22051-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr22051-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr22117.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr22117.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr22321.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr22321.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr23294.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr23294.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr23382.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr23382.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr24117.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr24117.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr24287.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr24287.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr24990-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr24990-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr25382.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr25382.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr25485.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr25485.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr25501.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr25501.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr26421.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr26421.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr26435.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr26435.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pr27236.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pr27236.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/pta-fp.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/pta-fp.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/reassoc-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/reassoc-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/recip-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/recip-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/salias-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/salias-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/sra-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/sra-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/sra-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/sra-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/sra-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/sra-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-ccp-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-ccp-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dce-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dce-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dce-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dce-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dce-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dce-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dom-ccp-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-ccp-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dom-cse-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-cse-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dom-thread-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-dse-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-dse-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-6.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-pre-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-pre-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-sink-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-sink-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-sink-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-sink-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-sink-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-sink-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/ssa-sink-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/ssa-sink-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/structopt-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/structopt-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/structopt-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/structopt-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/structopt-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/structopt-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailcall-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailcall-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailcall-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailcall-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailrecursion-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailrecursion-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailrecursion-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailrecursion-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailrecursion-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailrecursion-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailrecursion-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailrecursion-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/tailrecursion-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/tailrecursion-5.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/update-cunroll.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/update-cunroll.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/update-threading.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/update-threading.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/useless-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/useless-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp01.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp01.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp02.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp02.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp03.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp03.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp04.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp04.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp05.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp05.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp06.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp06.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp07.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp07.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp08.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp08.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp09.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp09.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp11.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp22.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp22.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp23.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp23.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp24.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp24.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/tree-ssa/vrp28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/tree-ssa/vrp28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/pr18400.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/pr18400.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/pr18425.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/pr18425.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/pr18536.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/pr18536.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/pr20122.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/pr20122.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/pr21591.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/pr21591.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-10.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-100.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-100.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-101.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-101.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-102.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-102.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-103.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-103.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-104.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-104.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-105.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-105.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-106-alias.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-106-alias.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-106.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-106.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-109.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-109.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-112.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-112.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-115.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-115.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-12.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-13.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-14.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-15.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-17.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-18.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-19.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-20.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-21.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-23.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-23.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-24.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-24.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-25.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-26.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-27.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-27.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-28.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-29.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-29.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-31.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-31.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-32.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-32.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-33.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-33.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-34.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-34.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-35.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-35.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-36.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-36.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-37.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-37.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-62.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-62.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-63.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-63.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-64.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-64.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-65.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-65.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-66.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-66.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-67.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-67.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-68.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-68.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-70.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-70.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-71.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-71.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-72.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-72.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-73.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-73.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-75.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-75.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-76.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-76.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-77.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-77.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-78.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-78.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-85.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-85.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-86.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-86.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-87.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-87.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-88.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-88.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-89.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-89.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-9.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-91.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-91.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-96.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-96.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-97.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-97.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-98.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-98.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-99.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-99.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-dv-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-dv-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-fold-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-fold-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-1char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-1char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-1short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-1short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-2.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-2char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-2char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-2short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-2short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-3.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-dot-s16a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-dot-s16a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-dot-s16b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-dot-s16b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-dot-s8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-dot-s8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-dot-u16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-dot-u16.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-dot-u8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-dot-u8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-1a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-1a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-1b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-1b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-1c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-1c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-2a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-2a.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-2b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-2b.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/vect-reduc-pattern-2c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/vect-reduc-pattern-2c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/wrapv-vect-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/wrapv-vect-7.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/wrapv-vect-reduc-2char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/wrapv-vect-reduc-2char.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/wrapv-vect-reduc-2short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/wrapv-vect-reduc-2short.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/wrapv-vect-reduc-dot-s8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/wrapv-vect-reduc-dot-s8.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/wrapv-vect-reduc-pattern-2c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/wrapv-vect-reduc-pattern-2c.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/trapv-vect-reduc-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/trapv-vect-reduc-4.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/dump-tree-dceloop-pr26359.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/dump-tree-dceloop-pr26359.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/vect/no-section-anchors-vect-69.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.dg/vect/no-section-anchors-vect-69.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.dg/weak/typeof-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/typeof-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-1.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-10.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-10.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-11.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-11.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-12.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-12.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-3.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-4.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-5.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.dg/weak/weak-9.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.dg/weak/weak-9.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gcc.misc-tests/bprob.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: gcc.target/sparc/align.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/align.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/combined-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/combined-1.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/combined-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/combined-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fand.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fand.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fandnot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fandnot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fandnots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fandnots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fands.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fands.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fexpand.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fexpand.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fnand.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fnand.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fnands.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fnands.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fnot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fnot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fnots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fnots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/for.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/for.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fornot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fornot.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fornots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fornots.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fpack16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpack16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpack32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpack32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpackfix.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpackfix.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpadd16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpadd16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpadd16s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpadd16s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpadd32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpadd32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpadd32s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpadd32s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpmerge-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpmerge-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpmerge.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpmerge.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpmul-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpmul-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpmul.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpmul.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpsub16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpsub16.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpsub16s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpsub16s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpsub32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpsub32.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fpsub32s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/fpsub32s.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/fxnor.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fxnor.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fxnors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fxnors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fxor.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fxor.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/fxors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/fxors.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gcc.target/sparc/mfpu.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/mfpu.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/noresult.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/noresult.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/pdist-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gcc.target/sparc/pdist-2.c: error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gcc.target/sparc/pdist.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gcc.target/sparc/pdist.c: error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --

		=== gcc Summary ===

# of expected passes		23813
# of unexpected failures	5
# of unexpected successes	3
# of expected failures		52
# of unresolved testcases	727
# of untested testcases		28
# of unsupported tests		474
/export/app/src/gcc-obj.421/gcc/xgcc  version 4.2.1

		=== gfortran tests ===


Running target unix
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_basics_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_basics_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/alloc_comp_constructor_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/alloc_comp_constructor_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/allocatable_function_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/allocatable_function_1.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_10.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_10.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_11.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_11.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_12.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_12.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_13.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_13.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_14.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_14.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_15.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_15.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_16.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_16.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_17.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_17.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_18.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_18.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_4.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_4.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_5.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_5.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_6.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_6.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_7.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_7.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_8.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_8.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/dependency_9.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/dependency_9.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/nonreturning_statements.f90  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gfortran.dg/nonreturning_statements.f90  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gfortran.dg/pr26246_1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/pr26246_1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/pr26246_2.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/pr26246_2.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O0 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O1 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O2 : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-loops : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -O3 -g : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/single_char_string.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/single_char_string.f90  -Os : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/g77/fno-underscoring.f  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gfortran.dg/g77/fno-underscoring.f  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gfortran.dg/g77/funderscoring.f  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
UNRESOLVED: gfortran.dg/g77/funderscoring.f  -O : error executing dg-final: bad option "map": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart
ERROR: gfortran.dg/gomp/do-1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/gomp/do-1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/gomp/omp_parse1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/gomp/omp_parse1.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/gomp/omp_parse2.f  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/gomp/omp_parse2.f  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: gfortran.dg/vect/vect-5.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
UNRESOLVED: gfortran.dg/vect/vect-5.f90  -O : error executing dg-final: bad switch "-inline": must be -indices, -nocase, or --
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp.
ERROR: couldn't compile regular expression pattern: ?+* follows nothing

		=== gfortran Summary ===

# of expected passes		12425
# of expected failures		4
# of unresolved testcases	56
# of unsupported tests		110
/export/app/src/gcc-obj.421/gcc/testsuite/gfortran/../../gfortran  version 4.2.1

		=== libffi tests ===


Running target unix

		=== libffi Summary ===

# of expected passes		1084
# of unsupported tests		8
		=== libgomp tests ===


Running target unix

		=== libgomp Summary ===

# of expected passes		1340
# of unsupported tests		118
		=== libjava tests ===


Running target unix
FAIL: natPR9577.cc compilation
FAIL: longfield run
FAIL: shortfield run
ERROR: tcl error sourcing /usr/local/src/gcc-4.2.1/libjava/testsuite/libjava.compile/compile.exp.
ERROR: can't read "x": no such variable
FAIL: simple run
FAIL: /usr/local/src/gcc-4.2.1/libjava/testsuite/libjava.jar/simple.jar execution - gij test
FAIL: PR15133 run
FAIL: PR18116 run
FAIL: PR28178 run
FAIL: bytebuffer run
FAIL: calls run
FAIL: cxxtest run
FAIL: directbuffer run
FAIL: field run
FAIL: final_method run
FAIL: findclass run
FAIL: iface run
FAIL: invoke run
FAIL: jniutf run
FAIL: martin run
FAIL: noclass run
FAIL: overload run
FAIL: pr11951 run
FAIL: pr18278 run
FAIL: pr23739 run
FAIL: register run
FAIL: register2 run
FAIL: simple_int run
FAIL: throwit run
FAIL: virtual run
FAIL: PR16923.c compilation
FAIL: events run
FAIL: geterrorname run
FAIL: ArrayStore execution - source compiled test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore execution - bytecode->native test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -findirect-dispatch execution - bytecode->native test
FAIL: ArrayStore -O3 execution - source compiled test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -O3 execution - bytecode->native test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -O3 -findirect-dispatch execution - bytecode->native test
FAIL: ArrayStore2 execution - source compiled test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 execution - bytecode->native test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -findirect-dispatch execution - bytecode->native test
FAIL: ArrayStore2 -O3 execution - source compiled test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -O3 execution - bytecode->native test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Array_1 execution - source compiled test
FAIL: Array_1 execution - gij test
FAIL: Array_1 execution - bytecode->native test
FAIL: Array_1 execution - gij test
FAIL: Array_1 -findirect-dispatch execution - bytecode->native test
FAIL: Array_1 -O3 execution - source compiled test
FAIL: Array_1 execution - gij test
FAIL: Array_1 -O3 execution - bytecode->native test
FAIL: Array_1 execution - gij test
FAIL: Array_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Array_2 execution - source compiled test
FAIL: Array_2 execution - gij test
FAIL: Array_2 execution - bytecode->native test
FAIL: Array_2 execution - gij test
FAIL: Array_2 -findirect-dispatch execution - bytecode->native test
FAIL: Array_2 -O3 execution - source compiled test
FAIL: Array_2 execution - gij test
FAIL: Array_2 -O3 execution - bytecode->native test
FAIL: Array_2 execution - gij test
FAIL: Array_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Array_3 execution - source compiled test
FAIL: Array_3 execution - gij test
FAIL: Array_3 execution - bytecode->native test
ERROR: No \`main' given in program Array_3
UNRESOLVED: Array_3 -O3 compilation from source
FAIL: Array_3 -O3 execution - source compiled test
FAIL: Array_3 execution - gij test
FAIL: Array_3 -O3 execution - bytecode->native test
FAIL: Array_3 execution - gij test
FAIL: Array_3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Class_1 execution - source compiled test
ERROR: No \`main' given in program Class_1
UNRESOLVED: Class_1 byte compilation
FAIL: Class_1 execution - gij test
FAIL: Class_1 -findirect-dispatch execution - bytecode->native test
FAIL: Class_1 -O3 execution - source compiled test
FAIL: Class_1 execution - gij test
FAIL: Class_1 -O3 execution - bytecode->native test
FAIL: Class_1 execution - gij test
FAIL: Class_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: CompareNaN execution - source compiled test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN execution - bytecode->native test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN -findirect-dispatch execution - bytecode->native test
FAIL: CompareNaN -O3 execution - source compiled test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN -O3 execution - bytecode->native test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Divide_1 execution - source compiled test
FAIL: Divide_1 execution - gij test
FAIL: Divide_1 execution - bytecode->native test
FAIL: Divide_1 execution - gij test
FAIL: Divide_1 -findirect-dispatch execution - bytecode->native test
FAIL: Divide_1 -O3 execution - source compiled test
FAIL: Divide_1 execution - gij test
FAIL: Divide_1 -O3 execution - bytecode->native test
FAIL: Divide_1 execution - gij test
FAIL: Divide_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: EvaluationOrder execution - source compiled test
FAIL: EvaluationOrder execution - gij test
FAIL: EvaluationOrder compilation from bytecode
FAIL: EvaluationOrder execution - gij test
FAIL: EvaluationOrder -findirect-dispatch execution - bytecode->native test
FAIL: EvaluationOrder -O3 execution - source compiled test
FAIL: EvaluationOrder execution - gij test
FAIL: EvaluationOrder -O3 execution - bytecode->native test
FAIL: EvaluationOrder execution - gij test
FAIL: EvaluationOrder -O3 -findirect-dispatch execution - bytecode->native test
FAIL: ExtraClassLoader execution - source compiled test
FAIL: ExtraClassLoader execution - gij test
FAIL: ExtraClassLoader execution - bytecode->native test
FAIL: ExtraClassLoader execution - gij test
FAIL: ExtraClassLoader -findirect-dispatch execution - bytecode->native test
FAIL: ExtraClassLoader -O3 execution - source compiled test
FAIL: ExtraClassLoader execution - gij test
FAIL: ExtraClassLoader -O3 execution - bytecode->native test
FAIL: ExtraClassLoader execution - gij test
FAIL: ExtraClassLoader -O3 -findirect-dispatch execution - bytecode->native test
FAIL: FileHandleGcTest execution - source compiled test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest execution - bytecode->native test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest -findirect-dispatch execution - bytecode->native test
FAIL: FileHandleGcTest -O3 execution - source compiled test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest -O3 execution - bytecode->native test
FAIL: FileHandleGcTest execution - gij test
FAIL: FileHandleGcTest -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Final execution - source compiled test
FAIL: Final execution - gij test
FAIL: Final execution - bytecode->native test
FAIL: Final execution - gij test
FAIL: Final -findirect-dispatch execution - bytecode->native test
FAIL: Final -O3 execution - source compiled test
FAIL: Final execution - gij test
FAIL: Final -O3 execution - bytecode->native test
FAIL: Final execution - gij test
FAIL: Final -O3 -findirect-dispatch compilation from bytecode
FAIL: Float_1 execution - source compiled test
FAIL: Float_1 execution - gij test
FAIL: Float_1 execution - bytecode->native test
FAIL: Float_1 execution - gij test
FAIL: Float_1 -findirect-dispatch execution - bytecode->native test
FAIL: Float_1 -O3 execution - source compiled test
FAIL: Float_1 execution - gij test
FAIL: Float_1 -O3 execution - bytecode->native test
FAIL: Float_1 execution - gij test
FAIL: Float_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Float_2 execution - source compiled test
FAIL: Float_2 execution - gij test
FAIL: Float_2 execution - bytecode->native test
FAIL: Float_2 execution - gij test
FAIL: Float_2 -findirect-dispatch compilation from bytecode
FAIL: Float_2 -O3 execution - source compiled test
FAIL: Float_2 execution - gij test
FAIL: Float_2 -O3 compilation from bytecode
FAIL: Float_2 execution - gij test
FAIL: Float_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: G19990301_01 execution - source compiled test
ERROR: No \`main' given in program G19990301_01
UNRESOLVED: G19990301_01 byte compilation
FAIL: G19990301_01 execution - gij test
FAIL: G19990301_01 -findirect-dispatch execution - bytecode->native test
FAIL: G19990301_01 -O3 execution - source compiled test
FAIL: G19990301_01 execution - gij test
FAIL: G19990301_01 -O3 compilation from bytecode
FAIL: G19990301_01 execution - gij test
FAIL: G19990301_01 -O3 -findirect-dispatch compilation from bytecode
FAIL: G19990302_02 execution - source compiled test
FAIL: G19990302_02 execution - gij test
FAIL: G19990302_02 execution - bytecode->native test
FAIL: G19990302_02 execution - gij test
FAIL: G19990302_02 -findirect-dispatch execution - bytecode->native test
FAIL: G19990302_02 -O3 execution - source compiled test
FAIL: G19990302_02 execution - gij test
FAIL: G19990302_02 -O3 compilation from bytecode
FAIL: G19990302_02 execution - gij test
FAIL: G19990302_02 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: G19990303_01 execution - source compiled test
FAIL: G19990303_01 execution - gij test
FAIL: G19990303_01 execution - bytecode->native test
FAIL: G19990303_01 execution - gij test
FAIL: G19990303_01 -findirect-dispatch execution - bytecode->native test
FAIL: G19990303_01 -O3 execution - source compiled test
FAIL: G19990303_01 execution - gij test
FAIL: G19990303_01 -O3 execution - bytecode->native test
FAIL: G19990303_01 execution - gij test
FAIL: G19990303_01 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: G19990303_02 execution - source compiled test
FAIL: G19990303_02 execution - gij test
FAIL: G19990303_02 execution - bytecode->native test
FAIL: G19990303_02 execution - gij test
FAIL: G19990303_02 -findirect-dispatch execution - bytecode->native test
FAIL: G19990303_02 -O3 execution - source compiled test
FAIL: G19990303_02 execution - gij test
FAIL: G19990303_02 -O3 execution - bytecode->native test
FAIL: G19990303_02 execution - gij test
FAIL: G19990303_02 -O3 -findirect-dispatch compilation from bytecode
FAIL: G19990304_01 execution - source compiled test
FAIL: G19990304_01 execution - gij test
FAIL: G19990304_01 execution - bytecode->native test
FAIL: G19990304_01 execution - gij test
FAIL: G19990304_01 -findirect-dispatch execution - bytecode->native test
FAIL: G19990304_01 -O3 execution - source compiled test
FAIL: G19990304_01 execution - gij test
FAIL: G19990304_01 -O3 execution - bytecode->native test
FAIL: G19990304_01 execution - gij test
FAIL: G19990304_01 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: G19990310_01 execution - source compiled test
FAIL: G19990310_01 execution - gij test
FAIL: G19990310_01 compilation from bytecode
FAIL: G19990310_01 execution - gij test
FAIL: G19990310_01 -findirect-dispatch execution - bytecode->native test
FAIL: G19990310_01 -O3 execution - source compiled test
FAIL: G19990310_01 execution - gij test
FAIL: G19990310_01 -O3 execution - bytecode->native test
ERROR: No \`main' given in program G19990310_01
UNRESOLVED: II compilation from source
FAIL: II execution - source compiled test
FAIL: II execution - gij test
FAIL: II compilation from bytecode
FAIL: II execution - gij test
FAIL: II -findirect-dispatch execution - bytecode->native test
FAIL: II -O3 execution - source compiled test
FAIL: II execution - gij test
FAIL: II -O3 execution - bytecode->native test
FAIL: II execution - gij test
FAIL: II -O3 -findirect-dispatch execution - bytecode->native test
FAIL: InterfaceDispatch execution - source compiled test
FAIL: InterfaceDispatch execution - gij test
FAIL: InterfaceDispatch execution - bytecode->native test
FAIL: InterfaceDispatch execution - gij test
FAIL: InterfaceDispatch -findirect-dispatch execution - bytecode->native test
FAIL: InterfaceDispatch -O3 execution - source compiled test
FAIL: InterfaceDispatch execution - gij test
FAIL: InterfaceDispatch -O3 compilation from bytecode
FAIL: InterfaceDispatch execution - gij test
FAIL: InterfaceDispatch -O3 -findirect-dispatch execution - bytecode->native test
FAIL: InvokeInterface execution - source compiled test
FAIL: InvokeInterface execution - gij test
FAIL: InvokeInterface execution - bytecode->native test
FAIL: InvokeInterface execution - gij test
FAIL: InvokeInterface -findirect-dispatch execution - bytecode->native test
FAIL: InvokeInterface -O3 execution - source compiled test
FAIL: InvokeInterface execution - gij test
FAIL: InvokeInterface -O3 execution - bytecode->native test
FAIL: InvokeInterface execution - gij test
FAIL: InvokeInterface -O3 -findirect-dispatch execution - bytecode->native test
FAIL: InvokeReturn execution - source compiled test
FAIL: InvokeReturn execution - gij test
FAIL: InvokeReturn execution - bytecode->native test
FAIL: InvokeReturn execution - gij test
FAIL: InvokeReturn -findirect-dispatch execution - bytecode->native test
FAIL: InvokeReturn -O3 execution - source compiled test
ERROR: No \`main' given in program InvokeReturn
UNRESOLVED: InvokeReturn byte compilation
FAIL: InvokeReturn execution - gij test
FAIL: InvokeReturn -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Invoke_1 execution - source compiled test
FAIL: Invoke_1 execution - gij test
FAIL: Invoke_1 execution - bytecode->native test
FAIL: Invoke_1 execution - gij test
FAIL: Invoke_1 -findirect-dispatch execution - bytecode->native test
FAIL: Invoke_1 -O3 execution - source compiled test
FAIL: Invoke_1 execution - gij test
FAIL: Invoke_1 -O3 execution - bytecode->native test
FAIL: Invoke_1 execution - gij test
FAIL: Invoke_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Invoke_2 execution - source compiled test
FAIL: Invoke_2 execution - gij test
FAIL: Invoke_2 execution - bytecode->native test
FAIL: Invoke_2 execution - gij test
FAIL: Invoke_2 -findirect-dispatch execution - bytecode->native test
FAIL: Invoke_2 -O3 execution - source compiled test
FAIL: Invoke_2 execution - gij test
FAIL: Invoke_2 -O3 execution - bytecode->native test
FAIL: Invoke_2 execution - gij test
FAIL: Invoke_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: KeepInline execution - source compiled test
FAIL: KeepInline execution - gij test
FAIL: KeepInline execution - bytecode->native test
FAIL: KeepInline execution - gij test
FAIL: KeepInline -findirect-dispatch execution - bytecode->native test
FAIL: KeepInline -O3 execution - source compiled test
ERROR: No \`main' given in program KeepInline
UNRESOLVED: KeepInline byte compilation
FAIL: KeepInline execution - gij test
FAIL: KeepInline -O3 -findirect-dispatch compilation from bytecode
FAIL: LargeFile execution - source compiled test
FAIL: LargeFile execution - gij test
FAIL: LargeFile execution - bytecode->native test
FAIL: LargeFile execution - gij test
FAIL: LargeFile -findirect-dispatch execution - bytecode->native test
FAIL: LargeFile -O3 execution - source compiled test
FAIL: LargeFile execution - gij test
FAIL: LargeFile -O3 execution - bytecode->native test
FAIL: LargeFile execution - gij test
FAIL: LargeFile -O3 -findirect-dispatch execution - bytecode->native test
FAIL: MathBuiltin execution - source compiled test
FAIL: MathBuiltin execution - gij test
FAIL: MathBuiltin execution - bytecode->native test
FAIL: MathBuiltin execution - gij test
FAIL: MathBuiltin -findirect-dispatch execution - bytecode->native test
FAIL: MathBuiltin -O3 execution - source compiled test
FAIL: MathBuiltin execution - gij test
FAIL: MathBuiltin -O3 compilation from bytecode
FAIL: MathBuiltin execution - gij test
FAIL: MathBuiltin -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Matrix4f execution - source compiled test
FAIL: Matrix4f execution - gij test
FAIL: Matrix4f execution - bytecode->native test
FAIL: Matrix4f execution - gij test
FAIL: Matrix4f -findirect-dispatch execution - bytecode->native test
FAIL: Matrix4f -O3 execution - source compiled test
FAIL: Matrix4f execution - gij test
FAIL: Matrix4f -O3 execution - bytecode->native test
FAIL: Matrix4f execution - gij test
FAIL: Matrix4f -O3 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_02 execution - source compiled test
FAIL: N19990310_02 execution - gij test
FAIL: N19990310_02 execution - bytecode->native test
FAIL: N19990310_02 execution - gij test
FAIL: N19990310_02 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_02 -O3 execution - source compiled test
FAIL: N19990310_02 execution - gij test
FAIL: N19990310_02 -O3 execution - bytecode->native test
FAIL: N19990310_02 execution - gij test
FAIL: N19990310_02 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_3 execution - source compiled test
FAIL: N19990310_3 execution - gij test
FAIL: N19990310_3 execution - bytecode->native test
FAIL: N19990310_3 execution - gij test
FAIL: N19990310_3 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_3 -O3 execution - source compiled test
FAIL: N19990310_3 execution - gij test
FAIL: N19990310_3 -O3 execution - bytecode->native test
FAIL: N19990310_3 execution - gij test
FAIL: N19990310_3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_4 execution - source compiled test
FAIL: N19990310_4 execution - gij test
FAIL: N19990310_4 execution - bytecode->native test
FAIL: N19990310_4 execution - gij test
FAIL: N19990310_4 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_4 -O3 execution - source compiled test
FAIL: N19990310_4 execution - gij test
FAIL: N19990310_4 -O3 execution - bytecode->native test
FAIL: N19990310_4 execution - gij test
FAIL: N19990310_4 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_5 execution - source compiled test
FAIL: N19990310_5 execution - gij test
FAIL: N19990310_5 execution - bytecode->native test
FAIL: N19990310_5 execution - gij test
FAIL: N19990310_5 -findirect-dispatch execution - bytecode->native test
FAIL: N19990310_5 -O3 execution - source compiled test
FAIL: N19990310_5 execution - gij test
FAIL: N19990310_5 -O3 execution - bytecode->native test
FAIL: N19990310_5 execution - gij test
FAIL: N19990310_5 -O3 -findirect-dispatch compilation from bytecode
FAIL: Overflow execution - source compiled test
FAIL: Overflow execution - gij test
FAIL: Overflow execution - bytecode->native test
FAIL: Overflow execution - gij test
FAIL: Overflow -findirect-dispatch execution - bytecode->native test
FAIL: Overflow -O3 execution - source compiled test
FAIL: Overflow execution - gij test
FAIL: Overflow -O3 execution - bytecode->native test
FAIL: Overflow execution - gij test
FAIL: Overflow -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR12350 execution - source compiled test
FAIL: PR12350 execution - gij test
FAIL: PR12350 execution - bytecode->native test
FAIL: PR12350 execution - gij test
FAIL: PR12350 -findirect-dispatch execution - bytecode->native test
FAIL: PR12350 -O3 execution - source compiled test
FAIL: PR12350 execution - gij test
FAIL: PR12350 -O3 execution - bytecode->native test
FAIL: PR12350 execution - gij test
FAIL: PR12350 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR12416 execution - source compiled test
FAIL: PR12416 execution - gij test
FAIL: PR12416 compilation from bytecode
FAIL: PR12416 execution - gij test
FAIL: PR12416 -findirect-dispatch execution - bytecode->native test
FAIL: PR12416 -O3 execution - source compiled test
FAIL: PR12416 execution - gij test
FAIL: PR12416 -O3 execution - bytecode->native test
FAIL: PR12416 execution - gij test
FAIL: PR12416 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR12656 execution - source compiled test
FAIL: PR12656 execution - gij test
FAIL: PR12656 execution - bytecode->native test
FAIL: PR12656 execution - gij test
FAIL: PR12656 -findirect-dispatch execution - bytecode->native test
FAIL: PR12656 -O3 execution - source compiled test
FAIL: PR12656 execution - gij test
FAIL: PR12656 -O3 execution - bytecode->native test
FAIL: PR12656 execution - gij test
FAIL: PR12656 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR12915 execution - source compiled test
ERROR: No \`main' given in program PR12915
UNRESOLVED: PR12915 byte compilation
FAIL: PR12915 execution - gij test
FAIL: PR12915 -findirect-dispatch execution - bytecode->native test
FAIL: PR12915 -O3 execution - source compiled test
FAIL: PR12915 execution - gij test
FAIL: PR12915 -O3 execution - bytecode->native test
FAIL: PR12915 execution - gij test
FAIL: PR12915 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR141 execution - source compiled test
FAIL: PR141 execution - gij test
FAIL: PR141 execution - bytecode->native test
FAIL: PR141 execution - gij test
FAIL: PR141 -findirect-dispatch execution - bytecode->native test
FAIL: PR141 -O3 execution - source compiled test
FAIL: PR141 execution - gij test
FAIL: PR141 -O3 execution - bytecode->native test
FAIL: PR141 execution - gij test
FAIL: PR141 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR160 execution - source compiled test
FAIL: PR160 execution - gij test
FAIL: PR160 execution - bytecode->native test
FAIL: PR160 execution - gij test
FAIL: PR160 -findirect-dispatch execution - bytecode->native test
FAIL: PR160 -O3 execution - source compiled test
FAIL: PR160 execution - gij test
FAIL: PR160 -O3 execution - bytecode->native test
FAIL: PR160 execution - gij test
FAIL: PR160 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR162 execution - source compiled test
FAIL: PR162 execution - gij test
FAIL: PR162 execution - bytecode->native test
FAIL: PR162 execution - gij test
FAIL: PR162 -findirect-dispatch execution - bytecode->native test
FAIL: PR162 -O3 execution - source compiled test
FAIL: PR162 execution - gij test
FAIL: PR162 -O3 execution - bytecode->native test
FAIL: PR162 execution - gij test
FAIL: PR162 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR16867 execution - source compiled test
FAIL: PR16867 execution - gij test
FAIL: PR16867 execution - bytecode->native test
ERROR: No \`main' given in program PR16867
UNRESOLVED: PR16867 -O3 compilation from source
FAIL: PR16867 -O3 execution - source compiled test
FAIL: PR16867 execution - gij test
FAIL: PR16867 -O3 execution - bytecode->native test
FAIL: PR16867 execution - gij test
FAIL: PR16867 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR18699 execution - source compiled test
FAIL: PR18699 execution - gij test
FAIL: PR18699 execution - bytecode->native test
FAIL: PR18699 execution - gij test
FAIL: PR18699 -findirect-dispatch execution - bytecode->native test
FAIL: PR18699 -O3 execution - source compiled test
FAIL: PR18699 execution - gij test
FAIL: PR18699 -O3 execution - bytecode->native test
FAIL: PR18699 execution - gij test
FAIL: PR18699 -O3 -findirect-dispatch compilation from bytecode
FAIL: PR19870 execution - source compiled test
FAIL: PR19870 execution - gij test
FAIL: PR19870 compilation from bytecode
FAIL: PR19870 execution - gij test
FAIL: PR19870 -findirect-dispatch execution - bytecode->native test
FAIL: PR19870 -O3 execution - source compiled test
FAIL: PR19870 execution - gij test
FAIL: PR19870 -O3 execution - bytecode->native test
FAIL: PR19870 execution - gij test
FAIL: PR19870 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR19870_2 execution - source compiled test
FAIL: PR19870_2 execution - gij test
FAIL: PR19870_2 execution - bytecode->native test
FAIL: PR19870_2 execution - gij test
FAIL: PR19870_2 -findirect-dispatch execution - bytecode->native test
FAIL: PR19870_2 -O3 execution - source compiled test
FAIL: PR19870_2 execution - gij test
FAIL: PR19870_2 -O3 execution - bytecode->native test
FAIL: PR19870_2 execution - gij test
FAIL: PR19870_2 -O3 -findirect-dispatch compilation from bytecode
FAIL: PR19921 execution - source compiled test
FAIL: PR19921 execution - gij test
FAIL: PR19921 execution - bytecode->native test
ERROR: No \`main' given in program PR19921
UNRESOLVED: PR19921 -O3 compilation from source
FAIL: PR19921 -O3 execution - source compiled test
FAIL: PR19921 execution - gij test
FAIL: PR19921 -O3 execution - bytecode->native test
FAIL: PR19921 execution - gij test
FAIL: PR19921 -O3 -findirect-dispatch compilation from bytecode
FAIL: PR20056 execution - source compiled test
FAIL: PR20056 execution - gij test
FAIL: PR20056 execution - bytecode->native test
FAIL: PR20056 execution - gij test
FAIL: PR20056 -findirect-dispatch execution - bytecode->native test
FAIL: PR20056 -O3 execution - source compiled test
ERROR: No \`main' given in program PR20056
UNRESOLVED: PR20056 byte compilation
FAIL: PR20056 execution - gij test
FAIL: PR20056 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR218 execution - source compiled test
FAIL: PR218 execution - gij test
FAIL: PR218 execution - bytecode->native test
FAIL: PR218 execution - gij test
FAIL: PR218 -findirect-dispatch execution - bytecode->native test
FAIL: PR218 -O3 execution - source compiled test
FAIL: PR218 execution - gij test
FAIL: PR218 -O3 execution - bytecode->native test
FAIL: PR218 execution - gij test
FAIL: PR218 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR242 execution - source compiled test
FAIL: PR242 execution - gij test
FAIL: PR242 compilation from bytecode
FAIL: PR242 execution - gij test
FAIL: PR242 -findirect-dispatch execution - bytecode->native test
FAIL: PR242 -O3 execution - source compiled test
FAIL: PR242 execution - gij test
FAIL: PR242 -O3 execution - bytecode->native test
FAIL: PR242 execution - gij test
FAIL: PR242 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR25535 execution - source compiled test
FAIL: PR25535 execution - gij test
FAIL: PR25535 execution - bytecode->native test
FAIL: PR25535 execution - gij test
FAIL: PR25535 -findirect-dispatch execution - bytecode->native test
FAIL: PR25535 -O3 execution - source compiled test
ERROR: No \`main' given in program PR25535
UNRESOLVED: PR25535 byte compilation
FAIL: PR25535 execution - gij test
FAIL: PR25535 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR260 execution - source compiled test
FAIL: PR260 execution - gij test
FAIL: PR260 execution - bytecode->native test
FAIL: PR260 execution - gij test
FAIL: PR260 -findirect-dispatch execution - bytecode->native test
FAIL: PR260 -O3 execution - source compiled test
FAIL: PR260 execution - gij test
FAIL: PR260 -O3 execution - bytecode->native test
FAIL: PR260 execution - gij test
FAIL: PR260 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR26858 execution - source compiled test
FAIL: PR26858 execution - gij test
FAIL: PR26858 execution - bytecode->native test
FAIL: PR26858 execution - gij test
FAIL: PR26858 -findirect-dispatch execution - bytecode->native test
FAIL: PR26858 -O3 execution - source compiled test
FAIL: PR26858 execution - gij test
FAIL: PR26858 -O3 execution - bytecode->native test
FAIL: PR26858 execution - gij test
FAIL: PR26858 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR27908 execution - source compiled test
FAIL: PR27908 execution - gij test
FAIL: PR27908 execution - bytecode->native test
FAIL: PR27908 execution - gij test
FAIL: PR27908 -findirect-dispatch compilation from bytecode
FAIL: PR27908 -O3 execution - source compiled test
FAIL: PR27908 execution - gij test
FAIL: PR27908 -O3 execution - bytecode->native test
FAIL: PR27908 execution - gij test
FAIL: PR27908 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR29013 execution - source compiled test
FAIL: PR29013 execution - gij test
FAIL: PR29013 execution - bytecode->native test
FAIL: PR29013 execution - gij test
FAIL: PR29013 -findirect-dispatch execution - bytecode->native test
FAIL: PR29013 -O3 execution - source compiled test
FAIL: PR29013 execution - gij test
FAIL: PR29013 -O3 execution - bytecode->native test
FAIL: PR29013 execution - gij test
FAIL: PR29013 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR3096 execution - source compiled test
FAIL: PR3096 execution - gij test
FAIL: PR3096 execution - bytecode->native test
FAIL: PR3096 execution - gij test
FAIL: PR3096 -findirect-dispatch execution - bytecode->native test
FAIL: PR3096 -O3 execution - source compiled test
FAIL: PR3096 execution - gij test
FAIL: PR3096 -O3 execution - bytecode->native test
FAIL: PR3096 execution - gij test
FAIL: PR3096 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR3731 execution - source compiled test
FAIL: PR3731 execution - gij test
FAIL: PR3731 execution - bytecode->native test
FAIL: PR3731 execution - gij test
FAIL: PR3731 -findirect-dispatch execution - bytecode->native test
FAIL: PR3731 -O3 execution - source compiled test
FAIL: PR3731 execution - gij test
FAIL: PR3731 -O3 execution - bytecode->native test
FAIL: PR3731 execution - gij test
FAIL: PR3731 -O3 -findirect-dispatch compilation from bytecode
FAIL: PR5057 execution - source compiled test
FAIL: PR5057 execution - gij test
FAIL: PR5057 compilation from bytecode
FAIL: PR5057 execution - gij test
FAIL: PR5057 -findirect-dispatch execution - bytecode->native test
FAIL: PR5057 -O3 execution - source compiled test
FAIL: PR5057 execution - gij test
FAIL: PR5057 -O3 execution - bytecode->native test
FAIL: PR5057 execution - gij test
FAIL: PR5057 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR5057_2 execution - source compiled test
FAIL: PR5057_2 execution - gij test
FAIL: PR5057_2 execution - bytecode->native test
FAIL: PR5057_2 execution - gij test
FAIL: PR5057_2 -findirect-dispatch execution - bytecode->native test
FAIL: PR5057_2 -O3 execution - source compiled test
ERROR: No \`main' given in program PR5057_2
UNRESOLVED: PR5057_2 byte compilation
FAIL: PR5057_2 execution - gij test
FAIL: PR5057_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR55 execution - source compiled test
FAIL: PR55 execution - gij test
FAIL: PR55 execution - bytecode->native test
FAIL: PR55 execution - gij test
FAIL: PR55 -findirect-dispatch execution - bytecode->native test
FAIL: PR55 -O3 execution - source compiled test
FAIL: PR55 execution - gij test
FAIL: PR55 -O3 execution - bytecode->native test
ERROR: No \`main' given in program PR55
UNRESOLVED: PR56 compilation from source
FAIL: PR56 execution - source compiled test
FAIL: PR56 execution - gij test
FAIL: PR56 execution - bytecode->native test
FAIL: PR56 execution - gij test
FAIL: PR56 -findirect-dispatch execution - bytecode->native test
FAIL: PR56 -O3 execution - source compiled test
FAIL: PR56 execution - gij test
FAIL: PR56 -O3 execution - bytecode->native test
FAIL: PR56 execution - gij test
FAIL: PR56 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR6085 execution - source compiled test
FAIL: PR6085 execution - gij test
FAIL: PR6085 execution - bytecode->native test
FAIL: PR6085 execution - gij test
FAIL: PR6085 -findirect-dispatch execution - bytecode->native test
FAIL: PR6085 -O3 execution - source compiled test
FAIL: PR6085 execution - gij test
FAIL: PR6085 -O3 execution - bytecode->native test
FAIL: PR6085 execution - gij test
FAIL: PR6085 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR6204 execution - source compiled test
FAIL: PR6204 execution - gij test
FAIL: PR6204 execution - bytecode->native test
FAIL: PR6204 execution - gij test
FAIL: PR6204 -findirect-dispatch execution - bytecode->native test
FAIL: PR6204 -O3 execution - source compiled test
FAIL: PR6204 execution - gij test
FAIL: PR6204 -O3 compilation from bytecode
FAIL: PR6204 execution - gij test
FAIL: PR6204 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR6729 execution - source compiled test
FAIL: PR6729 execution - gij test
FAIL: PR6729 execution - bytecode->native test
FAIL: PR6729 execution - gij test
FAIL: PR6729 -findirect-dispatch execution - bytecode->native test
FAIL: PR6729 -O3 execution - source compiled test
FAIL: PR6729 execution - gij test
FAIL: PR6729 -O3 execution - bytecode->native test
FAIL: PR6729 execution - gij test
FAIL: PR6729 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR6820 execution - source compiled test
FAIL: PR6820 execution - gij test
FAIL: PR6820 execution - bytecode->native test
FAIL: PR6820 execution - gij test
FAIL: PR6820 -findirect-dispatch execution - bytecode->native test
FAIL: PR6820 -O3 execution - source compiled test
FAIL: PR6820 execution - gij test
FAIL: PR6820 -O3 execution - bytecode->native test
FAIL: PR6820 execution - gij test
FAIL: PR6820 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: PR7482 execution - source compiled test
FAIL: PR7482 execution - gij test
FAIL: PR7482 compilation from bytecode
FAIL: PR7482 execution - gij test
FAIL: PR7482 -findirect-dispatch compilation from bytecode
FAIL: PR7482 -O3 execution - source compiled test
FAIL: PR7482 execution - gij test
FAIL: PR7482 -O3 execution - bytecode->native test
FAIL: PR7482 execution - gij test
FAIL: PR7482 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Process_1 execution - source compiled test
FAIL: Process_1 execution - gij test
FAIL: Process_1 execution - bytecode->native test
FAIL: Process_1 execution - gij test
FAIL: Process_1 -findirect-dispatch execution - bytecode->native test
FAIL: Process_1 -O3 execution - source compiled test
FAIL: Process_1 execution - gij test
FAIL: Process_1 -O3 compilation from bytecode
FAIL: Process_1 execution - gij test
FAIL: Process_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Process_2 execution - source compiled test
FAIL: Process_2 execution - gij test
FAIL: Process_2 execution - bytecode->native test
FAIL: Process_2 execution - gij test
FAIL: Process_2 -findirect-dispatch execution - bytecode->native test
FAIL: Process_2 -O3 execution - source compiled test
FAIL: Process_2 execution - gij test
FAIL: Process_2 -O3 execution - bytecode->native test
FAIL: Process_2 execution - gij test
FAIL: Process_2 -O3 -findirect-dispatch compilation from bytecode
FAIL: Process_3 execution - source compiled test
FAIL: Process_3 execution - gij test
FAIL: Process_3 execution - bytecode->native test
FAIL: Process_3 execution - gij test
FAIL: Process_3 -findirect-dispatch execution - bytecode->native test
FAIL: Process_3 -O3 execution - source compiled test
FAIL: Process_3 execution - gij test
FAIL: Process_3 -O3 execution - bytecode->native test
FAIL: Process_3 execution - gij test
FAIL: Process_3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Process_4 execution - source compiled test
FAIL: Process_4 execution - gij test
FAIL: Process_4 execution - bytecode->native test
FAIL: Process_4 execution - gij test
FAIL: Process_4 -findirect-dispatch execution - bytecode->native test
FAIL: Process_4 -O3 execution - source compiled test
FAIL: Process_4 execution - gij test
FAIL: Process_4 -O3 execution - bytecode->native test
FAIL: Process_4 execution - gij test
FAIL: Process_4 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Process_5 execution - source compiled test
FAIL: Process_5 execution - gij test
FAIL: Process_5 execution - bytecode->native test
FAIL: Process_5 execution - gij test
FAIL: Process_5 -findirect-dispatch compilation from bytecode
FAIL: Process_5 -O3 execution - source compiled test
FAIL: Process_5 execution - gij test
FAIL: Process_5 -O3 compilation from bytecode
FAIL: Process_5 execution - gij test
FAIL: Process_5 -O3 -findirect-dispatch compilation from bytecode
FAIL: Process_6 execution - source compiled test
FAIL: Process_6 execution - gij test
FAIL: Process_6 execution - bytecode->native test
FAIL: Process_6 execution - gij test
FAIL: Process_6 -findirect-dispatch execution - bytecode->native test
FAIL: Process_6 -O3 execution - source compiled test
FAIL: Process_6 execution - gij test
FAIL: Process_6 -O3 execution - bytecode->native test
FAIL: Process_6 execution - gij test
FAIL: Process_6 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: RH194522 execution - source compiled test
FAIL: RH194522 execution - gij test
FAIL: RH194522 execution - bytecode->native test
FAIL: RH194522 execution - gij test
FAIL: RH194522 -findirect-dispatch execution - bytecode->native test
FAIL: RH194522 -O3 execution - source compiled test
FAIL: RH194522 execution - gij test
FAIL: RH194522 -O3 execution - bytecode->native test
FAIL: RH194522 execution - gij test
FAIL: RH194522 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Serialization execution - source compiled test
FAIL: Serialization execution - gij test
FAIL: Serialization execution - bytecode->native test
FAIL: Serialization execution - gij test
FAIL: Serialization -findirect-dispatch execution - bytecode->native test
FAIL: Serialization -O3 execution - source compiled test
FAIL: Serialization execution - gij test
FAIL: Serialization -O3 execution - bytecode->native test
FAIL: Serialization execution - gij test
FAIL: Serialization -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Shazam execution - source compiled test
FAIL: Shazam execution - gij test
FAIL: Shazam execution - bytecode->native test
FAIL: Shazam execution - gij test
FAIL: Shazam -findirect-dispatch execution - bytecode->native test
FAIL: Shazam -O3 execution - source compiled test
FAIL: Shazam execution - gij test
FAIL: Shazam -O3 execution - bytecode->native test
FAIL: Shazam execution - gij test
FAIL: Shazam -O3 -findirect-dispatch execution - bytecode->native test
FAIL: StackTrace2 execution - source compiled test
FAIL: StackTrace2 execution - gij test
FAIL: StackTrace2 execution - bytecode->native test
FAIL: StackTrace2 execution - gij test
FAIL: StackTrace2 -findirect-dispatch compilation from bytecode
FAIL: StackTrace2 -O3 execution - source compiled test
FAIL: StackTrace2 execution - gij test
FAIL: StackTrace2 -O3 execution - bytecode->native test
FAIL: StackTrace2 execution - gij test
FAIL: StackTrace2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: StaticConstructor execution - source compiled test
FAIL: StaticConstructor execution - gij test
FAIL: StaticConstructor execution - bytecode->native test
FAIL: StaticConstructor execution - gij test
FAIL: StaticConstructor -findirect-dispatch execution - bytecode->native test
FAIL: StaticConstructor -O3 execution - source compiled test
FAIL: StaticConstructor execution - gij test
FAIL: StaticConstructor -O3 execution - bytecode->native test
FAIL: StaticConstructor execution - gij test
FAIL: StaticConstructor -O3 -findirect-dispatch execution - bytecode->native test
FAIL: StringBuffer_1 execution - source compiled test
FAIL: StringBuffer_1 execution - gij test
FAIL: StringBuffer_1 execution - bytecode->native test
FAIL: StringBuffer_1 execution - gij test
FAIL: StringBuffer_1 -findirect-dispatch execution - bytecode->native test
FAIL: StringBuffer_1 -O3 execution - source compiled test
FAIL: StringBuffer_1 execution - gij test
FAIL: StringBuffer_1 -O3 execution - bytecode->native test
FAIL: StringBuffer_1 execution - gij test
FAIL: StringBuffer_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: StringBuffer_overflow execution - source compiled test
FAIL: StringBuffer_overflow execution - gij test
FAIL: StringBuffer_overflow execution - bytecode->native test
FAIL: StringBuffer_overflow execution - gij test
FAIL: StringBuffer_overflow -findirect-dispatch execution - bytecode->native test
FAIL: StringBuffer_overflow -O3 execution - source compiled test
FAIL: StringBuffer_overflow execution - gij test
FAIL: StringBuffer_overflow -O3 execution - bytecode->native test
FAIL: StringBuffer_overflow execution - gij test
FAIL: StringBuffer_overflow -O3 -findirect-dispatch execution - bytecode->native test
FAIL: String_overflow execution - source compiled test
FAIL: String_overflow execution - gij test
FAIL: String_overflow execution - bytecode->native test
FAIL: String_overflow execution - gij test
FAIL: String_overflow -findirect-dispatch execution - bytecode->native test
FAIL: String_overflow -O3 execution - source compiled test
FAIL: String_overflow execution - gij test
FAIL: String_overflow -O3 execution - bytecode->native test
FAIL: String_overflow execution - gij test
FAIL: String_overflow -O3 -findirect-dispatch execution - bytecode->native test
FAIL: SyncGlobal execution - source compiled test
FAIL: SyncGlobal execution - gij test
FAIL: SyncGlobal execution - bytecode->native test
FAIL: SyncGlobal execution - gij test
FAIL: SyncGlobal -findirect-dispatch execution - bytecode->native test
FAIL: SyncGlobal -O3 execution - source compiled test
FAIL: SyncGlobal execution - gij test
FAIL: SyncGlobal -O3 execution - bytecode->native test
FAIL: SyncGlobal execution - gij test
FAIL: SyncGlobal -O3 -findirect-dispatch execution - bytecode->native test
FAIL: SyncTest execution - source compiled test
FAIL: SyncTest execution - gij test
FAIL: SyncTest execution - bytecode->native test
FAIL: SyncTest execution - gij test
FAIL: SyncTest -findirect-dispatch execution - bytecode->native test
FAIL: SyncTest -O3 execution - source compiled test
FAIL: SyncTest execution - gij test
FAIL: SyncTest -O3 execution - bytecode->native test
FAIL: SyncTest execution - gij test
FAIL: SyncTest -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Synch execution - source compiled test
FAIL: Synch execution - gij test
FAIL: Synch execution - bytecode->native test
FAIL: Synch execution - gij test
FAIL: Synch -findirect-dispatch execution - bytecode->native test
FAIL: Synch -O3 execution - source compiled test
FAIL: Synch execution - gij test
FAIL: Synch -O3 execution - bytecode->native test
FAIL: Synch execution - gij test
FAIL: Synch -O3 -findirect-dispatch execution - bytecode->native test
FAIL: TLtest execution - source compiled test
ERROR: No \`main' given in program TLtest
UNRESOLVED: TLtest byte compilation
FAIL: TLtest execution - gij test
FAIL: TLtest -findirect-dispatch compilation from bytecode
FAIL: TLtest -O3 execution - source compiled test
FAIL: TLtest execution - gij test
FAIL: TLtest -O3 execution - bytecode->native test
ERROR: No \`main' given in program TLtest
UNRESOLVED: TestProxy compilation from source
FAIL: TestProxy execution - source compiled test
FAIL: TestProxy execution - gij test
FAIL: TestProxy execution - bytecode->native test
FAIL: TestProxy execution - gij test
FAIL: TestProxy -findirect-dispatch compilation from bytecode
FAIL: TestProxy -O3 execution - source compiled test
FAIL: TestProxy execution - gij test
FAIL: TestProxy -O3 compilation from bytecode
FAIL: TestProxy execution - gij test
FAIL: TestProxy -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Alive execution - source compiled test
FAIL: Thread_Alive execution - gij test
FAIL: Thread_Alive execution - bytecode->native test
FAIL: Thread_Alive execution - gij test
FAIL: Thread_Alive -findirect-dispatch compilation from bytecode
FAIL: Thread_Alive -O3 execution - source compiled test
FAIL: Thread_Alive execution - gij test
FAIL: Thread_Alive -O3 execution - bytecode->native test
FAIL: Thread_Alive execution - gij test
FAIL: Thread_Alive -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_HoldsLock execution - source compiled test
FAIL: Thread_HoldsLock execution - gij test
FAIL: Thread_HoldsLock execution - bytecode->native test
FAIL: Thread_HoldsLock execution - gij test
FAIL: Thread_HoldsLock -findirect-dispatch execution - bytecode->native test
FAIL: Thread_HoldsLock -O3 execution - source compiled test
FAIL: Thread_HoldsLock execution - gij test
FAIL: Thread_HoldsLock -O3 execution - bytecode->native test
FAIL: Thread_HoldsLock execution - gij test
FAIL: Thread_HoldsLock -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Interrupt execution - source compiled test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt execution - bytecode->native test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt -findirect-dispatch compilation from bytecode
FAIL: Thread_Interrupt -O3 execution - source compiled test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt -O3 execution - bytecode->native test
FAIL: Thread_Interrupt execution - gij test
FAIL: Thread_Interrupt -O3 -findirect-dispatch compilation from bytecode
FAIL: Thread_Join execution - source compiled test
FAIL: Thread_Join execution - gij test
FAIL: Thread_Join execution - bytecode->native test
FAIL: Thread_Join execution - gij test
FAIL: Thread_Join -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Join -O3 execution - source compiled test
FAIL: Thread_Join execution - gij test
FAIL: Thread_Join -O3 execution - bytecode->native test
FAIL: Thread_Join execution - gij test
FAIL: Thread_Join -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Monitor execution - source compiled test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor execution - bytecode->native test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Monitor -O3 execution - source compiled test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor -O3 execution - bytecode->native test
FAIL: Thread_Monitor execution - gij test
FAIL: Thread_Monitor -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Sleep execution - source compiled test
FAIL: Thread_Sleep execution - gij test
FAIL: Thread_Sleep execution - bytecode->native test
FAIL: Thread_Sleep execution - gij test
FAIL: Thread_Sleep -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Sleep -O3 execution - source compiled test
FAIL: Thread_Sleep execution - gij test
FAIL: Thread_Sleep -O3 execution - bytecode->native test
FAIL: Thread_Sleep execution - gij test
FAIL: Thread_Sleep -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Sleep_2 execution - source compiled test
FAIL: Thread_Sleep_2 execution - gij test
FAIL: Thread_Sleep_2 execution - bytecode->native test
FAIL: Thread_Sleep_2 execution - gij test
FAIL: Thread_Sleep_2 -findirect-dispatch compilation from bytecode
FAIL: Thread_Sleep_2 -O3 execution - source compiled test
FAIL: Thread_Sleep_2 execution - gij test
FAIL: Thread_Sleep_2 -O3 execution - bytecode->native test
FAIL: Thread_Sleep_2 execution - gij test
FAIL: Thread_Sleep_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Wait execution - source compiled test
FAIL: Thread_Wait execution - gij test
FAIL: Thread_Wait execution - bytecode->native test
FAIL: Thread_Wait execution - gij test
FAIL: Thread_Wait -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Wait -O3 execution - source compiled test
FAIL: Thread_Wait execution - gij test
FAIL: Thread_Wait -O3 execution - bytecode->native test
FAIL: Thread_Wait execution - gij test
FAIL: Thread_Wait -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Wait_2 execution - source compiled test
FAIL: Thread_Wait_2 execution - gij test
FAIL: Thread_Wait_2 execution - bytecode->native test
FAIL: Thread_Wait_2 execution - gij test
FAIL: Thread_Wait_2 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Wait_2 -O3 execution - source compiled test
FAIL: Thread_Wait_2 execution - gij test
FAIL: Thread_Wait_2 -O3 execution - bytecode->native test
FAIL: Thread_Wait_2 execution - gij test
FAIL: Thread_Wait_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Thread_Wait_Interrupt execution - source compiled test
FAIL: Thread_Wait_Interrupt execution - gij test
FAIL: Thread_Wait_Interrupt execution - bytecode->native test
FAIL: Thread_Wait_Interrupt execution - gij test
FAIL: Thread_Wait_Interrupt -findirect-dispatch compilation from bytecode
FAIL: Thread_Wait_Interrupt -O3 execution - source compiled test
FAIL: Thread_Wait_Interrupt execution - gij test
FAIL: Thread_Wait_Interrupt -O3 execution - bytecode->native test
FAIL: Thread_Wait_Interrupt execution - gij test
FAIL: Thread_Wait_Interrupt -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Throw_1 execution - source compiled test
FAIL: Throw_1 execution - gij test
FAIL: Throw_1 execution - bytecode->native test
FAIL: Throw_1 execution - gij test
FAIL: Throw_1 -findirect-dispatch execution - bytecode->native test
FAIL: Throw_1 -O3 execution - source compiled test
FAIL: Throw_1 execution - gij test
FAIL: Throw_1 -O3 execution - bytecode->native test
FAIL: Throw_1 execution - gij test
FAIL: Throw_1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 execution - bytecode->native test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 -findirect-dispatch execution - bytecode->native test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 -O3 execution - bytecode->native test
FAIL: Throw_2 execution - gij test
FAIL: Throw_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anfi execution - source compiled test
FAIL: anfi execution - gij test
FAIL: anfi execution - bytecode->native test
FAIL: anfi execution - gij test
FAIL: anfi -findirect-dispatch execution - bytecode->native test
FAIL: anfi -O3 execution - source compiled test
FAIL: anfi execution - gij test
FAIL: anfi -O3 execution - bytecode->native test
FAIL: anfi execution - gij test
FAIL: anfi -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anon execution - source compiled test
FAIL: anon execution - gij test
FAIL: anon execution - bytecode->native test
ERROR: No \`main' given in program anon
UNRESOLVED: anon -O3 compilation from source
FAIL: anon -O3 execution - source compiled test
FAIL: anon execution - gij test
FAIL: anon -O3 execution - bytecode->native test
FAIL: anon execution - gij test
FAIL: anon -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anon2 execution - source compiled test
FAIL: anon2 execution - gij test
FAIL: anon2 execution - bytecode->native test
FAIL: anon2 execution - gij test
FAIL: anon2 -findirect-dispatch execution - bytecode->native test
FAIL: anon2 -O3 execution - source compiled test
FAIL: anon2 execution - gij test
FAIL: anon2 -O3 execution - bytecode->native test
FAIL: anon2 execution - gij test
FAIL: anon2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anon3 execution - source compiled test
FAIL: anon3 execution - gij test
FAIL: anon3 execution - bytecode->native test
FAIL: anon3 execution - gij test
FAIL: anon3 -findirect-dispatch execution - bytecode->native test
FAIL: anon3 -O3 execution - source compiled test
FAIL: anon3 execution - gij test
FAIL: anon3 -O3 execution - bytecode->native test
FAIL: anon3 execution - gij test
FAIL: anon3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anon4 execution - source compiled test
FAIL: anon4 execution - gij test
FAIL: anon4 execution - bytecode->native test
FAIL: anon4 execution - gij test
FAIL: anon4 -findirect-dispatch execution - bytecode->native test
FAIL: anon4 -O3 execution - source compiled test
FAIL: anon4 execution - gij test
FAIL: anon4 -O3 execution - bytecode->native test
FAIL: anon4 execution - gij test
FAIL: anon4 -O3 -findirect-dispatch compilation from bytecode
FAIL: anon_ctor_itf_arg execution - source compiled test
FAIL: anon_ctor_itf_arg execution - gij test
FAIL: anon_ctor_itf_arg execution - bytecode->native test
FAIL: anon_ctor_itf_arg execution - gij test
FAIL: anon_ctor_itf_arg -findirect-dispatch compilation from bytecode
FAIL: anon_ctor_itf_arg -O3 execution - source compiled test
FAIL: anon_ctor_itf_arg execution - gij test
FAIL: anon_ctor_itf_arg -O3 execution - bytecode->native test
FAIL: anon_ctor_itf_arg execution - gij test
FAIL: anon_ctor_itf_arg -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anonarray execution - source compiled test
FAIL: anonarray execution - gij test
FAIL: anonarray execution - bytecode->native test
FAIL: anonarray execution - gij test
FAIL: anonarray -findirect-dispatch execution - bytecode->native test
FAIL: anonarray -O3 execution - source compiled test
ERROR: No \`main' given in program anonarray
UNRESOLVED: anonarray byte compilation
FAIL: anonarray execution - gij test
FAIL: anonarray -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anonarray2 execution - source compiled test
FAIL: anonarray2 execution - gij test
FAIL: anonarray2 execution - bytecode->native test
FAIL: anonarray2 execution - gij test
FAIL: anonarray2 -findirect-dispatch execution - bytecode->native test
FAIL: anonarray2 -O3 execution - source compiled test
FAIL: anonarray2 execution - gij test
FAIL: anonarray2 -O3 compilation from bytecode
FAIL: anonarray2 execution - gij test
FAIL: anonarray2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: anonarray3 execution - source compiled test
FAIL: anonarray3 execution - gij test
FAIL: anonarray3 execution - bytecode->native test
FAIL: anonarray3 execution - gij test
FAIL: anonarray3 -findirect-dispatch execution - bytecode->native test
FAIL: anonarray3 -O3 execution - source compiled test
FAIL: anonarray3 execution - gij test
FAIL: anonarray3 -O3 execution - bytecode->native test
FAIL: anonarray3 execution - gij test
FAIL: anonarray3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: assign execution - source compiled test
FAIL: assign execution - gij test
FAIL: assign execution - bytecode->native test
FAIL: assign execution - gij test
FAIL: assign -findirect-dispatch compilation from bytecode
FAIL: assign -O3 execution - source compiled test
FAIL: assign execution - gij test
FAIL: assign -O3 execution - bytecode->native test
FAIL: assign execution - gij test
FAIL: assign -O3 -findirect-dispatch execution - bytecode->native test
FAIL: assign2 execution - source compiled test
FAIL: assign2 execution - gij test
FAIL: assign2 execution - bytecode->native test
ERROR: No \`main' given in program assign2
UNRESOLVED: assign2 -O3 compilation from source
FAIL: assign2 -O3 execution - source compiled test
FAIL: assign2 execution - gij test
FAIL: assign2 -O3 execution - bytecode->native test
ERROR: No \`main' given in program assign2
UNRESOLVED: bclink compilation from source
FAIL: bclink execution - source compiled test
FAIL: bclink execution - gij test
FAIL: bclink execution - bytecode->native test
FAIL: bclink execution - gij test
FAIL: bclink -findirect-dispatch execution - bytecode->native test
FAIL: bclink -O3 execution - source compiled test
FAIL: bclink execution - gij test
FAIL: bclink -O3 execution - bytecode->native test
FAIL: bclink execution - gij test
FAIL: bclink -O3 -findirect-dispatch execution - bytecode->native test
FAIL: bytearray execution - source compiled test
FAIL: bytearray execution - gij test
FAIL: bytearray execution - bytecode->native test
FAIL: bytearray execution - gij test
FAIL: bytearray -findirect-dispatch execution - bytecode->native test
FAIL: bytearray -O3 execution - source compiled test
FAIL: bytearray execution - gij test
FAIL: bytearray -O3 execution - bytecode->native test
FAIL: bytearray execution - gij test
FAIL: bytearray -O3 -findirect-dispatch execution - bytecode->native test
FAIL: direct_read execution - source compiled test
FAIL: direct_read execution - gij test
FAIL: direct_read execution - bytecode->native test
FAIL: direct_read execution - gij test
FAIL: direct_read -findirect-dispatch execution - bytecode->native test
FAIL: direct_read -O3 execution - source compiled test
FAIL: direct_read execution - gij test
FAIL: direct_read -O3 execution - bytecode->native test
FAIL: direct_read execution - gij test
FAIL: direct_read -O3 -findirect-dispatch execution - bytecode->native test
FAIL: direct_write execution - source compiled test
FAIL: direct_write execution - gij test
FAIL: direct_write execution - bytecode->native test
FAIL: direct_write execution - gij test
FAIL: direct_write -findirect-dispatch execution - bytecode->native test
FAIL: direct_write -O3 execution - source compiled test
FAIL: direct_write execution - gij test
FAIL: direct_write -O3 execution - bytecode->native test
FAIL: direct_write execution - gij test
FAIL: direct_write -O3 -findirect-dispatch execution - bytecode->native test
FAIL: emptystring execution - source compiled test
FAIL: emptystring execution - gij test
FAIL: emptystring execution - bytecode->native test
FAIL: emptystring execution - gij test
FAIL: emptystring -findirect-dispatch execution - bytecode->native test
FAIL: emptystring -O3 execution - source compiled test
ERROR: No \`main' given in program emptystring
UNRESOLVED: emptystring byte compilation
FAIL: emptystring execution - gij test
FAIL: emptystring -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err1 execution - source compiled test
ERROR: No \`main' given in program err1
UNRESOLVED: err1 byte compilation
FAIL: err1 execution - gij test
FAIL: err1 -findirect-dispatch execution - bytecode->native test
FAIL: err1 -O3 execution - source compiled test
FAIL: err1 execution - gij test
FAIL: err1 -O3 execution - bytecode->native test
FAIL: err1 execution - gij test
FAIL: err1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err10 execution - source compiled test
FAIL: err10 execution - gij test
FAIL: err10 execution - bytecode->native test
FAIL: err10 execution - gij test
FAIL: err10 -findirect-dispatch execution - bytecode->native test
FAIL: err10 -O3 execution - source compiled test
FAIL: err10 execution - gij test
FAIL: err10 -O3 compilation from bytecode
ERROR: No \`main' given in program err10
UNRESOLVED: err11 compilation from source
FAIL: err11 execution - source compiled test
ERROR: No \`main' given in program err11
UNRESOLVED: err11 byte compilation
FAIL: err11 execution - gij test
FAIL: err11 -findirect-dispatch execution - bytecode->native test
FAIL: err11 -O3 execution - source compiled test
FAIL: err11 execution - gij test
FAIL: err11 -O3 execution - bytecode->native test
FAIL: err11 execution - gij test
FAIL: err11 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err12 execution - source compiled test
FAIL: err12 execution - gij test
FAIL: err12 execution - bytecode->native test
FAIL: err12 execution - gij test
FAIL: err12 -findirect-dispatch execution - bytecode->native test
FAIL: err12 -O3 execution - source compiled test
ERROR: No \`main' given in program err12
UNRESOLVED: err12 byte compilation
FAIL: err12 execution - gij test
FAIL: err12 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err13 execution - source compiled test
FAIL: err13 execution - gij test
FAIL: err13 execution - bytecode->native test
FAIL: err13 execution - gij test
FAIL: err13 -findirect-dispatch execution - bytecode->native test
FAIL: err13 -O3 execution - source compiled test
FAIL: err13 execution - gij test
FAIL: err13 -O3 execution - bytecode->native test
FAIL: err13 execution - gij test
FAIL: err13 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err14 execution - source compiled test
FAIL: err14 execution - gij test
FAIL: err14 execution - bytecode->native test
FAIL: err14 execution - gij test
FAIL: err14 -findirect-dispatch execution - bytecode->native test
FAIL: err14 -O3 execution - source compiled test
FAIL: err14 execution - gij test
FAIL: err14 -O3 execution - bytecode->native test
FAIL: err14 execution - gij test
FAIL: err14 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err2 execution - source compiled test
ERROR: No \`main' given in program err2
UNRESOLVED: err2 byte compilation
FAIL: err2 execution - gij test
FAIL: err2 -findirect-dispatch execution - bytecode->native test
FAIL: err2 -O3 execution - source compiled test
FAIL: err2 execution - gij test
FAIL: err2 -O3 execution - bytecode->native test
FAIL: err2 execution - gij test
FAIL: err2 -O3 -findirect-dispatch compilation from bytecode
FAIL: err3 execution - source compiled test
FAIL: err3 execution - gij test
FAIL: err3 execution - bytecode->native test
FAIL: err3 execution - gij test
FAIL: err3 -findirect-dispatch execution - bytecode->native test
FAIL: err3 -O3 execution - source compiled test
FAIL: err3 execution - gij test
FAIL: err3 -O3 execution - bytecode->native test
FAIL: err3 execution - gij test
FAIL: err3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err4 execution - source compiled test
FAIL: err4 execution - gij test
FAIL: err4 execution - bytecode->native test
FAIL: err4 execution - gij test
FAIL: err4 -findirect-dispatch execution - bytecode->native test
FAIL: err4 -O3 execution - source compiled test
FAIL: err4 execution - gij test
FAIL: err4 -O3 execution - bytecode->native test
FAIL: err4 execution - gij test
FAIL: err4 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err5 execution - source compiled test
FAIL: err5 execution - gij test
FAIL: err5 execution - bytecode->native test
FAIL: err5 execution - gij test
FAIL: err5 -findirect-dispatch execution - bytecode->native test
FAIL: err5 -O3 execution - source compiled test
FAIL: err5 execution - gij test
FAIL: err5 -O3 compilation from bytecode
ERROR: No \`main' given in program err5
UNRESOLVED: err6 compilation from source
FAIL: err6 execution - source compiled test
FAIL: err6 execution - gij test
FAIL: err6 execution - bytecode->native test
ERROR: No \`main' given in program err6
UNRESOLVED: err6 -O3 compilation from source
FAIL: err6 -O3 execution - source compiled test
FAIL: err6 execution - gij test
FAIL: err6 -O3 execution - bytecode->native test
FAIL: err6 execution - gij test
FAIL: err6 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err7 execution - source compiled test
FAIL: err7 execution - gij test
FAIL: err7 execution - bytecode->native test
FAIL: err7 execution - gij test
FAIL: err7 -findirect-dispatch execution - bytecode->native test
FAIL: err7 -O3 execution - source compiled test
FAIL: err7 execution - gij test
FAIL: err7 -O3 execution - bytecode->native test
FAIL: err7 execution - gij test
FAIL: err7 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err8 execution - source compiled test
FAIL: err8 execution - gij test
FAIL: err8 execution - bytecode->native test
FAIL: err8 execution - gij test
FAIL: err8 -findirect-dispatch execution - bytecode->native test
FAIL: err8 -O3 execution - source compiled test
FAIL: err8 execution - gij test
FAIL: err8 -O3 execution - bytecode->native test
FAIL: err8 execution - gij test
FAIL: err8 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: err9 execution - source compiled test
FAIL: err9 execution - gij test
FAIL: err9 execution - bytecode->native test
FAIL: err9 execution - gij test
FAIL: err9 -findirect-dispatch execution - bytecode->native test
FAIL: err9 -O3 execution - source compiled test
FAIL: err9 execution - gij test
FAIL: err9 -O3 execution - bytecode->native test
FAIL: err9 execution - gij test
FAIL: err9 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: final_inner execution - source compiled test
FAIL: final_inner execution - gij test
FAIL: final_inner execution - bytecode->native test
FAIL: final_inner execution - gij test
FAIL: final_inner -findirect-dispatch compilation from bytecode
FAIL: final_inner -O3 execution - source compiled test
ERROR: No \`main' given in program final_inner
UNRESOLVED: final_inner byte compilation
FAIL: final_inner execution - gij test
FAIL: final_inner -O3 -findirect-dispatch execution - bytecode->native test
FAIL: final_int execution - source compiled test
ERROR: No \`main' given in program final_int
UNRESOLVED: final_int byte compilation
FAIL: final_int execution - gij test
FAIL: final_int -findirect-dispatch execution - bytecode->native test
FAIL: final_int -O3 execution - source compiled test
FAIL: final_int execution - gij test
FAIL: final_int -O3 execution - bytecode->native test
FAIL: final_int execution - gij test
FAIL: final_int -O3 -findirect-dispatch execution - bytecode->native test
FAIL: final_static_and_friend execution - source compiled test
FAIL: final_static_and_friend execution - gij test
FAIL: final_static_and_friend execution - bytecode->native test
FAIL: final_static_and_friend execution - gij test
FAIL: final_static_and_friend -findirect-dispatch execution - bytecode->native test
FAIL: final_static_and_friend -O3 execution - source compiled test
ERROR: No \`main' given in program final_static_and_friend
UNRESOLVED: final_static_and_friend byte compilation
FAIL: final_static_and_friend execution - gij test
FAIL: final_static_and_friend -O3 -findirect-dispatch execution - bytecode->native test
FAIL: indirect execution - source compiled test
FAIL: indirect execution - gij test
FAIL: indirect execution - bytecode->native test
FAIL: indirect execution - gij test
FAIL: indirect -findirect-dispatch execution - bytecode->native test
FAIL: indirect -O3 execution - source compiled test
FAIL: indirect execution - gij test
FAIL: indirect -O3 execution - bytecode->native test
FAIL: indirect execution - gij test
FAIL: indirect -O3 -findirect-dispatch execution - bytecode->native test
FAIL: indirect_read execution - source compiled test
ERROR: No \`main' given in program indirect_read
UNRESOLVED: indirect_read byte compilation
FAIL: indirect_read execution - gij test
FAIL: indirect_read -findirect-dispatch execution - bytecode->native test
FAIL: indirect_read -O3 execution - source compiled test
FAIL: indirect_read execution - gij test
FAIL: indirect_read -O3 execution - bytecode->native test
FAIL: indirect_read execution - gij test
FAIL: indirect_read -O3 -findirect-dispatch execution - bytecode->native test
FAIL: indirect_write execution - source compiled test
FAIL: indirect_write execution - gij test
FAIL: indirect_write execution - bytecode->native test
FAIL: indirect_write execution - gij test
FAIL: indirect_write -findirect-dispatch execution - bytecode->native test
FAIL: indirect_write -O3 execution - source compiled test
FAIL: indirect_write execution - gij test
FAIL: indirect_write -O3 execution - bytecode->native test
FAIL: indirect_write execution - gij test
FAIL: indirect_write -O3 -findirect-dispatch execution - bytecode->native test
FAIL: initexc execution - source compiled test
FAIL: initexc execution - gij test
FAIL: initexc execution - bytecode->native test
FAIL: initexc execution - gij test
FAIL: initexc -findirect-dispatch execution - bytecode->native test
FAIL: initexc -O3 execution - source compiled test
FAIL: initexc execution - gij test
FAIL: initexc -O3 execution - bytecode->native test
FAIL: initexc execution - gij test
FAIL: initexc -O3 -findirect-dispatch execution - bytecode->native test
FAIL: initfield execution - source compiled test
FAIL: initfield execution - gij test
FAIL: initfield compilation from bytecode
FAIL: initfield execution - gij test
FAIL: initfield -findirect-dispatch execution - bytecode->native test
FAIL: initfield -O3 execution - source compiled test
FAIL: initfield execution - gij test
FAIL: initfield -O3 execution - bytecode->native test
FAIL: initfield execution - gij test
FAIL: initfield -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inline execution - source compiled test
FAIL: inline execution - gij test
FAIL: inline execution - bytecode->native test
FAIL: inline execution - gij test
FAIL: inline -findirect-dispatch execution - bytecode->native test
FAIL: inline -O3 execution - source compiled test
FAIL: inline execution - gij test
FAIL: inline -O3 execution - bytecode->native test
FAIL: inline execution - gij test
FAIL: inline -O3 -findirect-dispatch compilation from bytecode
FAIL: inner1 execution - source compiled test
FAIL: inner1 execution - gij test
FAIL: inner1 execution - bytecode->native test
FAIL: inner1 execution - gij test
FAIL: inner1 -findirect-dispatch execution - bytecode->native test
FAIL: inner1 -O3 execution - source compiled test
FAIL: inner1 execution - gij test
FAIL: inner1 -O3 execution - bytecode->native test
FAIL: inner1 execution - gij test
FAIL: inner1 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inner2 execution - source compiled test
FAIL: inner2 execution - gij test
FAIL: inner2 compilation from bytecode
FAIL: inner2 execution - gij test
FAIL: inner2 -findirect-dispatch execution - bytecode->native test
FAIL: inner2 -O3 execution - source compiled test
FAIL: inner2 execution - gij test
FAIL: inner2 -O3 execution - bytecode->native test
FAIL: inner2 execution - gij test
FAIL: inner2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inner3 execution - source compiled test
ERROR: No \`main' given in program inner3
UNRESOLVED: inner3 byte compilation
FAIL: inner3 execution - gij test
FAIL: inner3 -findirect-dispatch execution - bytecode->native test
FAIL: inner3 -O3 execution - source compiled test
FAIL: inner3 execution - gij test
FAIL: inner3 -O3 execution - bytecode->native test
FAIL: inner3 execution - gij test
FAIL: inner3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inner4 execution - source compiled test
FAIL: inner4 execution - gij test
FAIL: inner4 execution - bytecode->native test
FAIL: inner4 execution - gij test
FAIL: inner4 -findirect-dispatch execution - bytecode->native test
FAIL: inner4 -O3 execution - source compiled test
FAIL: inner4 execution - gij test
FAIL: inner4 -O3 execution - bytecode->native test
FAIL: inner4 execution - gij test
FAIL: inner4 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inner_array execution - source compiled test
FAIL: inner_array execution - gij test
FAIL: inner_array compilation from bytecode
FAIL: inner_array execution - gij test
FAIL: inner_array -findirect-dispatch execution - bytecode->native test
FAIL: inner_array -O3 execution - source compiled test
FAIL: inner_array execution - gij test
FAIL: inner_array -O3 execution - bytecode->native test
FAIL: inner_array execution - gij test
FAIL: inner_array -O3 -findirect-dispatch execution - bytecode->native test
FAIL: inner_interface execution - source compiled test
FAIL: inner_interface execution - gij test
FAIL: inner_interface execution - bytecode->native test
FAIL: inner_interface execution - gij test
FAIL: inner_interface -findirect-dispatch execution - bytecode->native test
FAIL: inner_interface -O3 execution - source compiled test
FAIL: inner_interface execution - gij test
FAIL: inner_interface -O3 compilation from bytecode
FAIL: inner_interface execution - gij test
FAIL: inner_interface -O3 -findirect-dispatch execution - bytecode->native test
FAIL: instance execution - source compiled test
FAIL: instance execution - gij test
FAIL: instance execution - bytecode->native test
ERROR: No \`main' given in program instance
UNRESOLVED: instance -O3 compilation from source
FAIL: instance -O3 execution - source compiled test
FAIL: instance execution - gij test
FAIL: instance -O3 execution - bytecode->native test
FAIL: instance execution - gij test
FAIL: instance -O3 -findirect-dispatch execution - bytecode->native test
FAIL: instinit execution - source compiled test
FAIL: instinit execution - gij test
FAIL: instinit execution - bytecode->native test
FAIL: instinit execution - gij test
FAIL: instinit -findirect-dispatch execution - bytecode->native test
FAIL: instinit -O3 execution - source compiled test
FAIL: instinit execution - gij test
FAIL: instinit -O3 execution - bytecode->native test
FAIL: instinit execution - gij test
FAIL: instinit -O3 -findirect-dispatch compilation from bytecode
FAIL: instinit2 execution - source compiled test
FAIL: instinit2 execution - gij test
FAIL: instinit2 execution - bytecode->native test
FAIL: instinit2 execution - gij test
FAIL: instinit2 -findirect-dispatch execution - bytecode->native test
FAIL: instinit2 -O3 execution - source compiled test
FAIL: instinit2 execution - gij test
FAIL: instinit2 -O3 execution - bytecode->native test
FAIL: instinit2 execution - gij test
FAIL: instinit2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: invoke_from_inner execution - source compiled test
FAIL: invoke_from_inner execution - gij test
FAIL: invoke_from_inner execution - bytecode->native test
FAIL: invoke_from_inner execution - gij test
FAIL: invoke_from_inner -findirect-dispatch execution - bytecode->native test
FAIL: invoke_from_inner -O3 execution - source compiled test
FAIL: invoke_from_inner execution - gij test
FAIL: invoke_from_inner -O3 execution - bytecode->native test
FAIL: invoke_from_inner execution - gij test
FAIL: invoke_from_inner -O3 -findirect-dispatch execution - bytecode->native test
FAIL: invokethrow execution - source compiled test
FAIL: invokethrow execution - gij test
FAIL: invokethrow compilation from bytecode
ERROR: No \`main' given in program invokethrow
UNRESOLVED: invokethrow -O3 compilation from source
FAIL: invokethrow -O3 execution - source compiled test
FAIL: invokethrow execution - gij test
FAIL: invokethrow -O3 execution - bytecode->native test
FAIL: invokethrow execution - gij test
FAIL: invokethrow -O3 -findirect-dispatch execution - bytecode->native test
FAIL: klass execution - source compiled test
FAIL: klass execution - gij test
FAIL: klass execution - bytecode->native test
FAIL: klass execution - gij test
FAIL: klass -findirect-dispatch execution - bytecode->native test
FAIL: klass -O3 execution - source compiled test
FAIL: klass execution - gij test
FAIL: klass -O3 execution - bytecode->native test
FAIL: klass execution - gij test
FAIL: klass -O3 -findirect-dispatch execution - bytecode->native test
FAIL: md5test execution - source compiled test
FAIL: md5test execution - gij test
FAIL: md5test execution - bytecode->native test
FAIL: md5test execution - gij test
FAIL: md5test -findirect-dispatch execution - bytecode->native test
FAIL: md5test -O3 execution - source compiled test
FAIL: md5test execution - gij test
FAIL: md5test -O3 execution - bytecode->native test
FAIL: md5test execution - gij test
FAIL: md5test -O3 -findirect-dispatch execution - bytecode->native test
FAIL: multiple_finit execution - source compiled test
FAIL: multiple_finit execution - gij test
FAIL: multiple_finit execution - bytecode->native test
FAIL: multiple_finit execution - gij test
FAIL: multiple_finit -findirect-dispatch execution - bytecode->native test
FAIL: multiple_finit -O3 execution - source compiled test
FAIL: multiple_finit execution - gij test
FAIL: multiple_finit -O3 execution - bytecode->native test
FAIL: multiple_finit execution - gij test
FAIL: multiple_finit -O3 -findirect-dispatch execution - bytecode->native test
FAIL: negzero execution - source compiled test
FAIL: negzero execution - gij test
FAIL: negzero compilation from bytecode
FAIL: negzero execution - gij test
FAIL: negzero -findirect-dispatch execution - bytecode->native test
FAIL: negzero -O3 execution - source compiled test
FAIL: negzero execution - gij test
FAIL: negzero -O3 compilation from bytecode
FAIL: negzero execution - gij test
FAIL: negzero -O3 -findirect-dispatch execution - bytecode->native test
FAIL: nested_with_ctor execution - source compiled test
FAIL: nested_with_ctor execution - gij test
FAIL: nested_with_ctor execution - bytecode->native test
FAIL: nested_with_ctor execution - gij test
FAIL: nested_with_ctor -findirect-dispatch execution - bytecode->native test
FAIL: nested_with_ctor -O3 execution - source compiled test
ERROR: No \`main' given in program nested_with_ctor
UNRESOLVED: nested_with_ctor byte compilation
FAIL: nested_with_ctor execution - gij test
FAIL: nested_with_ctor -O3 -findirect-dispatch execution - bytecode->native test
FAIL: newarray_overflow execution - source compiled test
FAIL: newarray_overflow execution - gij test
FAIL: newarray_overflow execution - bytecode->native test
FAIL: newarray_overflow execution - gij test
FAIL: newarray_overflow -findirect-dispatch execution - bytecode->native test
FAIL: newarray_overflow -O3 execution - source compiled test
FAIL: newarray_overflow execution - gij test
FAIL: newarray_overflow -O3 execution - bytecode->native test
FAIL: newarray_overflow execution - gij test
FAIL: newarray_overflow -O3 -findirect-dispatch execution - bytecode->native test
FAIL: override execution - source compiled test
FAIL: override execution - gij test
FAIL: override execution - bytecode->native test
FAIL: override execution - gij test
FAIL: override -findirect-dispatch execution - bytecode->native test
FAIL: override -O3 execution - source compiled test
FAIL: override execution - gij test
FAIL: override -O3 execution - bytecode->native test
FAIL: override execution - gij test
FAIL: override -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr109 execution - source compiled test
FAIL: pr109 execution - gij test
FAIL: pr109 execution - bytecode->native test
FAIL: pr109 execution - gij test
FAIL: pr109 -findirect-dispatch execution - bytecode->native test
FAIL: pr109 -O3 execution - source compiled test
FAIL: pr109 execution - gij test
FAIL: pr109 -O3 execution - bytecode->native test
FAIL: pr109 execution - gij test
FAIL: pr109 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107 execution - source compiled test
FAIL: pr13107 execution - gij test
FAIL: pr13107 execution - bytecode->native test
FAIL: pr13107 execution - gij test
FAIL: pr13107 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107 -O3 execution - source compiled test
FAIL: pr13107 execution - gij test
FAIL: pr13107 -O3 execution - bytecode->native test
FAIL: pr13107 execution - gij test
FAIL: pr13107 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107_2 execution - source compiled test
FAIL: pr13107_2 execution - gij test
FAIL: pr13107_2 compilation from bytecode
FAIL: pr13107_2 execution - gij test
FAIL: pr13107_2 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107_2 -O3 execution - source compiled test
FAIL: pr13107_2 execution - gij test
FAIL: pr13107_2 -O3 execution - bytecode->native test
FAIL: pr13107_2 execution - gij test
FAIL: pr13107_2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107_3 execution - source compiled test
ERROR: No \`main' given in program pr13107_3
UNRESOLVED: pr13107_3 byte compilation
FAIL: pr13107_3 execution - gij test
FAIL: pr13107_3 -findirect-dispatch execution - bytecode->native test
FAIL: pr13107_3 -O3 execution - source compiled test
FAIL: pr13107_3 execution - gij test
FAIL: pr13107_3 -O3 execution - bytecode->native test
FAIL: pr13107_3 execution - gij test
FAIL: pr13107_3 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr133 execution - source compiled test
FAIL: pr133 execution - gij test
FAIL: pr133 execution - bytecode->native test
FAIL: pr133 execution - gij test
FAIL: pr133 -findirect-dispatch execution - bytecode->native test
FAIL: pr133 -O3 execution - source compiled test
FAIL: pr133 execution - gij test
FAIL: pr133 -O3 execution - bytecode->native test
FAIL: pr133 execution - gij test
FAIL: pr133 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr16789 execution - source compiled test
FAIL: pr16789 execution - gij test
FAIL: pr16789 execution - bytecode->native test
FAIL: pr16789 execution - gij test
FAIL: pr16789 -findirect-dispatch execution - bytecode->native test
FAIL: pr16789 -O3 execution - source compiled test
FAIL: pr16789 execution - gij test
FAIL: pr16789 -O3 compilation from bytecode
FAIL: pr16789 execution - gij test
FAIL: pr16789 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr17536 execution - source compiled test
FAIL: pr17536 execution - gij test
FAIL: pr17536 compilation from bytecode
FAIL: pr17536 execution - gij test
FAIL: pr17536 -findirect-dispatch compilation from bytecode
FAIL: pr17536 -O3 execution - source compiled test
ERROR: No \`main' given in program pr17536
UNRESOLVED: pr17536 byte compilation
FAIL: pr17536 execution - gij test
FAIL: pr17536 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr179 execution - source compiled test
FAIL: pr179 execution - gij test
FAIL: pr179 execution - bytecode->native test
ERROR: No \`main' given in program pr179
UNRESOLVED: pr179 -O3 compilation from source
FAIL: pr179 -O3 execution - source compiled test
FAIL: pr179 execution - gij test
FAIL: pr179 -O3 execution - bytecode->native test
FAIL: pr179 execution - gij test
FAIL: pr179 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr184 execution - source compiled test
FAIL: pr184 execution - gij test
FAIL: pr184 execution - bytecode->native test
FAIL: pr184 execution - gij test
FAIL: pr184 -findirect-dispatch execution - bytecode->native test
FAIL: pr184 -O3 execution - source compiled test
FAIL: pr184 execution - gij test
FAIL: pr184 -O3 execution - bytecode->native test
FAIL: pr184 execution - gij test
FAIL: pr184 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr21785 execution - source compiled test
FAIL: pr21785 execution - gij test
FAIL: pr21785 execution - bytecode->native test
FAIL: pr21785 execution - gij test
FAIL: pr21785 -findirect-dispatch execution - bytecode->native test
FAIL: pr21785 -O3 execution - source compiled test
FAIL: pr21785 execution - gij test
FAIL: pr21785 -O3 execution - bytecode->native test
FAIL: pr21785 execution - gij test
FAIL: pr21785 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr21844 execution - source compiled test
FAIL: pr21844 execution - gij test
FAIL: pr21844 compilation from bytecode
FAIL: pr21844 execution - gij test
FAIL: pr21844 -findirect-dispatch execution - bytecode->native test
FAIL: pr21844 -O3 execution - source compiled test
FAIL: pr21844 execution - gij test
FAIL: pr21844 -O3 execution - bytecode->native test
FAIL: pr21844 execution - gij test
FAIL: pr21844 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr24321 execution - source compiled test
FAIL: pr24321 execution - gij test
FAIL: pr24321 execution - bytecode->native test
FAIL: pr24321 execution - gij test
FAIL: pr24321 -findirect-dispatch compilation from bytecode
FAIL: pr24321 -O3 execution - source compiled test
FAIL: pr24321 execution - gij test
FAIL: pr24321 -O3 execution - bytecode->native test
FAIL: pr24321 execution - gij test
FAIL: pr24321 -O3 -findirect-dispatch compilation from bytecode
FAIL: pr25676 execution - source compiled test
FAIL: pr25676 execution - gij test
FAIL: pr25676 execution - bytecode->native test
FAIL: pr25676 execution - gij test
FAIL: pr25676 -findirect-dispatch execution - bytecode->native test
FAIL: pr25676 -O3 execution - source compiled test
FAIL: pr25676 execution - gij test
FAIL: pr25676 -O3 execution - bytecode->native test
FAIL: pr25676 execution - gij test
FAIL: pr25676 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr26390 execution - source compiled test
FAIL: pr26390 execution - gij test
FAIL: pr26390 execution - bytecode->native test
FAIL: pr26390 execution - gij test
FAIL: pr26390 -findirect-dispatch execution - bytecode->native test
FAIL: pr26390 -O3 execution - source compiled test
FAIL: pr26390 execution - gij test
FAIL: pr26390 -O3 execution - bytecode->native test
FAIL: pr26390 execution - gij test
FAIL: pr26390 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr26990 execution - source compiled test
FAIL: pr26990 execution - gij test
FAIL: pr26990 execution - bytecode->native test
FAIL: pr26990 execution - gij test
FAIL: pr26990 -findirect-dispatch execution - bytecode->native test
FAIL: pr26990 -O3 execution - source compiled test
FAIL: pr26990 execution - gij test
FAIL: pr26990 -O3 execution - bytecode->native test
ERROR: No \`main' given in program pr26990
UNRESOLVED: pr27171 compilation from source
FAIL: pr27171 execution - source compiled test
FAIL: pr27171 execution - gij test
FAIL: pr27171 execution - bytecode->native test
FAIL: pr27171 execution - gij test
FAIL: pr27171 -findirect-dispatch compilation from bytecode
FAIL: pr27171 -O3 execution - source compiled test
FAIL: pr27171 execution - gij test
FAIL: pr27171 -O3 execution - bytecode->native test
FAIL: pr27171 execution - gij test
FAIL: pr27171 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr6388 execution - source compiled test
FAIL: pr6388 execution - gij test
FAIL: pr6388 execution - bytecode->native test
FAIL: pr6388 execution - gij test
FAIL: pr6388 -findirect-dispatch execution - bytecode->native test
FAIL: pr6388 -O3 execution - source compiled test
FAIL: pr6388 execution - gij test
FAIL: pr6388 -O3 execution - bytecode->native test
FAIL: pr6388 execution - gij test
FAIL: pr6388 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr83 execution - source compiled test
FAIL: pr83 execution - gij test
FAIL: pr83 execution - bytecode->native test
FAIL: pr83 execution - gij test
FAIL: pr83 -findirect-dispatch execution - bytecode->native test
FAIL: pr83 -O3 execution - source compiled test
FAIL: pr83 execution - gij test
FAIL: pr83 -O3 execution - bytecode->native test
FAIL: pr83 execution - gij test
FAIL: pr83 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr8415 execution - source compiled test
FAIL: pr8415 execution - gij test
FAIL: pr8415 execution - bytecode->native test
FAIL: pr8415 execution - gij test
FAIL: pr8415 -findirect-dispatch execution - bytecode->native test
FAIL: pr8415 -O3 execution - source compiled test
FAIL: pr8415 execution - gij test
FAIL: pr8415 -O3 execution - bytecode->native test
FAIL: pr8415 execution - gij test
FAIL: pr8415 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr8676 execution - source compiled test
ERROR: No \`main' given in program pr8676
UNRESOLVED: pr8676 byte compilation
FAIL: pr8676 execution - gij test
FAIL: pr8676 -findirect-dispatch execution - bytecode->native test
FAIL: pr8676 -O3 execution - source compiled test
FAIL: pr8676 execution - gij test
FAIL: pr8676 -O3 compilation from bytecode
FAIL: pr8676 execution - gij test
FAIL: pr8676 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr8823 execution - source compiled test
FAIL: pr8823 execution - gij test
FAIL: pr8823 execution - bytecode->native test
FAIL: pr8823 execution - gij test
FAIL: pr8823 -findirect-dispatch compilation from bytecode
FAIL: pr8823 -O3 execution - source compiled test
FAIL: pr8823 execution - gij test
FAIL: pr8823 -O3 compilation from bytecode
FAIL: pr8823 execution - gij test
FAIL: pr8823 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: pr8945 execution - source compiled test
FAIL: pr8945 execution - gij test
FAIL: pr8945 execution - bytecode->native test
FAIL: pr8945 execution - gij test
FAIL: pr8945 -findirect-dispatch execution - bytecode->native test
FAIL: pr8945 -O3 execution - source compiled test
FAIL: pr8945 execution - gij test
FAIL: pr8945 -O3 execution - bytecode->native test
FAIL: pr8945 execution - gij test
FAIL: pr8945 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: private_direct_read execution - source compiled test
FAIL: private_direct_read execution - gij test
FAIL: private_direct_read execution - bytecode->native test
FAIL: private_direct_read execution - gij test
FAIL: private_direct_read -findirect-dispatch execution - bytecode->native test
FAIL: private_direct_read -O3 execution - source compiled test
FAIL: private_direct_read execution - gij test
FAIL: private_direct_read -O3 execution - bytecode->native test
FAIL: private_direct_read execution - gij test
FAIL: private_direct_read -O3 -findirect-dispatch execution - bytecode->native test
FAIL: search_outer execution - source compiled test
FAIL: search_outer execution - gij test
FAIL: search_outer execution - bytecode->native test
FAIL: search_outer execution - gij test
FAIL: search_outer -findirect-dispatch execution - bytecode->native test
FAIL: search_outer -O3 execution - source compiled test
FAIL: search_outer execution - gij test
FAIL: search_outer -O3 execution - bytecode->native test
FAIL: search_outer execution - gij test
FAIL: search_outer -O3 -findirect-dispatch execution - bytecode->native test
FAIL: shatest execution - source compiled test
FAIL: shatest execution - gij test
FAIL: shatest execution - bytecode->native test
FAIL: shatest execution - gij test
FAIL: shatest -findirect-dispatch execution - bytecode->native test
FAIL: shatest -O3 execution - source compiled test
FAIL: shatest execution - gij test
FAIL: shatest -O3 execution - bytecode->native test
FAIL: shatest execution - gij test
FAIL: shatest -O3 -findirect-dispatch execution - bytecode->native test
FAIL: stacktrace execution - source compiled test
FAIL: stacktrace execution - gij test
FAIL: stacktrace execution - bytecode->native test
FAIL: stacktrace execution - gij test
FAIL: stacktrace -findirect-dispatch execution - bytecode->native test
FAIL: stacktrace -O3 execution - source compiled test
FAIL: stacktrace execution - gij test
FAIL: stacktrace -O3 execution - bytecode->native test
FAIL: stacktrace execution - gij test
FAIL: stacktrace -O3 -findirect-dispatch execution - bytecode->native test
FAIL: stringconst execution - source compiled test
FAIL: stringconst execution - gij test
FAIL: stringconst execution - bytecode->native test
ERROR: No \`main' given in program stringconst
UNRESOLVED: stringconst -O3 compilation from source
FAIL: stringconst -O3 execution - source compiled test
FAIL: stringconst execution - gij test
FAIL: stringconst -O3 compilation from bytecode
FAIL: stringconst execution - gij test
FAIL: stringconst -O3 -findirect-dispatch execution - bytecode->native test
FAIL: stringconst2 execution - source compiled test
FAIL: stringconst2 execution - gij test
FAIL: stringconst2 execution - bytecode->native test
FAIL: stringconst2 execution - gij test
FAIL: stringconst2 -findirect-dispatch execution - bytecode->native test
FAIL: stringconst2 -O3 execution - source compiled test
FAIL: stringconst2 execution - gij test
FAIL: stringconst2 -O3 execution - bytecode->native test
FAIL: stringconst2 execution - gij test
FAIL: stringconst2 -O3 -findirect-dispatch execution - bytecode->native test
FAIL: stub execution - source compiled test
FAIL: stub execution - gij test
FAIL: stub execution - bytecode->native test
FAIL: stub execution - gij test
FAIL: stub -findirect-dispatch execution - bytecode->native test
FAIL: stub -O3 execution - source compiled test
FAIL: stub execution - gij test
FAIL: stub -O3 execution - bytecode->native test
FAIL: stub execution - gij test
FAIL: stub -O3 -findirect-dispatch execution - bytecode->native test
FAIL: test_long execution - source compiled test
FAIL: test_long execution - gij test
FAIL: test_long execution - bytecode->native test
FAIL: test_long execution - gij test
FAIL: test_long -findirect-dispatch execution - bytecode->native test
FAIL: test_long -O3 execution - source compiled test
FAIL: test_long execution - gij test
FAIL: test_long -O3 execution - bytecode->native test
FAIL: test_long execution - gij test
FAIL: test_long -O3 -findirect-dispatch execution - bytecode->native test
FAIL: tmi execution - source compiled test
FAIL: tmi execution - gij test
FAIL: tmi execution - bytecode->native test
FAIL: tmi execution - gij test
FAIL: tmi -findirect-dispatch execution - bytecode->native test
FAIL: tmi -O3 execution - source compiled test
FAIL: tmi execution - gij test
FAIL: tmi -O3 compilation from bytecode
FAIL: tmi execution - gij test
FAIL: tmi -O3 -findirect-dispatch execution - bytecode->native test
FAIL: tp execution - source compiled test
FAIL: tp execution - gij test
FAIL: tp execution - bytecode->native test
FAIL: tp execution - gij test
FAIL: tp -findirect-dispatch execution - bytecode->native test
FAIL: tp -O3 execution - source compiled test
FAIL: tp execution - gij test
FAIL: tp -O3 compilation from bytecode
FAIL: tp execution - gij test
FAIL: tp -O3 -findirect-dispatch execution - bytecode->native test
FAIL: update_outer execution - source compiled test
FAIL: update_outer execution - gij test
FAIL: update_outer execution - bytecode->native test
FAIL: update_outer execution - gij test
FAIL: update_outer -findirect-dispatch compilation from bytecode
FAIL: update_outer -O3 execution - source compiled test
FAIL: update_outer execution - gij test
FAIL: update_outer -O3 execution - bytecode->native test
FAIL: update_outer execution - gij test
FAIL: update_outer -O3 -findirect-dispatch execution - bytecode->native test
FAIL: utf8concat execution - source compiled test
FAIL: utf8concat execution - gij test
FAIL: utf8concat compilation from bytecode
FAIL: utf8concat execution - gij test
FAIL: utf8concat -findirect-dispatch execution - bytecode->native test
FAIL: utf8concat -O3 execution - source compiled test
FAIL: utf8concat execution - gij test
FAIL: utf8concat -O3 execution - bytecode->native test
FAIL: utf8concat execution - gij test
FAIL: utf8concat -O3 -findirect-dispatch execution - bytecode->native test
FAIL: utilTest execution - source compiled test
FAIL: utilTest execution - gij test
FAIL: utilTest execution - bytecode->native test
FAIL: utilTest execution - gij test
FAIL: utilTest -findirect-dispatch execution - bytecode->native test
FAIL: utilTest -O3 execution - source compiled test
FAIL: utilTest execution - gij test
FAIL: utilTest -O3 execution - bytecode->native test
FAIL: utilTest execution - gij test
FAIL: utilTest -O3 -findirect-dispatch execution - bytecode->native test
FAIL: verify execution - source compiled test
FAIL: verify execution - gij test
FAIL: verify execution - bytecode->native test
FAIL: verify execution - gij test
FAIL: verify -findirect-dispatch execution - bytecode->native test
FAIL: verify -O3 execution - source compiled test
FAIL: verify execution - gij test
FAIL: verify -O3 execution - bytecode->native test
FAIL: verify execution - gij test
FAIL: verify -O3 -findirect-dispatch execution - bytecode->native test
FAIL: /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestEarlyGC.exe execution - /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestEarlyGC.exe
FAIL: /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestLeak.exe execution - /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestLeak.exe
FAIL: /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestMultiple.exe execution - /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestMultiple.exe
FAIL: /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestParent.exe execution - /export/app/src/gcc-obj.421/sparc-sun-solaris2.9/libjava/testsuite/TestParent.exe
FAIL: pr21115 run
FAIL: Lazy run

		=== libjava Summary ===

# of expected passes		1917
# of unexpected failures	1856
# of unresolved testcases	41
# of untested testcases		1927
		=== libstdc++ tests ===


Running target unix
FAIL: 22_locale/num_put/put/char/14220.cc execution test

		=== libstdc++ Summary ===

# of expected passes		3827
# of unexpected failures	1
# of expected failures		17
# of unsupported tests		322

Compiler version: 4.2.1 
Platform: sparc-sun-solaris2.9
configure flags: --prefix=/usr/local/gcc/4.2.1 --with-gnu-as --with-gnu-ld --with-build-time-tools=/usr/local/gcc/4.2.1 --with-mpfr=/usr/local/gcc/4.2.1 --with-gmp=/usr/local/gcc/4.2.1 --enable-languages=c,c++,fortran,java


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