Re: Need to correct the function declaration.

2011-11-06 Thread Jonathan Wakely
Fixed on trunk by revision 181072. Please use bugzilla or the libstdc++ mailing list next time.

Re: Need to correct the function declaration.

2011-11-06 Thread Jonathan Wakely
On 7 November 2011 07:09, Jonathan Wakely wrote: > On 7 November 2011 03:02, James Dennett wrote: >> On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >>> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >>> following error: gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mute

Re: Need to correct the function declaration.

2011-11-06 Thread Jonathan Wakely
On 7 November 2011 03:02, James Dennett wrote: > On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >> following error: >>> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error: >>>   invalid conversion from 'void (*)

Re: Need to correct the function declaration.

2011-11-06 Thread niXman
2011/11/7 niXman : > 2011/11/7 James Dennett : >> On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >>> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >>> following error: gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error:   invalid conversion from 'vo

Re: Need to correct the function declaration.

2011-11-06 Thread niXman
2011/11/7 James Dennett : > On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >> following error: >>> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error: >>>   invalid conversion from 'void (*)(...)' to 'void (*)(

Re: Need to correct the function declaration.

2011-11-06 Thread James Dennett
On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: > When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the > following error: >> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error: >>   invalid conversion from 'void (*)(...)' to 'void (*)()' [-fpermissive] > > Please add