2018-01-26 Martin Liska <mliska@suse.cz>
* lib/target-supports.exp: Return a value, otherwise -Wreturn-type
warning is seen.
From-SVN: r257094
+2018-01-26 Martin Liska <mliska@suse.cz>
+
+ * lib/target-supports.exp: Return a value, otherwise -Wreturn-type
+ warning is seen.
+
2018-01-26 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-neg-longlong.h: New.
extern "C" {
#endif
typedef void F (void);
- F* g (void) {}
+ F* g (void) { return 0; }
void f () __attribute__ ((ifunc ("g")));
#ifdef __cplusplus
}