This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51828] libgfortran build warnings
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 11 Jan 2012 21:05:01 +0000
- Subject: [Bug fortran/51828] libgfortran build warnings
- Auto-submitted: auto-generated
- References: <bug-51828-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51828
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-11 21:05:01 UTC ---
(In reply to comment #1)
> I also see
> ../../../work/libgfortran/caf/libcaf.h:80:6: warning: no previous prototype for
> '_gfortran_caf_critical' [-Wmissing-prototypes]
> ../../../work/libgfortran/caf/libcaf.h:81:6: warning: no previous prototype for
> '_gfortran_caf_end_critical' [-Wmissing-prototypes]
Ignore that one - _gfortran_caf_critical / _gfortran_caf_end_critical is the
wrong approach for it. It should use internally type(lock_type) but that has
not yet been implemented.