This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31340] New: testsuite setjmp-3 and setjmp-4 fail attempting to redefine raise
- From: "tprince at computer dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2007 00:31:18 -0000
- Subject: [Bug c/31340] New: testsuite setjmp-3 and setjmp-4 fail attempting to redefine raise
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
<signal.h> is in scope when gcc.dg/setjmp-3.c and setjmp-4.c are compiled. The
attempt to redefine raise() causes the tests to fail. Either this should be an
XFAIL, or the test should be changed so as to remove the conflict with
pre-existing definition. The definition in the testsuite conflicts with Open
Group specification
http://www.opengroup.org/onlinepubs/000095399/functions/raise.html
--
Summary: testsuite setjmp-3 and setjmp-4 fail attempting to
redefine raise
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tprince at computer dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31340