public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
@ 2015-01-28 21:50 danglin at gcc dot gnu.org
  2015-01-28 22:38 ` [Bug testsuite/64849] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-01-28 21:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

            Bug ID: 64849
           Summary: FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test
                    for excess errors)
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11

spawn /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B/test/gnu/gcc/objdir/
gcc/testsuite/gfortran/../../
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/
/test/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/class_allocate_18.f90
-fno-diagnostics-show-
caret -fdiagnostics-color=never -O0 -fsanitize=undefined
-B/test/gnu/gcc/objdir/hppa64-h
p-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran
/.libs -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/ob
jdir/hppa64-hp-hpux11.11/./libatomic/.libs
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./
libquadmath/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs -L/test
/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libquadmath/.libs -lm -o
./class_allocate_18.exe
ld: Can't find library for -lubsan
Fatal error.
collect2: error: ld returned 1 exit status
compiler exited with status 1
output is:
ld: Can't find library for -lubsan
Fatal error.
collect2: error: ld returned 1 exit status

FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)


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

* [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
  2015-01-28 21:50 [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90 -O0 (test for excess errors) danglin at gcc dot gnu.org
@ 2015-01-28 22:38 ` dominiq at lps dot ens.fr
  2015-02-01 12:33 ` jvdelisle at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-01-28 22:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I think this has been fixed by r220181.


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

* [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
  2015-01-28 21:50 [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90 -O0 (test for excess errors) danglin at gcc dot gnu.org
  2015-01-28 22:38 ` [Bug testsuite/64849] " dominiq at lps dot ens.fr
@ 2015-02-01 12:33 ` jvdelisle at gcc dot gnu.org
  2015-02-01 12:40 ` ubizjak at gmail dot com
  2015-02-16 13:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2015-02-01 12:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu.org

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Outside of the testsuite I don't see a failure. Running the testsuite I do.

Running /home/jerry/gcc/trunk/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/class_allocate_18.f90   -O0  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -O1  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -O2  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -O3 -fomit-frame-pointer  execution
test
FAIL: gfortran.dg/class_allocate_18.f90   -O3 -fomit-frame-pointer
-funroll-loops  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -O3 -g  execution test
FAIL: gfortran.dg/class_allocate_18.f90   -Os  execution test


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

* [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
  2015-01-28 21:50 [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90 -O0 (test for excess errors) danglin at gcc dot gnu.org
  2015-01-28 22:38 ` [Bug testsuite/64849] " dominiq at lps dot ens.fr
  2015-02-01 12:33 ` jvdelisle at gcc dot gnu.org
@ 2015-02-01 12:40 ` ubizjak at gmail dot com
  2015-02-16 13:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2015-02-01 12:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jerry DeLisle from comment #2)
> Outside of the testsuite I don't see a failure. Running the testsuite I do.

Try to run executable under valgrind.
>From gcc-bugs-return-475686-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Feb 01 12:43:27 2015
Return-Path: <gcc-bugs-return-475686-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2145 invoked by alias); 1 Feb 2015 12:43:26 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 2104 invoked by uid 48); 1 Feb 2015 12:43:22 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
Date: Sun, 01 Feb 2015 12:43:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: testsuite
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64849-4-Zwwec1H9ad@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64849-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64849-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg00019.txt.bz2
Content-length: 450

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš Bizjak from comment #3)
> (In reply to Jerry DeLisle from comment #2)
> > Outside of the testsuite I don't see a failure. Running the testsuite I do.
> 
> Try to run executable under valgrind.

FYI, also happens on i686-linux-gnu [1].

[1] https://gcc.gnu.org/ml/gcc-testresults/2015-02/msg00059.html
>From gcc-bugs-return-475687-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Feb 01 12:53:34 2015
Return-Path: <gcc-bugs-return-475687-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2340 invoked by alias); 1 Feb 2015 12:53:33 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 2274 invoked by uid 48); 1 Feb 2015 12:53:29 -0000
From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
Date: Sun, 01 Feb 2015 12:53:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: testsuite
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jvdelisle at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64849-4-Y5tZ01jP8u@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64849-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64849-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg00020.txt.bz2
Content-length: 484

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd849

--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Valgrind shows 5 instances of:
= 889== Invalid read of size 8
= 889==    at 0x401241: __final_main_T2.3409 (in
/home/jerry/prs/pr64506/a.out)
= 889==    by 0x400D51: __final_main_T3.3400 (in
/home/jerry/prs/pr64506/a.out)
= 889==    by 0x400EF5: MAIN__ (in /home/jerry/prs/pr64506/a.out)
= 889==    by 0x40147C: main (in /home/jerry/prs/pr64506/a.out)


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

* [Bug testsuite/64849] FAIL: gfortran.dg/class_allocate_18.f90   -O0  (test for excess errors)
  2015-01-28 21:50 [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90 -O0 (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-02-01 12:40 ` ubizjak at gmail dot com
@ 2015-02-16 13:40 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-02-16 13:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64849

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

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

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Duplicate or pr64921.

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


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

end of thread, other threads:[~2015-02-16 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 21:50 [Bug testsuite/64849] New: FAIL: gfortran.dg/class_allocate_18.f90 -O0 (test for excess errors) danglin at gcc dot gnu.org
2015-01-28 22:38 ` [Bug testsuite/64849] " dominiq at lps dot ens.fr
2015-02-01 12:33 ` jvdelisle at gcc dot gnu.org
2015-02-01 12:40 ` ubizjak at gmail dot com
2015-02-16 13:40 ` dominiq at lps dot ens.fr

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