https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92314
Bug ID: 92314 Summary: [10 regression] missing omp-device-properties', needed by 's-omp-device-properties-h' Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com Target Milestone: --- r277655 PASS r277686 FAIL sounds like stage 1 issue? configure --prefix=/usr/local/gcc_current --enable-checking=yes,df,fold,rtl,extra --enable-languages=c,c++,lto --disable-multilib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=native make -j4 ... make[3]: Entering directory '/home/dimhen/build/gcc_current/gcc' make[3]: *** No rule to make target '/usr/local/gcc_current/lib/gcc/x86_64-pc-linux-gnu/10.0.0/accel/nvptx-none/omp-device-properties', needed by 's-omp-device-properties-h'. Stop.