https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
--- Comment #6 from Jeffrey A. Law ---
And I'll confirm that m68k bootstrapped and regression tested. The various
failures introduced by the 105231 change have all been fixed. Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:0282c4acf720e4cc073cf95594aa890444c5ca82
commit r13-1342-g0282c4acf720e4cc073cf95594aa890444c5ca82
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106082
--- Comment #1 from Jeffrey A. Law ---
/* { dg-require-effective-target trampolines } */
extern void abort (void);
extern void exit (int);
static void recursive (int n, void (*proc) (void))
{
__label__ l1;
void do_goto (void)
{
goto