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 libgomp/36471] New: omp_get_ancestor_thread_num_8 has no implicit type.


compiling trunk version 136578 failed.  my $FFLAGS includes "-fimplicit-none".

omp_lib.f90:268.10:

          function omp_get_ancestor_thread_num_8 (level)
         1
Error: Symbol 'omp_get_ancestor_thread_num_8' at (1) has no IMPLICIT type
omp_lib.f90:281.10:

          function omp_get_team_size_8 (level)
         1
Error: Symbol 'omp_get_team_size_8' at (1) has no IMPLICIT type
make[4]: *** [omp_lib.mod] Error 1
make[4]: Leaving directory `/mnt/userfile/gcc/i95/i686-pc-linux-gnu/libgomp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/userfile/gcc/i95/i686-pc-linux-gnu/libgomp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/userfile/gcc/i95/i686-pc-linux-gnu/libgomp'
make[1]: *** [all-target-libgomp] Error 2
make[1]: Leaving directory `/mnt/userfile/gcc/i95'
make: *** [all] Error 2


-- 
           Summary: omp_get_ancestor_thread_num_8 has no implicit type.
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: linuxl4 at sohu dot com
 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=36471


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