public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
@ 2012-01-16 21:14 danglin at gcc dot gnu.org
  2012-01-17 10:15 ` [Bug testsuite/51875] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-16 21:14 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51875
           Summary: FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s
                    == 'foo'
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa2.
0w-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/guali
ty/pr41558.f90    -O0  -g 
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfo
rtran/.libs -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-L/
test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-B/test/gnu/gcc/ob
jdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-h
p-hpux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./l
ibquadmath/.libs  -lm   -o ./pr41558.exe    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc
/objdir/gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.
11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/guality/pr41558.f9
0 -O0 -g -B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-L/tes
t/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdi
r/hppa2.0w-hp-hpux11.11/./libgfortran/.libs
-B/test/gnu/gcc/objdir/hppa2.0w-hp-h
pux11.11/./libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libq
uadmath/.libs -L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs
-
lm -o ./pr41558.exe
PASS: gfortran.dg/guality/pr41558.f90  -O0  (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfo
rtran/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs:/test
/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs:/test/gnu/gcc/objdir/h
ppa2.0w-hp-hpux11.11/./libquadmath/.libs:/test/gnu/gcc/objdir/gcc:.:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libgfortran/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs:/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libquadmath/.libs:/test/gnu/gcc/objdir/gcc
spawn [open ...]
 foo
PASS: gfortran.dg/guality/pr41558.f90  -O0  execution test
Spawning: gdb -nx -nw -quiet -x pr41558.gdb ./pr41558.exe
spawn gdb -nx -nw -quiet -x pr41558.gdb ./pr41558.exe
Reading symbols from
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/pr41558.exe...done.
Breakpoint 1 at 0x2db4: file
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/guality/pr41558.f90, line 7.
warning: Private mapping of shared library text was not specified
by the executable; setting a breakpoint in a shared library which
is not privately mapped will not work.  See the HP-UX 11i v3 chatr
manpage for methods to privately map shared library text.

Breakpoint 1, f_ (s=..., _s=3)
    at /test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/guality/pr41558.f90:7
7         write (*,*), s ! { dg-final { gdb-test 7 "s" "'foo'" } }
$1 = (REF TO -> ( character*3 )) @0x3088: 'foo'
$2 = 'foo'
(REF TO -> ( character*3 )) @0x3088: 'foo' != 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'

Looks like a match problem.

This has been around since at least 4.6.  Previously, I had blamed
gdb.


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

* [Bug testsuite/51875] FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
  2012-01-16 21:14 [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' danglin at gcc dot gnu.org
@ 2012-01-17 10:15 ` rguenth at gcc dot gnu.org
  2012-01-18 19:30 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-17 10:15 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-17
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-17 10:03:32 UTC ---
Confirmed.  That seems to be the usual by-reference passing for a callee copy
thing.  Not sure if we can cater for this difference in the testcase easily.
Maybe consider skipping it for hppa.


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

* [Bug testsuite/51875] FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
  2012-01-16 21:14 [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' danglin at gcc dot gnu.org
  2012-01-17 10:15 ` [Bug testsuite/51875] " rguenth at gcc dot gnu.org
@ 2012-01-18 19:30 ` dave.anglin at bell dot net
  2012-01-30  0:45 ` danglin at gcc dot gnu.org
  2013-01-19 20:45 ` tilo@tilo-schwarz.de
  3 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2012-01-18 19:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dave.anglin at bell dot net 2012-01-18 18:49:55 UTC ---
On 1/17/2012 5:03 AM, rguenth at gcc dot gnu.org wrote:
> Confirmed.  That seems to be the usual by-reference passing for a callee copy
> thing.  Not sure if we can cater for this difference in the testcase easily.
I think gdb is also a factor as the test doesn't fail on PA ELF targets.


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

* [Bug testsuite/51875] FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
  2012-01-16 21:14 [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' danglin at gcc dot gnu.org
  2012-01-17 10:15 ` [Bug testsuite/51875] " rguenth at gcc dot gnu.org
  2012-01-18 19:30 ` dave.anglin at bell dot net
@ 2012-01-30  0:45 ` danglin at gcc dot gnu.org
  2013-01-19 20:45 ` tilo@tilo-schwarz.de
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-30  0:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-29 23:56:44 UTC ---
Author: danglin
Date: Sun Jan 29 23:56:38 2012
New Revision: 183688

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183688
Log:
    PR testsuite/51875
    * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/guality/pr41558.f90


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

* [Bug testsuite/51875] FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
  2012-01-16 21:14 [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-01-30  0:45 ` danglin at gcc dot gnu.org
@ 2013-01-19 20:45 ` tilo@tilo-schwarz.de
  3 siblings, 0 replies; 5+ messages in thread
From: tilo@tilo-schwarz.de @ 2013-01-19 20:45 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Tilo Schwarz <tilo@tilo-schwarz.de> 2013-01-19 20:44:46 UTC ---
Also seen on platform

Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.35-2 i686 GNU/Linux

using

% gfortran -v                                        
Using built-in specs.
COLLECT_GCC=gfortran-master
COLLECT_LTO_WRAPPER=/home/tschwarz/Unix/libexec/gcc/i686-pc-linux-gnu/4.8.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/home/tschwarz/Unix
--program-suffix=-master --disable-multilib --enable-languages=fortran
--disable-bootstrap
Thread model: posix
gcc version 4.8.0 20130118 (experimental) (GCC)


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

end of thread, other threads:[~2013-01-19 20:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-16 21:14 [Bug testsuite/51875] New: FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' danglin at gcc dot gnu.org
2012-01-17 10:15 ` [Bug testsuite/51875] " rguenth at gcc dot gnu.org
2012-01-18 19:30 ` dave.anglin at bell dot net
2012-01-30  0:45 ` danglin at gcc dot gnu.org
2013-01-19 20:45 ` tilo@tilo-schwarz.de

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