https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93909
Bug ID: 93909 Summary: [10 regression] new test cases gcc.dg/ipa/pr93763.c and g++.dg/ipa/pr93763.C fail Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- FAIL: gcc.dg/ipa/pr93763.c (test for excess errors) FAIL: g++.dg/ipa/pr93763.C -std=gnu++98 (test for excess errors) Executing on host: /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test2/gcc/ /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers -fdiagnostics-color=never -fdiagnostics-urls=never -O3 -S -o pr93763.s (timeout = 300) spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test2/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test2/gcc/ /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c -fno-diagnostics-show-caret -fno-diagnostics-show-line-numbers -fdiagnostics-color=never -fdiagnostics-urls=never -O3 -S -o pr93763.s /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:7:1: warning: no semicolon at end of struct or union /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:8:1: warning: data definition has no type or storage class /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:8:1: warning: type defaults to 'int' in declaration of 'e' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:8:4: warning: type defaults to 'int' in declaration of 'k' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:8:7: warning: type defaults to 'int' in declaration of 'ah' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:8:11: warning: type defaults to 'int' in declaration of 'al' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: In function 'f': /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:9:1: warning: type of 'aa' defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:14:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: At top level: /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:16:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: In function 'l': /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:19:5: warning: implicit declaration of function 'i' [-Wimplicit-function-declaration] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: At top level: /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:22:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:25:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: In function 'ai': /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:27:3: warning: implicit declaration of function 'j' [-Wimplicit-function-declaration] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: At top level: /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:29:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c: In function 'i': /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:45:6: warning: passing argument 1 of 'ai' from incompatible pointer type [-Wincompatible-pointer-types] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:25:7: note: expected 'a *' but argument is of type 'int (*)()' /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:45:10: warning: passing argument 2 of 'ai' makes pointer from integer without a cast [-Wint-conversion] /home/seurer/gcc/git/gcc-test2/gcc/testsuite/gcc.dg/ipa/pr93763.c:25:13: note: expected 'a *' but argument is of type 'int'