mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
tcctest: explain why i386 is not tested
This commit is contained in:
@@ -3321,6 +3321,9 @@ extern int bug_table[] __attribute__((section("__bug_table")));
|
||||
references to strings by PC relative references. */
|
||||
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)";
|
||||
|
||||
Reference in New Issue
Block a user