comparison gcc/testsuite/gcc.c-torture/compile/920928-5.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* REPRODUCED:CC1:SIGNAL MACHINE:m68k OPTIONS:-fpcc-struct-return */ 1 /* REPRODUCED:CC1:SIGNAL MACHINE:m68k OPTIONS:-fpcc-struct-return */
2
3 /* { dg-require-effective-target indirect_calls } */
4
2 struct b{}; 5 struct b{};
3 f(struct b(*f)()) 6 f(struct b(*f)())
4 { 7 {
5 struct b d=f(); 8 struct b d=f();
6 } 9 }