https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123446

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #1)
> Is there such a system available for testing to the public?

For building? Well, just do a cross build. For instance, 'nvptx':
- configure with '--target=nvptx-none'
- You also need an in-tree Newlib, i.e. fetch:
  https://sourceware.org/git/newlib-cygwin.git
  + add a link from GCC's source directory to newlib-cygwin's newlib
  subdirectory, e.g.:
    $ cd repos/gcc   # or where ever you put your GCC source code
    $ ln -s ../newlib-cygwin/newlib

Cf. https://gcc.gnu.org/wiki/Offloading for getting an offload build,
but you don't need all this to reproduce the compile fail.

Reply via email to