http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51196

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-11-17 
17:44:54 UTC ---
(In reply to comment #1)
> I don't think I will be able to seriously
> debug for this target in the near future.

It's easy to build a cross-compiler for compile-time tests like this.  Just

.../configure --target arm-none-eabi --enable-languages=c++ && make all-gcc

should get as far as building cc1plus, which is all you need to debug most PRs.

Reply via email to