public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/38946]  New: gcc trunk 143562 - Testsuite - gfortran failing tests that worked previously
@ 2009-01-23 15:19 rob1weld at aol dot com
  2009-01-23 20:04 ` [Bug fortran/38946] " mikael at gcc dot gnu dot org
                   ` (42 more replies)
  0 siblings, 43 replies; 45+ messages in thread
From: rob1weld at aol dot com @ 2009-01-23 15:19 UTC (permalink / raw)
  To: gcc-bugs

I built gcc and submitted a Test Report here:
http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg02341.html
http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg02197.html 

...
=== gfortran tests ===
FAIL: gfortran.dg/array_constructor_23.f -O3 -fomit-frame-pointer execution
test
FAIL: gfortran.dg/array_constructor_23.f -O3 -fomit-frame-pointer
-funroll-loops execution test
FAIL: gfortran.dg/array_constructor_23.f -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/array_constructor_23.f -O3 -g execution test
...


When I view the log I see this (dupe blank lines removed):

Executing on host:
/usr/share/src/gcc_build/gcc/testsuite/gfortran/../../gfortran
-B/usr/share/src/gcc_build/gcc/testsui$
/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/array_constructor_26.f03:13.26:

    CHARACTER (MAX_FLD_HED, 1) :: DWFdHd(MAXFLD) = [(" ", i = 1, MAXFLD)]

                          1

Error: Symbol 'max_fld_hed' at (1) has no IMPLICIT type

/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/array_constructor_26.f03:13.15:

    CHARACTER (MAX_FLD_HED, 1) :: DWFdHd(MAXFLD) = [(" ", i = 1, MAXFLD)]

               1

Error: Character length of component 'dwfdhd' needs to be a constant
specification expression at (1)

compiler exited with status 1



/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/array_constructor_27.f03:11.14:

  character (a) :: arr (1) = [ "a" ]

              1

Error: Symbol 'a' at (1) has no IMPLICIT type

/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/array_constructor_27.f03:11.13:

  character (a) :: arr (1) = [ "a" ]

             1

Error: Character length of component 'arr' needs to be a constant specification
expression at (1)



/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/array_constructor_28.f03:8.35:

  character (2) :: arr (2) = [ "a", "ab" ] ! { dg-error "Different CHARACTER" }

                                   1

Error: Different CHARACTER lengths (1/2) in array constructor at (1)

compiler exited with status 1



FAIL: gfortran.dg/default_format_denormal_2.f90  -Os  execution test
Executing on host:
/usr/share/src/gcc_build/gcc/testsuite/gfortran/../../gfortran
-B/usr/share/src/gcc_build/gcc/testsui$
/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/default_initialization_1.f90:17.34:

   type (default_initialization) t ! { dg-error "default initialization" }

                                  1

Error: Object 't' at (1) must have the SAVE attribute for default
initialization of a component

compiler exited with status 1



Executing on host:
/usr/share/src/gcc_build/gcc/testsuite/gfortran/../../gfortran
-B/usr/share/src/gcc_build/gcc/testsui$
/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/defined_operators_1.f90:14.69:

     module procedure foo_1_OK  ! { dg-error "Ambiguous interfaces" }

                                                                     1

Error: Ambiguous interfaces 'foo_1_ok' and 'foo_1' in operator interface 'foo'
at (1)

/usr/share/src/gcc_trunk/gcc/testsuite/gfortran.dg/defined_operators_1.f90:20.23:

     subroutine bad_foo (chr) ! { dg-error "must be a FUNCTION" }

                       1

Error: User operator procedure 'bad_foo' at (1) must be a FUNCTION

...


There were far fewer errors here, these issues are a week old:

Results for 4.4.0 20090117 (experimental) [trunk revision 143454] (GCC)
testsuite on i386-pc-solaris2.11
http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg01790.html

Thanks,
Rob


-- 
           Summary: gcc trunk 143562 - Testsuite - gfortran failing tests
                    that worked previously
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i386-pc-solaris2.11
  GCC host triplet: i386-pc-solaris2.11
GCC target triplet: i386-pc-solaris2.11


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


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

end of thread, other threads:[~2010-07-23  8:44 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-23 15:19 [Bug fortran/38946] New: gcc trunk 143562 - Testsuite - gfortran failing tests that worked previously rob1weld at aol dot com
2009-01-23 20:04 ` [Bug fortran/38946] " mikael at gcc dot gnu dot org
2009-01-25 17:00 ` rob1weld at aol dot com
2009-01-25 17:35 ` rob1weld at aol dot com
2009-01-26 18:42 ` [Bug fortran/38946] [trunk regression] " mikael at gcc dot gnu dot org
2009-01-26 19:29 ` [Bug testsuite/38946] " pinskia at gcc dot gnu dot org
2009-01-27 15:50 ` rob1weld at aol dot com
2009-01-27 16:00 ` rob1weld at aol dot com
2009-01-27 19:38   ` [Bug testsuite/38946] [trunk regression]?gcc " DJ Delorie
2009-01-27 16:18 ` [Bug testsuite/38946] [trunk regression] gcc " rob1weld at aol dot com
2009-01-27 19:38 ` dj at redhat dot com
2009-01-27 22:29 ` rob1weld at aol dot com
2009-01-27 22:45 ` rob1weld at aol dot com
2009-01-27 23:26 ` rob1weld at aol dot com
2009-01-27 23:47 ` [Bug testsuite/38946] [4.4 Regression] " rob1weld at aol dot com
2009-01-29 12:32 ` rob1weld at aol dot com
2009-01-30  3:25 ` rob1weld at aol dot com
2009-02-01 13:21 ` rguenth at gcc dot gnu dot org
2009-04-21 16:02 ` [Bug testsuite/38946] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-07-22 10:34 ` jakub at gcc dot gnu dot org
2009-10-15 12:55 ` jakub at gcc dot gnu dot org
2010-01-21 13:19 ` jakub at gcc dot gnu dot org
2010-04-30  9:01 ` [Bug testsuite/38946] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
2010-06-04 12:54 ` ro at gcc dot gnu dot org
2010-06-07 16:32 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-06-07 16:49 ` ro at gcc dot gnu dot org
2010-06-07 16:49 ` ro at gcc dot gnu dot org
2010-06-20  2:06 ` rob1weld at aol dot com
2010-06-25 18:56 ` ro at gcc dot gnu dot org
2010-06-25 19:25 ` jvdelisle at gcc dot gnu dot org
2010-06-25 19:26 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-06-25 20:21 ` jvdelisle at gcc dot gnu dot org
2010-06-25 20:34 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-06-25 20:42 ` jvdelisle at gcc dot gnu dot org
2010-06-25 20:43 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-06-25 21:33 ` jvdelisle at gcc dot gnu dot org
2010-07-09 19:18 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-07-20 18:46 ` rob1weld at aol dot com
2010-07-20 19:23 ` ro at gcc dot gnu dot org
2010-07-21  4:37 ` jvdelisle at gcc dot gnu dot org
2010-07-21  7:56 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-07-21  9:06 ` ro at gcc dot gnu dot org
2010-07-21  9:07 ` ro at gcc dot gnu dot org
2010-07-21  9:09 ` ro at gcc dot gnu dot org
2010-07-23  8:44 ` rob1weld at aol dot com

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).