From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3345 invoked by alias); 24 Jan 2006 00:03:19 -0000 Received: (qmail 3276 invoked by uid 48); 24 Jan 2006 00:03:16 -0000 Date: Tue, 24 Jan 2006 00:03:00 -0000 Subject: [Bug libgomp/25936] New: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg02512.txt.bz2 List-Id: Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/gc c/ /mnt/gnu/gcc-3.3/gcc/libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c -B/mnt/ gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/./libgomp/ -I/mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp -I/mnt/gnu/gcc-3.3/gcc/libgomp/testsuite/.. -fmessage- length=0 -fopenmp -O2 -fopenmp -L/mnt/gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/ ./libgomp/.libs -lgomp -lm -o ./a.15.1.exe (timeout = 300) ld: (Warning) Unsatisfied symbol "sem_init" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_post" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_wait" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_destroy" in file /mnt/gnu/gcc-3.3/objdir/h ppa64-hp-hpux11.11/./libgomp/.libs/libgomp.sl 4 warnings. output is: ld: (Warning) Unsatisfied symbol "sem_init" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_post" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_wait" in file /mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp/.libs/libgomp.sl ld: (Warning) Unsatisfied symbol "sem_destroy" in file /mnt/gnu/gcc-3.3/objdir/h ppa64-hp-hpux11.11/./libgomp/.libs/libgomp.sl 4 warnings. FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) I'm not sure what's going on here. While the header files and manpages seem to indicate the presence of POSIX semaphores, they seem missing from the libraries. -- Summary: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) Product: gcc Version: 4.2.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: hppa64-hp-hpux11.11 GCC host triplet: hppa64-hp-hpux11.11 GCC target triplet: hppa64-hp-hpux11.11 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25936