https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90893
--- Comment #3 from ibuclaw at gcc dot gnu.org --- Author: ibuclaw Date: Sat Aug 10 05:25:44 2019 New Revision: 274249 URL: https://gcc.gnu.org/viewcvs?rev=274249&root=gcc&view=rev Log: Fix ODR violation in d/runtime.cc gcc/d/ChangeLog: PR d/90893 * runtime.cc (enum libcall_type): Rename to... (enum d_libcall_type): ...this. (get_libcall_type): Use d_libcall_type. (build_libcall_decl): Likewise. Modified: trunk/gcc/d/ChangeLog trunk/gcc/d/runtime.cc