public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined
@ 2005-05-01  9:46 ebotcazou at gcc dot gnu dot org
  2005-05-01 12:05 ` [Bug libfortran/21315] " ebotcazou at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-01  9:46 UTC (permalink / raw)
  To: gcc-bugs

The typical error message is:

Executing on host: /opt/build/eric/gcc-4_0-branch/gcc/testsuite/../gfortran
-B/opt/build/eric/gcc-4_0-branch/gcc/testsuite/../
/home/eric/cvs/gcc-4_0-branch/gcc/testsuite/gfortran.dg/blockdata_1.f90   -Os  
-pedantic-errors 
-L/opt/build/eric/gcc-4_0-branch/sparc-sun-solaris2.10/./libgfortran/.libs
-L/opt/build/eric/gcc-4_0-branch/sparc-sun-solaris2.10/./libiberty  -lm   -o
./blockdata_1.exe    (timeout = 300)
Undefined                       first referenced
 symbol                             in file
__builtin_isfinite                 
/opt/build/eric/gcc-4_0-branch/sparc-sun-solaris2.10/./libgfortran/.libs/libgfortran.so
ld: fatal: Symbol referencing errors. No output written to ./blockdata_1.exe
collect2: ld returned 1 exit status

-- 
           Summary: Unable to link Fortran executables: __builtin_isfinite
                    is undefined
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ebotcazou at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.10
  GCC host triplet: sparc-sun-solaris2.10
GCC target triplet: sparc-sun-solaris2.10


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


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

* [Bug libfortran/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
@ 2005-05-01 12:05 ` ebotcazou at gcc dot gnu dot org
  2005-05-01 12:12 ` [Bug target/21315] " ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-01 12:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-01 12:04 -------
Investigating.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-01 12:04:47
               date|                            |


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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
  2005-05-01 12:05 ` [Bug libfortran/21315] " ebotcazou at gcc dot gnu dot org
@ 2005-05-01 12:12 ` ebotcazou at gcc dot gnu dot org
  2005-05-19  7:06 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-01 12:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-01 12:12 -------
Basically same problem as PR target/19933.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |19933
          Component|libfortran                  |target


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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
  2005-05-01 12:05 ` [Bug libfortran/21315] " ebotcazou at gcc dot gnu dot org
  2005-05-01 12:12 ` [Bug target/21315] " ebotcazou at gcc dot gnu dot org
@ 2005-05-19  7:06 ` cvs-commit at gcc dot gnu dot org
  2005-05-19  7:12 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-19  7:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-19 07:06 -------
Subject: Bug 21315

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2005-05-19 07:05:46

Modified files:
	gcc/testsuite  : ChangeLog 
	fixincludes    : ChangeLog fixincl.x inclhack.def 
Added files:
	gcc/testsuite/gcc.dg: c99-math-double-1.c c99-math-float-1.c 
	                      c99-math.h c99-math-long-double-1.c 
	fixincludes/tests/base/iso: math_c99.h 

Log message:
	fixincludes/
	PR target/19933
	PR target/21315
	* inclhack.def: New fixes solaris_math_[1-9].
	* fixincl.x: Regenerate.
	* tests/base/iso/math_c99.h: New.
	
	gcc/testsuite/
	* gcc.dg/c99-math.h: New
	* gcc.dg/c99-math-float-1.c: New test.
	* gcc.dg/c99-math-double-1.c: Likewise.
	* gcc.dg/c99-math-long-double-1.c: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5495&r2=1.5496
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-double-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-float-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math.h.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-long-double-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/ChangeLog.diff?cvsroot=gcc&r1=1.41&r2=1.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/fixincl.x.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/inclhack.def.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/tests/base/iso/math_c99.h.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-19  7:06 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-19  7:12 ` cvs-commit at gcc dot gnu dot org
  2005-05-19  7:14 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-19  7:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-19 07:11 -------
Subject: Bug 21315

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	ebotcazou@gcc.gnu.org	2005-05-19 07:11:26

Modified files:
	gcc/testsuite  : ChangeLog 
	fixincludes    : ChangeLog fixincl.x inclhack.def 
Added files:
	gcc/testsuite/gcc.dg: c99-math-double-1.c c99-math-float-1.c 
	                      c99-math.h c99-math-long-double-1.c 
	fixincludes/tests/base/iso: math_c99.h 

Log message:
	fixincludes/
	PR target/19933
	PR target/21315
	* inclhack.def: New fixes solaris_math_[1-9].
	* fixincl.x: Regenerate.
	* tests/base/iso/math_c99.h: New.
	
	gcc/testsuite/
	* gcc.dg/c99-math.h: New
	* gcc.dg/c99-math-float-1.c: New test.
	* gcc.dg/c99-math-double-1.c: Likewise.
	* gcc.dg/c99-math-long-double-1.c: Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.186&r2=1.5084.2.187
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-double-1.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-float-1.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/c99-math-long-double-1.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.32.2.5&r2=1.32.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/fixincl.x.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.16.14.3&r2=1.16.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/inclhack.def.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.16.14.3&r2=1.16.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/tests/base/iso/math_c99.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-19  7:12 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-19  7:14 ` ebotcazou at gcc dot gnu dot org
  2005-05-29 21:28 ` ebotcazou at gcc dot gnu dot org
  2005-06-05 23:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-19  7:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-19 07:14 -------
See http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01119.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-19  7:14 ` ebotcazou at gcc dot gnu dot org
@ 2005-05-29 21:28 ` ebotcazou at gcc dot gnu dot org
  2005-06-05 23:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-29 21:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 21315 depends on bug 19933, which changed state.

Bug 19933 Summary: Problem with define of HUGE_VAL in math_c99.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19933

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug target/21315] Unable to link Fortran executables: __builtin_isfinite is undefined
  2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-29 21:28 ` ebotcazou at gcc dot gnu dot org
@ 2005-06-05 23:43 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05 23:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1


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


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

end of thread, other threads:[~2005-06-05 23:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-01  9:46 [Bug libfortran/21315] New: Unable to link Fortran executables: __builtin_isfinite is undefined ebotcazou at gcc dot gnu dot org
2005-05-01 12:05 ` [Bug libfortran/21315] " ebotcazou at gcc dot gnu dot org
2005-05-01 12:12 ` [Bug target/21315] " ebotcazou at gcc dot gnu dot org
2005-05-19  7:06 ` cvs-commit at gcc dot gnu dot org
2005-05-19  7:12 ` cvs-commit at gcc dot gnu dot org
2005-05-19  7:14 ` ebotcazou at gcc dot gnu dot org
2005-05-29 21:28 ` ebotcazou at gcc dot gnu dot org
2005-06-05 23:43 ` pinskia 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).