[Bug target/44640] spu port fails to build with --enable-build-with-cxx

2013-02-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44640 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/44640] spu port fails to build with --enable-build-with-cxx

2010-06-23 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2010-06-23 23:32 --- Subject: Bug 44640 Author: amylaar Date: Wed Jun 23 23:32:38 2010 New Revision: 161299 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161299 Log: PR target/44640 * config/spu/spu-protos.h (sp

[Bug target/44640] spu port fails to build with --enable-build-with-cxx

2010-06-23 Thread amylaar at gcc dot gnu dot org
--- Comment #3 from amylaar at gcc dot gnu dot org 2010-06-23 13:19 --- spu patches have been committed to trunk, the remaining issue is PR44512. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44640

[Bug target/44640] spu port fails to build with --enable-build-with-cxx

2010-06-22 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2010-06-22 22:43 --- (In reply to comment #1) > Well this is caused by bool being a define in C to being unsigned char and the > spu.c file using unsigned char. A simple fix is an obvious fix. I still have to verify that that is the on

[Bug target/44640] spu port fails to build with --enable-build-with-cxx

2010-06-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|bootstrap |target Ever