public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8
@ 2005-08-01 13:30 dir at lanl dot gov
  2005-08-01 13:33 ` [Bug libfortran/23178] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dir at lanl dot gov @ 2005-08-01 13:30 UTC (permalink / raw)
  To: gcc-bugs

I get a undefined symbol when I try to use the  -fdefault-integer-8 option -

[dranta:~/tests/gfortran-D] dir% gfortran -fdefault-integer-8 -o flush flush.f
/usr/bin/ld: Undefined symbols:
__gfortran_flush_i8
collect2: ld returned 1 exit status
[dranta:~/tests/gfortran-D] dir% cat flush.f
      program main
      write(6,*)' hi '
      call flush(6)
      stop
      end

-- 
           Summary: Undefined symbol: __gfortran_flush_i8
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-apple-darwin7.9.0


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


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

* [Bug libfortran/23178] Undefined symbol: __gfortran_flush_i8
  2005-08-01 13:30 [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8 dir at lanl dot gov
@ 2005-08-01 13:33 ` pinskia at gcc dot gnu dot org
  2005-08-01 21:14 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-01 13:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-01 13:33 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-01 13:33:42
               date|                            |


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


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

* [Bug libfortran/23178] Undefined symbol: __gfortran_flush_i8
  2005-08-01 13:30 [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8 dir at lanl dot gov
  2005-08-01 13:33 ` [Bug libfortran/23178] " pinskia at gcc dot gnu dot org
@ 2005-08-01 21:14 ` cvs-commit at gcc dot gnu dot org
  2005-08-01 21:15 ` cvs-commit at gcc dot gnu dot org
  2005-08-01 21:15 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-01 21:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-01 21:13 -------
Subject: Bug 23178

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fxcoudert@gcc.gnu.org	2005-08-01 21:13:39

Modified files:
	gcc/fortran    : ChangeLog 
	libgfortran    : ChangeLog 
	libgfortran/intrinsics: flush.c 

Log message:
	PR libfortran/23178
	* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
	copyright years.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.508&r2=1.509
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.274&r2=1.275
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/flush.c.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


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


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

* [Bug libfortran/23178] Undefined symbol: __gfortran_flush_i8
  2005-08-01 13:30 [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8 dir at lanl dot gov
                   ` (2 preceding siblings ...)
  2005-08-01 21:15 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-01 21:15 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-01 21:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-01 21:15 -------
Fixed by adding the integer(8) version of flush to the library.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.2


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


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

* [Bug libfortran/23178] Undefined symbol: __gfortran_flush_i8
  2005-08-01 13:30 [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8 dir at lanl dot gov
  2005-08-01 13:33 ` [Bug libfortran/23178] " pinskia at gcc dot gnu dot org
  2005-08-01 21:14 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-01 21:15 ` cvs-commit at gcc dot gnu dot org
  2005-08-01 21:15 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-01 21:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-01 21:15 -------
Subject: Bug 23178

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fxcoudert@gcc.gnu.org	2005-08-01 21:15:22

Modified files:
	libgfortran    : ChangeLog 
	libgfortran/intrinsics: flush.c 

Log message:
	PR libfortran/23178
	* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
	copyright years.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.163.2.70&r2=1.163.2.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/flush.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4&r2=1.4.14.1



-- 


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-01 13:30 [Bug libfortran/23178] New: Undefined symbol: __gfortran_flush_i8 dir at lanl dot gov
2005-08-01 13:33 ` [Bug libfortran/23178] " pinskia at gcc dot gnu dot org
2005-08-01 21:14 ` cvs-commit at gcc dot gnu dot org
2005-08-01 21:15 ` cvs-commit at gcc dot gnu dot org
2005-08-01 21:15 ` fxcoudert at gcc dot gnu dot 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).