On Tue, Jun 11, 2013 at 01:12:50PM +0100, Marcus Shawcroft wrote: > Hi, > > The dg-extract-result.sh script is not tolerant of spaces in test variants. > > Consider the following site.exp fragment: > > ==== > set target_list [ > list "arm-eabi-aem{-marm -march=armv7-a -mfpu=vfpv3-d16 > -mfloat-abi=softfp}" \ > "arm-eabi-aem{-marm -march=armv8-a -mfpu=crypto-neon-fp-armv8 > -mfloat-abi=hard}" \ > ]
Why don't you separate the variants with commas instead of spaces? Jakub