Re: inlining failed in call to 'always_inline': target specific option mismatch

2023-05-24 Thread Georg-Johann Lay
Am 24.05.23 um 11:28 schrieb Richard Biener: On Tue, May 23, 2023 at 1:25 PM Georg-Johann Lay wrote: This error pops up in the testsuite for avr. As far as I understand, this is due to target-specific optimization like in avr-common.cc: { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_mgas_isr_pr

Re: inlining failed in call to 'always_inline': target specific option mismatch

2023-05-24 Thread Richard Biener via Gcc
On Tue, May 23, 2023 at 1:25 PM Georg-Johann Lay wrote: > > This error pops up in the testsuite for avr. > > As far as I understand, this is due to target-specific optimization like > in avr-common.cc: > > { OPT_LEVELS_1_PLUS_NOT_DEBUG, OPT_mgas_isr_prologues, NULL, 1 }, > { OPT_LEVELS_1