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

Steve Ellcey <sje at gcc dot gnu.org> changed:

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

--- Comment #4 from Steve Ellcey <sje at gcc dot gnu.org> ---
I am seeing this failure on the mips-mti-elf target.  Since gather_scatter.c
can be fixed with a testsuite change, I think it is seperate from this failure.

>From the log file:

Executing on host:
/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/gcc/testsuite/g++/../../xg++
-B/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/gcc/testsuite/g++/../../
/scratch/gcc/nightly/src/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/comma_exp.c
 -fno-diagnostics-show-caret -fdiagnostics-color=never
--sysroot=/scratch/gcc/nightly/install-mips-mti-elf/mips-mti-elf -nostdinc++
-I/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/mips-mti-elf/libstdc++-v3/include/mips-mti-elf
-I/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/mips-mti-elf/libstdc++-v3/include
-I/scratch/gcc/nightly/src/gcc/libstdc++-v3/libsupc++
-I/scratch/gcc/nightly/src/gcc/libstdc++-v3/include/backward
-I/scratch/gcc/nightly/src/gcc/libstdc++-v3/testsuite/util -fmessage-length=0 
-fcilkplus -fcilkplus       
-L/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/mips-mti-elf/./libstdc++-v3/src/.libs

-B/scratch/gcc/nightly/obj-mips-mti-elf/gcc/final/mips-mti-elf/./libstdc++-v3/src/.libs
 -lm -Tmti32.ld  -o ./comma_exp.exe    (timeout = 300)
In function 'int main2(char**)':^M
cc1plus: error: '<anonymous>' has incomplete type^M
/scratch/gcc/nightly/src/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/comma_exp.c:55:1:
error: invalid use of 'void'^M
cc1plus: error: cc1plus: error: '<anonymous>' has incomplete type^M
/scratch/gcc/nightly/src/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/comma_exp.c:55:1:
error: invalid use of 'void'^M
compiler exited with status 1
output is:
In function 'int main2(char**)':^M
cc1plus: error: '<anonymous>' has incomplete type^M
/scratch/gcc/nightly/src/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/comma_exp.c:55:1:
error: invalid use of 'void'^M
cc1plus: error: '<anonymous>' has incomplete type^M
/scratch/gcc/nightly/src/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/comma_exp.c:55:1:
error: invalid use of 'void'^M'<anonymous>' has incomplete type^M

Reply via email to