This is the mail archive of the gcc-bugs@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]

Filenames with "=" crash contrib/test_summary


The existence of file
./mips-sgi-irix6.5/mabi=64/libstdc++/testsuite/libstdc++.sum in the build
tree crashes contrib/test_summary script.

Error message is 

gawk: cmd. line:40: (FILENAME=./gcc/testsuite/g++.sum FNR=12122) fatal:
illegal name `./mips-sgi-irix6.5/mabi' in variable assignment

Crash is occurring after last line of ./gcc/testsuite/g++.sum, which is
previous file processed. gawk doesn't like doesn't like an "=" in a
filename.  I tried various quoting tricks but couldn't find a work around.

SGI awk=nawk doesn't like it either, giving

Cannot open "./mips-sgi-irix6.5/mabi=64/libstdc++/testsuite/libstdc++.sum":
No such file or directory
Input record number 26079, file
"./mips-sgi-irix6.5/mabi=64/libstdc++/testsuite/libstdc++.sum"  

+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone:	+61 3 9469 0642
FAX:	+61 3 9462 2700
Email:	David.Billinghurst@riotinto.com


 

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