pr35802.c

来自「用于进行gcc测试」· C语言 代码 · 共 18 行

C
18
字号
/* { dg-mips-options "-O2 -march=74kc -mgp32" } */__thread int x __attribute__((tls_model("initial-exec")));__thread int y __attribute__((tls_model("initial-exec")));int bar (void);NOMIPS16 voidfoo (int n){  if (n > 5)    {      y = 0;      do	x += bar ();      while (n--);    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?