This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/29327] New: FAIL: gfortran.dg/specifics_1.f90


Executing on host:
/home/dave/gnu/gcc-4.2/objdir/gcc/testsuite/gfortran/../../gf
ortran -B/home/dave/gnu/gcc-4.2/objdir/gcc/testsuite/gfortran/../../
/home/dave/
gnu/gcc-4.2/gcc/gcc/testsuite/gfortran.dg/specifics_1.f90   -O0  -ff2c 
-L/home/
dave/gnu/gcc-4.2/objdir/hppa-linux/./libgfortran/.libs
-L/home/dave/gnu/gcc-4.2/
objdir/hppa-linux/./libgfortran/.libs
-L/home/dave/gnu/gcc-4.2/objdir/hppa-linux
/./libiberty  -lm   -o ./specifics_1.exe    (timeout = 300)
/tmp/ccQbN46K.o: In function `.LC82':
(.rodata+0x274): undefined reference to `f2c_specific__conjg_4'
/tmp/ccQbN46K.o: In function `.LC95':
(.rodata+0x28c): undefined reference to `f2c_specific__conjg_8'
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/tmp/ccQbN46K.o: In function `.LC82':
(.rodata+0x274): undefined reference to `f2c_specific__conjg_4'
/tmp/ccQbN46K.o: In function `.LC95':
(.rodata+0x28c): undefined reference to `f2c_specific__conjg_8'
collect2: ld returned 1 exit status

FAIL: gfortran.dg/specifics_1.f90  -O0  (test for excess errors)
Excess errors:
(.rodata+0x274): undefined reference to `f2c_specific__conjg_4'
(.rodata+0x28c): undefined reference to `f2c_specific__conjg_8'

Fails at all optimizations.

The references come in the following plabels:

        .align 4
.LC82:
        .word   P%f2c_specific__conjg_4

        .align 4
.LC95:
        .word   P%f2c_specific__conjg_8


-- 
           Summary: FAIL: gfortran.dg/specifics_1.f90
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]