tst/struct.c:49: warning: missing return value tst/struct.c:68: warning: missing return value
http://www.codebf.com/read/166734/5472865
http://www.codebf.com/read/166734/5472913
http://www.codebf.com/read/166734/5472961
typedef struct point { int x,y; } point; typedef struct rect { point pt1, pt2; } rect; point addpoint(point p1, point p2) { /* add two points */ p1.x += p2.x; p1.y += p2.y; return p1; }
http://www.codebf.com/read/166734/5473012
http://www.codebf.com/read/166734/5473096
http://www.codebf.com/read/166734/5473188
// Origin: Volker Reichelt // PR c++/18731 template struct A { struct T::B {}; // { dg-error "invalid class name" } };
http://www.codebf.com/read/162614/5517743
// Origin: Volker Reichelt // PR c++/18731 struct A { struct B; typedef B C; }; struct A::C {}; // { dg-error "invalid class name" }
http://www.codebf.com/read/162614/5517778
// Origin: Volker Reichelt // PR c++/18731 template struct T::A {}; // { dg-error "invalid class name" }
http://www.codebf.com/read/162614/5517836
// { dg-do compile } // PR target/13302 #include struct NumArgState{ va_list ap; };
http://www.codebf.com/read/162614/5518721
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机