[Bug target/43763] segfault when using by -mwarn-cell-microcode

2010-04-15 Thread jadamcze at utas dot edu dot au
--- Comment #1 from jadamcze at utas dot edu dot au 2010-04-16 00:47 --- Created an attachment (id=20390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20390&action=view) snippet that triggers the segfault Segfaults when compiled with -O3 -mcpu=cell -mwarn-cell-mi

[Bug target/43763] New: segfault when using by -mwarn-cell-microcode

2010-04-15 Thread jadamcze at utas dot edu dot au
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jadamcze at utas dot edu dot au GCC target triplet: powerpc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43763

[Bug middle-end/39887] g++ incorrectly reports type error when calling spu_promote()

2009-04-25 Thread jadamcze at utas dot edu dot au
--- Comment #2 from jadamcze at utas dot edu dot au 2009-04-25 13:31 --- So it was - and it was me that reported it in bug 36837. (in this case, I'm building with a Gentoo 4.3.3 compiler) As you can see (amongst the noise) in the other bug, I was able to reproduce the bug usin

[Bug target/36837] x86_64 linux-gnu gcc miscompiles spu-elf gcc (4.4)

2009-04-25 Thread jadamcze at utas dot edu dot au
--- Comment #11 from jadamcze at utas dot edu dot au 2009-04-25 13:31 --- *** Bug 39887 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36837

[Bug c++/39887] New: g++ incorrectly reports type error when calling spu_promote()

2009-04-24 Thread jadamcze at utas dot edu dot au
() Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jadamcze at utas dot edu dot au GCC host triplet: x86_64-pc-linux-gnu GCC target

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #10 from jadamcze at utas dot edu dot au 2008-07-16 04:55 --- In other words, gcc-4.3.1 creates a wrong-functioning spu-elf-g++ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36837

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #9 from jadamcze at utas dot edu dot au 2008-07-16 04:54 --- ../gcc-4.3.1/configure --prefix=${HOME}/gcc-native/ --enable-languages=c make && make install CC=~/gcc-native/bin/gcc ../gcc/configure --prefix=${HOME}/gcc-spu --enable-languages=c,c++ --with-newli

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #8 from jadamcze at utas dot edu dot au 2008-07-16 03:48 --- Tried again building with 4.2.4 (and this time with no ccache :\) Code compiles as expected. It appears that the 4.3.1 that I have has problems. Trying again with fsf gcc-4.3.1. -- http://gcc.gnu.org

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #7 from jadamcze at utas dot edu dot au 2008-07-15 15:56 --- I tried a build using 4.2.4 - same problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36837

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #5 from jadamcze at utas dot edu dot au 2008-07-15 15:49 --- Created an attachment (id=15912) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15912&action=view) Preprocessed source $ usr/bin/spu-elf-g++ splat.cpp -v Using built-in specs. Target: spu-elf Configur

[Bug target/36837] Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
--- Comment #2 from jadamcze at utas dot edu dot au 2008-07-15 14:54 --- I reverted to r137727 and rebuilt it all and still see the error. Any obvious mistake in the following? ../gcc/configure --prefix=${HOME}/usr --enable-languages=c,c++ --with-newlib --with-headers --target=spu

[Bug target/36837] New: Return type of spu_splats is not deduced correctly

2008-07-15 Thread jadamcze at utas dot edu dot au
plats is not deduced correctly Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jadamcze at utas dot edu dot au GCC target triplet

[Bug target/36829] New: Take advantage of lower bit zeroing of load/store insns on SPU

2008-07-14 Thread jadamcze at utas dot edu dot au
Severity: enhancement Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jadamcze at utas dot edu dot au GCC target triplet: spu-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36829

[Bug c++/10179] alignment attributes are not inherited correctly with empty classes

2007-05-03 Thread jadamcze at utas dot edu dot au
--- Comment #4 from jadamcze at utas dot edu dot au 2007-05-04 05:58 --- Also present in mainline as of 20070406. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10179

[Bug c++/10179] alignment attributes are not inherited correctly with empty classes

2007-05-03 Thread jadamcze at utas dot edu dot au
--- Comment #3 from jadamcze at utas dot edu dot au 2007-05-04 05:10 --- Bitten and confirmed. gcc-4.1.1 (from cellsdk-2.0). -- jadamcze at utas dot edu dot au changed: What|Removed |Added