public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/53801] New: gfortran warning
@ 2012-06-29  4:37 somenath.jalal at gmail dot com
  2012-06-29  5:14 ` [Bug fortran/53801] " kargl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: somenath.jalal at gmail dot com @ 2012-06-29  4:37 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53801
           Summary: gfortran warning
    Classification: Unclassified
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: somenath.jalal@gmail.com


ld: warning: for symbol _matrix_ tentative definition of size 12944 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ccmH9haG.o is is smaller
than the real definition of size 545 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ccPTdCdj.o



I am using gfortran on MAC Pro on MAC OS 6


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

* [Bug fortran/53801] gfortran warning
  2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
@ 2012-06-29  5:14 ` kargl at gcc dot gnu.org
  2012-06-29 16:18 ` somenath.jalal at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu.org @ 2012-06-29  5:14 UTC (permalink / raw)
  To: gcc-bugs

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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org 2012-06-29 05:14:25 UTC ---
gcc 4.2.1 is really really old.  Please update to
something much newer.  Try 4.5.4 or newer version.
Also, note the warning is from ld not gfortran.


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

* [Bug fortran/53801] gfortran warning
  2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
  2012-06-29  5:14 ` [Bug fortran/53801] " kargl at gcc dot gnu.org
@ 2012-06-29 16:18 ` somenath.jalal at gmail dot com
  2012-06-29 16:20 ` somenath.jalal at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: somenath.jalal at gmail dot com @ 2012-06-29 16:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from somenath jalal <somenath.jalal at gmail dot com> 2012-06-29 16:18:35 UTC ---
(In reply to comment #1)
> gcc 4.2.1 is really really old.  Please update to
> something much newer.  Try 4.5.4 or newer version.
> Also, note the warning is from ld not gfortran.


Thanks kargl.
I will update the gcc version. And from "ld" means what? That is the point I
did not understand. And importantly ifort is also giving same kind of warning.
Though both compilers giving me correct result when compiled.

ifort warning is

ld: warning: for symbol _matrix_ tentative definition of size 12944 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ifort0cULUk.o is is smaller
than the real definition of size 288 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ifortJyODzP.o

ifort Version 12.0.3


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

* [Bug fortran/53801] gfortran warning
  2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
  2012-06-29  5:14 ` [Bug fortran/53801] " kargl at gcc dot gnu.org
  2012-06-29 16:18 ` somenath.jalal at gmail dot com
@ 2012-06-29 16:20 ` somenath.jalal at gmail dot com
  2013-06-27  8:56 ` dominiq at lps dot ens.fr
  2013-08-21 15:08 ` janus at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: somenath.jalal at gmail dot com @ 2012-06-29 16:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from somenath jalal <somenath.jalal at gmail dot com> 2012-06-29 16:20:28 UTC ---
Thanks kargl.
I will update the gcc version. And from "ld" means what? That is the point I
did not understand. And importantly ifort is also giving same kind of warning.
Though both compilers giving me correct result when I run the compiled code.

ifort warning is

ld: warning: for symbol _matrix_ tentative definition of size 12944 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ifort0cULUk.o is is smaller
than the real definition of size 288 from
/var/folders/uu/uuDNJbYHHwmD3218GxB09U+++TM/-Tmp-//ifortJyODzP.o

ifort Version 12.0.3


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

* [Bug fortran/53801] gfortran warning
  2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
                   ` (2 preceding siblings ...)
  2012-06-29 16:20 ` somenath.jalal at gmail dot com
@ 2013-06-27  8:56 ` dominiq at lps dot ens.fr
  2013-08-21 15:08 ` janus at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-06-27  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-06-27
     Ever confirmed|0                           |1

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Could we close this PR as INVALID?


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

* [Bug fortran/53801] gfortran warning
  2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
                   ` (3 preceding siblings ...)
  2013-06-27  8:56 ` dominiq at lps dot ens.fr
@ 2013-08-21 15:08 ` janus at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: janus at gcc dot gnu.org @ 2013-08-21 15:08 UTC (permalink / raw)
  To: gcc-bugs

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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |janus at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #5 from janus at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #4)
> Could we close this PR as INVALID?

Yes. Obviously not a gfortran bug ...


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

end of thread, other threads:[~2013-08-21 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-29  4:37 [Bug fortran/53801] New: gfortran warning somenath.jalal at gmail dot com
2012-06-29  5:14 ` [Bug fortran/53801] " kargl at gcc dot gnu.org
2012-06-29 16:18 ` somenath.jalal at gmail dot com
2012-06-29 16:20 ` somenath.jalal at gmail dot com
2013-06-27  8:56 ` dominiq at lps dot ens.fr
2013-08-21 15:08 ` janus 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).