https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103575
Bug ID: 103575 Summary: gcc/fold-const-call.c:432:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] since r12-5576-ga3b31fe3692894e80de16b4059a89a309e409687 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org Target Milestone: --- Since the revision, clang complains: /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-clang/build/gcc/fold-const-call.c:432:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] /home/marxin/BIG/buildbot/buildworker/marxinbox-gcc-clang/build/gcc/fold-const-call.c:465:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]