public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18526] New: fortran testsuite broken
@ 2004-11-17 12:32 Thomas dot Koenig at online dot de
  2004-11-17 12:45 ` [Bug fortran/18526] " Thomas dot Koenig at online dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-11-17 12:32 UTC (permalink / raw)
  To: gcc-bugs

>From a freshly extracted gcc-4.0-20041114.


"make bootstrap" worked like a charm. cd-ing into
the gcc subdirectory of my build directoy:

$ ./xgcc -v
Reading specs from /home/zfkts/lib/gcc/ia64-unknown-linux-gnu/4.0.0/specs
Configured with: ../gcc-4.0-20041114/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20041114 (experimental)
$ make check-f95
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.0-20041114/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/exp
ect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../gcc-4.0-20041114/gcc/../tcl/library ; ${PWDCMD-
pwd}` ; \
    export TCL_LIBRARY ; fi ; \
`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest
 ; else echo runtest; fi` --tool gfortran )
WARNING: Couldn't find the global config file.
Test Run By zfkts on Wed Nov 17 13:29:42 2004
Native configuration is ia64-unknown-linux-gnu

                === gfortran tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for targe
t.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/zfkts/gcc-4.0-20041114/gcc/testsuite/config/default.exp as tool-and-
target-specific interface file.
Running /home/zfkts/gcc-4.0-20041114/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)
FAIL: gfortran.dg/assignment_1.f90 (test for excess errors)
WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable
FAIL: gfortran.dg/assignment_1.f90  (test for warnings, line 15)

... and so on.

In contrast, "make check-gcc" works.

-- 
           Summary: fortran testsuite broken
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: ia64-unknown-linux-gnu


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


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

* [Bug fortran/18526] fortran testsuite broken
  2004-11-17 12:32 [Bug fortran/18526] New: fortran testsuite broken Thomas dot Koenig at online dot de
@ 2004-11-17 12:45 ` Thomas dot Koenig at online dot de
  2004-11-17 12:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-11-17 12:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Thomas dot Koenig at online dot de  2004-11-17 12:45 -------
Created an attachment (id=7561)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7561&action=view)
log file from testsuite

There appears to be some problem with
loading the shared library libunwind.so.7.

-- 


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


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

* [Bug fortran/18526] fortran testsuite broken
  2004-11-17 12:32 [Bug fortran/18526] New: fortran testsuite broken Thomas dot Koenig at online dot de
  2004-11-17 12:45 ` [Bug fortran/18526] " Thomas dot Koenig at online dot de
@ 2004-11-17 12:52 ` pinskia at gcc dot gnu dot org
  2004-11-17 17:12 ` hjl at lucon dot org
  2004-11-17 22:22 ` hjl at lucon dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-17 12:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-17 12:51 -------
A fall out (most likely forgotten part) when add libunwind.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at lucon dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-17 12:51:51
               date|                            |


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


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

* [Bug fortran/18526] fortran testsuite broken
  2004-11-17 12:32 [Bug fortran/18526] New: fortran testsuite broken Thomas dot Koenig at online dot de
  2004-11-17 12:45 ` [Bug fortran/18526] " Thomas dot Koenig at online dot de
  2004-11-17 12:52 ` pinskia at gcc dot gnu dot org
@ 2004-11-17 17:12 ` hjl at lucon dot org
  2004-11-17 22:22 ` hjl at lucon dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2004-11-17 17:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|hjl at lucon dot org        |
         AssignedTo|unassigned at gcc dot gnu   |hjl at lucon dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/18526] fortran testsuite broken
  2004-11-17 12:32 [Bug fortran/18526] New: fortran testsuite broken Thomas dot Koenig at online dot de
                   ` (2 preceding siblings ...)
  2004-11-17 17:12 ` hjl at lucon dot org
@ 2004-11-17 22:22 ` hjl at lucon dot org
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at lucon dot org @ 2004-11-17 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-11-17 22:22 -------


*** This bug has been marked as a duplicate of 17466 ***

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


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


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

end of thread, other threads:[~2004-11-17 22:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-17 12:32 [Bug fortran/18526] New: fortran testsuite broken Thomas dot Koenig at online dot de
2004-11-17 12:45 ` [Bug fortran/18526] " Thomas dot Koenig at online dot de
2004-11-17 12:52 ` pinskia at gcc dot gnu dot org
2004-11-17 17:12 ` hjl at lucon dot org
2004-11-17 22:22 ` hjl at lucon 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).