This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/34931] New: [4.2 Regression] FAIL: gcc.dg/pr28796-[12].c (test for excess errors)
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2008 02:09:52 -0000
- Subject: [Bug c/34931] New: [4.2 Regression] FAIL: gcc.dg/pr28796-[12].c (test for excess errors)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc/objdir/gcc/xgcc -B/mnt/gnu/gcc/objdir/gcc/
/mnt/
gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr28796-1.c -ffinite-math-only
-fno-show-colu
mn -lm -o pr28796-1.exe (timeout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
link_error (first referenced in /var/tmp//ccjtth6i.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
link_error (first referenced in /var/tmp//ccjtth6i.o) (code)
collect2: ld returned 1 exit status
FAIL: gcc.dg/pr28796-1.c (test for excess errors)
Excess errors:
/usr/ccs/bin/ld: Unsatisfied symbols:
link_error (first referenced in /var/tmp//ccjtth6i.o) (code)
Executing on host: /mnt/gnu/gcc/objdir/gcc/xgcc -B/mnt/gnu/gcc/objdir/gcc/
/mnt/
gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr28796-2.c -O2 -funsafe-math-optimizations
-
fno-show-column -lm -o ./pr28796-2.exe (timeout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
finite (first referenced in /var/tmp//ccklYEaP.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
finite (first referenced in /var/tmp//ccklYEaP.o) (code)
collect2: ld returned 1 exit status
FAIL: gcc.dg/pr28796-2.c (test for excess errors)
Excess errors:
/usr/ccs/bin/ld: Unsatisfied symbols:
finite (first referenced in /var/tmp//ccklYEaP.o) (code)
This is with revision revision 131740.
--
Summary: [4.2 Regression] FAIL: gcc.dg/pr28796-[12].c (test for
excess errors)
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34931