https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
--- Comment #34 from Piotr Kubaj <pkubaj at anongoth dot pl> --- (In reply to Surya Kumari Jangala from comment #33) > (In reply to Piotr Kubaj from comment #30) > > Ping. Anything wrong with my patch? > > Isn't it enough if we just check for ISA_2_1_MASKS like this: > > if ((rs6000_cpu == PROCESSOR_PPC7400 || rs6000_cpu == PROCESSOR_PPC7450) > && (rs6000_isa_flags & ISA_2_1_MASKS) == 0)) > return "\"7450\""; Yes, that also works (just one ")" at the end of line starting with && needs to be removed.
