This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29300] FAIL: gcc.dg/pthread-init-[12].c (test for excess errors)
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Oct 2006 13:01:08 -0000
- Subject: [Bug target/29300] FAIL: gcc.dg/pthread-init-[12].c (test for excess errors)
- References: <bug-29300-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-10-03 13:01 -------
Subject: Re: FAIL: gcc.dg/pthread-init-[12].c (test for excess errors)
> ------- Comment #1 from uros at kss-loka dot si 2006-10-03 07:04 -------
> Similar problems were recently fixed for solaris and glibc-2.3.5. It looks that
> hpux needs a fixinclude hack that would cure these errors/warnings, somehing
> like:
I have a patch. I've tested it on 11.11 but 11.00 and 11.23 still need
testing. There are two issues. pthread_kill and pthread_sigmask need
wrappers as these are being declared with -ansi (they are POSIX.1c).
There are lots of missing braces in the initializers. I'd hoped to
avoid fixing this warning ;(
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29300