bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison output file name test failure on Solaris 10 (Sun C++ 5.12)


From: Paul Eggert
Subject: Bison output file name test failure on Solaris 10 (Sun C++ 5.12)
Date: Thu, 17 Oct 2019 12:34:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

After my recent spate of commits, Bison HEAD passes all its tests on Solaris 10 when compiled with Oracle Solaris Studio 12.3 (also known as Sun C 5.12), except for this test:

113: Output file name: `~!@#$%^&*()-=_+{}[]|\:;<>, .' FAILED (output.at:293)

tests/testsuite.dir/113/testsuite.log is attached, and indicates that it's an internal error in the C++ compiler (though not the C compiler). I don't see this error in Oracle Developer Studio 12.6 (the current release), so I doubt whether this issue is work fixing per se. That being said, a C or C++ compiler is within its rights to reject file names that are not portable POSIX file names, so perhaps the test should be altered to detect compilers that are pickier about file names.

Attachment: testsuite.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]