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/16484] New: ENTRY does not work


gfortran "gcc version 3.5.0 20040710 (experimental)" does not create "T" records
in the .o files for symbols declared by the Fortran "ENTRY" statement:
[olchansk@tw15 gfortran_test]$ cat test_entry.f90 
        subroutine foo
          return
          entry bar
          return
        end
[olchansk@tw15 gfortran_test]$ g77 -c -x f77 test_entry.f90 
[olchansk@tw15 gfortran_test]$ nm test_entry.o
00000000 t __g77_masterfun_foo
0000001c T bar_
00000006 T foo_
[olchansk@tw15 gfortran_test]$
/triumfcs/trshare/olchansk/gcc-tree-ssa/install/bin/gfortran -x f95 -c  -o
test_entry.o -O2 -g -Wall -Waliasing -Wline-truncation -Wsurprising
-Wunused-labels -fPIC -ffixed-line-length-132 test_entry.f90
[olchansk@tw15 gfortran_test]$ nm test_entry.o
00000000 T foo_

K.O.

-- 
           Summary: ENTRY does not work
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olchansk at panix dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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