tcctest: explain why i386 is not tested

This commit is contained in:
Giovanni Mascellani 2019-12-17 12:36:02 +01:00
parent 1d4d74d6d0
commit 43fb5a72e7
No known key found for this signature in database
GPG Key ID: 8DAFC10CCFDE7849

View File

@ -3321,6 +3321,9 @@ extern int bug_table[] __attribute__((section("__bug_table")));
char * get_asm_string (void)
{
#ifdef __i386__
/* i386 is not currently tested because this code triggers a gcc
bug on some distributions. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946678 */
char *str = "(not tested)";
#else
extern int some_symbol;