public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/39098]  New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above
@ 2009-02-04 16:16 danglin at gcc dot gnu dot org
  2009-02-04 16:26 ` [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90 danglin at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-02-04 16:16 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc/
/home/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90 
-B/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/
-I/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp
-I/home/dave/gnu/gcc/gcc/libgomp/testsuite/.. -fmessage-length=0 -fopenmp  -O1 

-B/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/../libgfortran/.libs
  -L/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/.libs -lgomp
-L/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/../libgfortran/.libs
-lgfortranbegin -lgfortran -lm   -o ./reduction3.exe    (timeout = 300)
PASS: libgomp.fortran/reduction3.f90  -O1  (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/.libs:/home/dave/gnu/gcc/objdir/gcc:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/../libgfortran/.libs:.:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/.libs:/home/dave/gnu/gcc/objdir/gcc:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/./libgomp/../libgfortran/.libs:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/libstdc++-v3/.libs:/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/libgomp/.libs:/home/dave/gnu/gcc/objdir/./gcc:/home/dave/gnu/gcc/objdir/./prev-gcc:/home/dave/opt/gnu/gcc/gcc-4.3.3/lib:/home/dave/opt/gnu/lib
FAIL: libgomp.fortran/reduction3.f90  -O1  execution test

Starting program:
/home/dave/gnu/gcc/objdir/arm-none-linux-gnueabi/libgomp/testsuite/reduction3.xg
[Thread debugging using libthread_db enabled]
[New Thread 0x4030b000 (LWP 24657)]
[New Thread 0x40b0b450 (LWP 24658)]
[New Thread 0x4130b450 (LWP 24659)]
[Switching to Thread 0x4030b000 (LWP 24657)]

Breakpoint 2, _gfortran_abort ()
    at ../../../gcc/libgfortran/intrinsics/abort.c:39
39        abort ();
(gdb) bt
#0  _gfortran_abort () at ../../../gcc/libgfortran/intrinsics/abort.c:39
#1  0x00008924 in MAIN__ ()
    at
/home/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:52

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
Target: arm-none-linux-gnueabi
Configured with: ../gcc/configure --host=arm-none-linux-gnueabi
--target=arm-none-linux-gnueabi --build=arm-none-linux-gnueabi
--enable-languages=c,c++,fortran --enable-shared --enable-threads
--disable-multilib --disable-libmudflap --disable-libssp --enable-symvers=gnu
--enable-__cxa_atexit --disable-libstdcxx-pch --enable-checking=release
--prefix=/home/dave/opt/gnu/gcc/gcc-4.4.0 --with-gmp=/home/dave/opt/gnu
Thread model: posix
gcc version 4.4.0 20090202 (experimental) [trunk revision 143869] (GCC)

(gdb) p r
$1 = 3
(gdb) p ra
$2 = (6.5, 6.5, 4, 4)


-- 
           Summary: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: arm-none-linux-gnueabi
  GCC host triplet: arm-none-linux-gnueabi
GCC target triplet: arm-none-linux-gnueabi


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
@ 2009-02-04 16:26 ` danglin at gcc dot gnu dot org
  2009-02-04 20:00 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-02-04 16:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2009-02-04 16:26 -------
Actually, test also fails at -O0:

FAIL: libgomp.fortran/reduction3.f90  -O0  execution test
FAIL: libgomp.fortran/reduction3.f90  -O1  execution test
FAIL: libgomp.fortran/reduction3.f90  -O2  execution test
FAIL: libgomp.fortran/reduction3.f90  -O3 -fomit-frame-pointer  execution test
FAIL: libgomp.fortran/reduction3.f90  -O3 -fomit-frame-pointer -funroll-loops 
e
xecution test
FAIL: libgomp.fortran/reduction3.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
FAIL: libgomp.fortran/reduction3.f90  -O3 -g  execution test
FAIL: libgomp.fortran/reduction3.f90  -Os  execution test


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL:                       |FAIL:
                   |libgomp.fortran/reduction3.f|libgomp.fortran/reduction3.f
                   |90 at -O1 and above         |90


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
  2009-02-04 16:26 ` [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90 danglin at gcc dot gnu dot org
@ 2009-02-04 20:00 ` rguenth at gcc dot gnu dot org
  2009-02-04 21:22 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-02-04 20:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-02-04 20:00 -------
Does it work without -fopenmp?


-- 


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
  2009-02-04 16:26 ` [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90 danglin at gcc dot gnu dot org
  2009-02-04 20:00 ` rguenth at gcc dot gnu dot org
@ 2009-02-04 21:22 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-04-28 10:39 ` ramana at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2009-02-04 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2009-02-04 21:22 -------
Subject: Re:  FAIL: libgomp.fortran/reduction3.f90

> Does it work without -fopenmp?

Yes.

Dave


-- 


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-02-04 21:22 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2010-04-28 10:39 ` ramana at gcc dot gnu dot org
  2010-04-30 15:54 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-05-11 13:46 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ramana at gcc dot gnu dot org @ 2010-04-28 10:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ramana at gcc dot gnu dot org  2010-04-28 10:38 -------
(In reply to comment #3)
> Subject: Re:  FAIL: libgomp.fortran/reduction3.f90
> 
> > Does it work without -fopenmp?
> 
> Yes.
> 
> Dave

Does this still fail ?  Recent testresults don't show this failure in libgomp. 

Ramana


> 


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-04-28 10:39 ` ramana at gcc dot gnu dot org
@ 2010-04-30 15:54 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-05-11 13:46 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2010-04-30 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2010-04-30 15:54 -------
Subject: Re:  FAIL: libgomp.fortran/reduction3.f90

> Does this still fail ?  Recent testresults don't show this failure in libgomp. 
It's not failing on trunk.  Will recheck 4.4 and 4.5.

Dave


-- 


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


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

* [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90
  2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-04-30 15:54 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2010-05-11 13:46 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-11 13:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from danglin at gcc dot gnu dot org  2010-05-11 13:46 -------
I have rechecked 4.4 and 4.5 and the test is no longer failing.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-05-11 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-04 16:16 [Bug libgomp/39098] New: FAIL: libgomp.fortran/reduction3.f90 at -O1 and above danglin at gcc dot gnu dot org
2009-02-04 16:26 ` [Bug libgomp/39098] FAIL: libgomp.fortran/reduction3.f90 danglin at gcc dot gnu dot org
2009-02-04 20:00 ` rguenth at gcc dot gnu dot org
2009-02-04 21:22 ` dave at hiauly1 dot hia dot nrc dot ca
2010-04-28 10:39 ` ramana at gcc dot gnu dot org
2010-04-30 15:54 ` dave at hiauly1 dot hia dot nrc dot ca
2010-05-11 13:46 ` danglin 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).