public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/45823] New: Bogus warning for intrinsic module procedures
@ 2010-09-28 23:34 burnus at gcc dot gnu.org
  2011-05-12 11:53 ` [Bug fortran/45823] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-09-28 23:34 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Bogus warning for intrinsic module procedures
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


Follow up to PR 40569. The following program prints with -Wall:

use iso_Fortran_env
                   1
Warning: Type specified for intrinsic function 'compiler_options' at (1) is
ignored

use iso_Fortran_env
                   1
Warning: Type specified for intrinsic function 'compiler_version' at (1) is
ignored

For some reason, c_sizeof is not affected.


use iso_c_binding
use iso_Fortran_env
implicit none
intrinsic sin
real :: x = 3.4
print *, sin(x), c_sizeof(c_int), compiler_options(), compiler_version()
end


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-12 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-28 23:34 [Bug fortran/45823] New: Bogus warning for intrinsic module procedures burnus at gcc dot gnu.org
2011-05-12 11:53 ` [Bug fortran/45823] " burnus at gcc dot gnu.org
2011-05-12 12:54 ` thenlich at users dot sourceforge.net
2011-05-12 18:35 ` burnus at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).