https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509
Jim Wilson <wilson at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-05-02 CC| |wilson at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #7 from Jim Wilson <wilson at gcc dot gnu.org> --- Confirmed. Except that current sources now say configure: error: uint64_t or int64_t not found We have a configure check to verify that the C compiler works. We are missing one for the C++ compiler. In configure we have $as_echo_n "checking whether the C compiler works... " >&6; } and there is no equivalent for the C++ compiler.