代码搜索:COMPOUND
找到约 908 项符合「COMPOUND」的源代码
代码结果 908
www.eeworm.com/read/470693/1464563
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/233448/4686360
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/190666/5180028
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/340665/3281091
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/322505/3525172
mk common.mk
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
PSTAG_64 = .64
LIB_VARIANT = $(subst .o,,a.$(COMPOUND_VARIANT))$(PSTAG_$(PADDR_SIZE))
LINKER_TYPE=BOOTSTRAP
INSTALLDIR = boot/sys
LIBS = st
www.eeworm.com/read/283355/4080141
patch glibc-2.1.3-allow-gcc-3.4-mntent.patch
Fixes compilation with gcc-3.4.0:
mntent_r.c: In function `__getmntent_r':
mntent_r.c:146: error: label at end of compound statement
mntent_r.c: In function `__addmntent':
mntent_r.c:214: warning: im
www.eeworm.com/read/440906/1782771
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/366702/2866266
c complit10.c
// PR c++/36023
// { dg-do compile }
// { dg-options "" }
struct A;
void
f1 (int i)
{
(int[i]) { 1 }; // { dg-error "variable-sized compound literal" }
(A[5]) { 1 }; // { dg-error "have incompl
www.eeworm.com/read/366702/2884647
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
www.eeworm.com/read/162614/5531453
c c99-complit-2.c
/* Test for compound literals: in C99 only. Test for invalid uses. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */