用于进行gcc测试
源代码在线查看: c99-restrict-1.c
/* Test for restrict: in C99 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ char *restrict foo; /* The following are constraint violations and should be rejected. */ int restrict bar; /* { dg-bogus "warning" "warning in place of error" } */ /* { dg-error "restrict" "restrict constraint violation" { target *-*-* } 10 } */ typedef void (*fp) (void); fp restrict baz; /* { dg-bogus "warning" "warning in place of error" } */ /* { dg-error "restrict" "restrict constraint violation" { target *-*-* } 15 } */ void quux (int restrict a[3]); /* { dg-bogus "warning" "warning in place of error" } */ /* { dg-error "restrict" "restrict constraint violation" { target *-*-* } 18 } */
|
相关资源 |
|
-
用于进行gcc测试
-
一份教辅软件 可用于进行apm的测试
对apm的提高有很大帮助
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于AIC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于CAN功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PMC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PWM功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于RII功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于SPI功能测试
|