https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82114
Bug ID: 82114 Summary: gcc.dg/gimplefe-14.c for bare metal and argc is 0 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- On bare-metal targets, argc is usually 0 (and not 1) that means the check for argc in gcc.dg/gimplefe-14.c is not working.