Hi Alex, > -----Original Message----- > From: Alex Coplan <[email protected]> > Sent: 07 May 2020 11:31 > To: [email protected] > Cc: [email protected]; Richard Earnshaw <[email protected]>; > Ramana Radhakrishnan <[email protected]>; Kyrylo > Tkachov <[email protected]>; nd <[email protected]> > Subject: AArch32: fix bootstrap failure > > Hello, > > The attached patch fixes a bootstrap failure on AArch32 introduced by > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=308bc496884706af4b3077171 > cbac684c7a6f7c6 > > This makes the declaration of arm_add_stmt_cost match the definition, and > removes the redundant > class keyword from the definition.
Thanks, I've pushed this patch to master. Kyrill > > Testing: > * Bootstrap on arm-linux-gnueabihf. > > Thanks, > Alex > > --- > > gcc/ChangeLog: > > 2020-05-07 Alex Coplan <[email protected]> > > * config/arm/arm.c (arm_add_stmt_cost): Fix declaration, remove class > from definition. I've fixed up the line length (it should be below 80 columns)
