?? pr17724-2.c
字號:
// PR tree-optimization/17724// { dg-do compile }// { dg-options "-O2" }namespace N { char *strcpy (char *, const char *); }extern "C" char *strcpy (char *, const char *);inline char *N::strcpy (char *s, const char *t) { return ::strcpy (s, t); }struct S { ~S (); };int foo ();intmain (){ S s; int a; char b[64]; N::strcpy (b, "ABCDEFGHIJKLM"); while ((a = foo ()) != -1) if (a) return -1; return 0;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -