#
# The following is a sample bug report form which you can use as
# a template in reporting bugs and/or fixes.  Please leave the
# marks like <this>. You can change all else, including removing
# the comment lines that begin with the pound char (#). Mail the
# filled in form to mcs@wet.com, subject: asm68xx bug
#

#
# ***** NOTE: The solution to this bug is that the test case is
# **********  meant to fail, i.e., not produce a *.s19 file.
# **********  The failure is that a macro is defined and used in the
# **********  assembly, despite the fact that it is not supported yet.
#


<brief> as11 fails test to generate failfuzz.s19 from failfuzz.a11

<desc>
	The test case failfuzz.a11, which is used with ../bin/as11,
	does not generate failfuzz.s19.  I've included the test run
	session, as well as the 'make' session. Thanx for any help.

<software>
	- asm68xx.a00.tgz from sunsite.unc.edu
	- linux 0.99 patch level 9
	- gcc 2.3.3, libc 4.3.3
	- bash 1.12

<host hardware>
	AT clone 486DX-33

<target hardware>
	MC6801



<attach> test.out
-----begin cut and save-----
Script started on Sat Jun 12 15:50:30 1993
mcs:1! make
../bin/as11 failfuzz.a11 
  failfuzz.a11,44:  Error -> Unrecognized Mnemonic
  failfuzz.a11,45:  Error -> Missing or unidentifiable operand 
  failfuzz.a11,46:  Error -> Unrecognized Mnemonic
  failfuzz.a11,47:  Error -> Missing or unidentifiable operand 
  failfuzz.a11,48:  Error -> Unrecognized Mnemonic
  failfuzz.a11,49:  Error -> Unrecognized Mnemonic
  failfuzz.a11,51:  Error -> Unrecognized Mnemonic
  failfuzz.a11,52:  Error -> Missing or unidentifiable operand 
  failfuzz.a11,53:  Error -> Unrecognized Mnemonic
  failfuzz.a11,54:  Error -> Missing or unidentifiable operand 
  failfuzz.a11,55:  Error -> Unrecognized Mnemonic
  failfuzz.a11,56:  Error -> Unrecognized Mnemonic
  failfuzz.a11,58:  Error -> Unrecognized Mnemonic
  failfuzz.a11,59:  Error -> Unrecognized Mnemonic
  failfuzz.a11,67:  Error -> Unrecognized Mnemonic
  failfuzz.a11,70:  Error -> Unrecognized Mnemonic
  failfuzz.a11,74:  Error -> Unrecognized Mnemonic
  failfuzz.a11,78:  Error -> Unrecognized Mnemonic
  failfuzz.a11,79:  Error -> Unrecognized Mnemonic
  failfuzz.a11,80:  Error -> Unrecognized Mnemonic
  failfuzz.a11,81:  Error -> Unrecognized Mnemonic
  failfuzz.a11,82:  Error -> Unrecognized Mnemonic
  failfuzz.a11,85:  Error -> Unrecognized Mnemonic
  failfuzz.a11,86:  Error -> Unrecognized Mnemonic
  failfuzz.a11,87:  Error -> Unrecognized Mnemonic
  failfuzz.a11,88:  Error -> Unrecognized Mnemonic
  failfuzz.a11,89:  Error -> Unrecognized Mnemonic
  failfuzz.a11,123:  Error -> Missing or unidentifiable operand 


Number of errors 28
Number of warnings 0
make: *** [failfuzz.s19] Error 28
mcs:2! exit
exit

Script done on Sat Jun 12 15:50:40 1993
-----end cut and save-----
<endattach>



<attach> make.out
-----begin cut and save-----
Script started on Tue Jun 12 04:09:57 1993
root:1! make
cc -O -c -o as0.o as0.c 
cc  -o as0 as0.o  -lc
cp as0 ../bin
cc -O -c -o as1.o as1.c 
cc  -o as1 as1.o  -lc
cp as1 ../bin
cc -O -c -o as4.o as4.c 
cc  -o as4 as4.o  -lc
cp as4 ../bin
cc -O -c -o as5.o as5.c 
cc  -o as5 as5.o  -lc
cp as5 ../bin
cc -O -c -o ashc5.o ashc5.c 
cc  -o ashc5 ashc5.o  -lc
cp ashc5 ../bin
cc -O -c -o as9.o as9.c 
cc  -o as9 as9.o  -lc
cp as9 ../bin
cc -O -c -o as11.o as11.c 
cc  -o as11 as11.o  -lc
cp as11 ../bin
root:2! exit
Script done on Tue Jun 12 04:13:34 1993
-----end cut and save-----
<endattach>
