https://sourceware.org/bugzilla/show_bug.cgi?id=26044
--- Comment #18 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8eff95bcb6a778c35b91e61ccc066db335d7f06b commit 8eff95bcb6a778c35b91e61ccc066db335d7f06b Author: Alan Modra <amo...@gmail.com> Date: Thu May 28 18:46:17 2020 +0930 PR26044, Some targets can't be compiled with GCC 10 (tilepro) Since this value is used in fields of type tilepro_pipeline (as NO_PIPELINE, see tc-tilepro.c) it is appropriate to put it in the tilepro_pipelen enum. This avoids a warning about converting from one enum type to another. PR 26044 * opcode/tilepro.h (TILEPRO_NUM_PIPELINE_ENCODINGS): Move to tilepro_pipeline enum. -- You are receiving this mail because: You are on the CC list for the bug.