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 c/31340] New: testsuite setjmp-3 and setjmp-4 fail attempting to redefine raise


<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


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