Bug 29617 - gfortran testsuite failure
Summary: gfortran testsuite failure
Status: RESOLVED DUPLICATE of bug 29779
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 15:40 UTC by Edmar Wienskoski
Modified: 2006-11-11 00:34 UTC (History)
3 users (show)

See Also:
Host:
Target: powerpc-unknown-linux-gnualtivec
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edmar Wienskoski 2006-10-27 15:40:50 UTC
This problem happens only on 4.3, and only with target gnualtivec...
First noticed on snapshot of Oct 23

I have 4000+ gfortran tests failing because of a warning message from the compiler. Here is an example:
/temp/gnu_toolchain/build_area/gcc-trunk/obj_gcc-trunk_7450/gcc/testsuite/gfortran/../../gfortran -B/temp/gnu_toolchain/build_area/gcc-trunk/obj_gcc-trunk_7450/gcc/testsuite/gfortran/../../ /temp/gnu_toolchain/build_area/gcc-trunk/gcc-trunk/gcc/testsuite/gfortran.dg/char_unpack_2.f90   -O3 -fomit-frame-pointer -funroll-loops   -pedantic-errors -c
/temp/gnu_toolchain/build_area/gcc-trunk/gcc-trunk/gcc/testsuite/gfortran.dg/char_unpack_2.f90:0: warning: 'const' attribute directive ignored

4.2 does not have this problem, other 4.3 powerpc targets does not either...
(*-*-gnu, and *-*-gnuspe)

The compiler was configured with:
/temp/gnu_toolchain/build_area/gcc-trunk/obj_gcc-trunk_7450/gcc/testsuite/gfortran/../../gfortran -v
Using built-in specs.
Target: powerpc-unknown-linux-gnualtivec
Configured with: ../gcc-trunk/configure --prefix=/temp/gnu_toolchain/install_area/gcc-trunk/gcc-trunk-20061026-7450 --with-local-prefix=/temp/gnu_toolchain/install_area/gcc-trunk/gcc-trunk-20061026-7450 --enable-languages=c,c++,fortran --enable-threads --target=powerpc-unknown-linux-gnualtivec --with-gmp=/proj/ppc/sysperf/sw/gnu_toolchain/gcc_support/linuxAMD64 --with-mpfr=/proj/ppc/sysperf/sw/gnu_toolchain/gcc_support/linuxAMD64 --disable-linux-futex
Thread model: posix
gcc version 4.3.0 20061026 (experimental)
Comment 1 Andrew Pinski 2006-10-28 18:26:39 UTC
Related to PR 21952.
Comment 2 Andrew Pinski 2006-11-11 00:34:07 UTC

*** This bug has been marked as a duplicate of 29779 ***