This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/58756] New: FAIL: libgomp.c/pr58392.c execution test


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

            Bug ID: 58756
           Summary: FAIL: libgomp.c/pr58392.c execution test
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11

Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/libgomp/testsuite/libgomp.c/pr58392.c 
-B/test/gnu/gcc/objdir/hpp
a64-hp-hpux11.11/./libgomp/
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp
/.libs -I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp
-I/test/gnu/gcc/gcc/
libgomp/testsuite/.. -fmessage-length=0 -fno-diagnostics-show-caret
-fdiagnostic
s-color=never -fopenmp  -O2  
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgo
mp/.libs -lm   -o ./pr58392.exe    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/test/gnu/gcc/gc
c/libgomp/testsuite/libgomp.c/pr58392.c
-B/test/gnu/gcc/objdir/hppa64-hp-hpux11.
11/./libgomp/ -B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/.libs
-I/test
/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp
-I/test/gnu/gcc/gcc/libgomp/testsu
ite/.. -fmessage-length=0 -fno-diagnostics-show-caret -fdiagnostics-color=never
-fopenmp -O2 -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/.libs -lm -o
.
/pr58392.exe
PASS: libgomp.c/pr58392.c (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/
.libs:/test/gnu/gcc/objdir/gcc:.:/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libg
omp/.libs:/test/gnu/gcc/objdir/gcc
spawn [open ...]
FAIL: libgomp.c/pr58392.c execution test

Breakpoint 1, main ()
    at /test/gnu/gcc/gcc/libgomp/testsuite/libgomp.c/pr58392.c:52
52          abort ();
(gdb) p foo (32 * 32, 32)
$1 = 496
(gdb) p (31 * 32 / 2) * 32)
Junk after end of expression.
(gdb) p (31 * 32 / 2) * 32
$2 = 15872


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]