[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-12-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #11 from Roger Meyer 2011-10-07 03:21:12 UTC --- the actual problem leading to this is that the check for psignal doesn't include the proper feature-test macros to cite the manpage SYNOPSIS #include void psignal(int

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-10-06 Thread fzvqedi at v dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Roger Meyer changed: What|Removed |Added CC||fzvqedi at v dot |

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-06-27 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #9 from Hans-Peter Nilsson 2011-06-27 21:03:01 UTC --- Author: hp Date: Mon Jun 27 21:02:53 2011 New Revision: 175564 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175564 Log: PR regression/47836 PR bootstrap/23656

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-06-27 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #8 from Hans-Peter Nilsson 2011-06-27 20:55:04 UTC --- Author: hp Date: Mon Jun 27 20:54:59 2011 New Revision: 175560 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175560 Log: PR regression/47836 PR bootstrap/23656

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-06-22 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #7 from Hans-Peter Nilsson 2011-06-22 21:30:25 UTC --- Author: hp Date: Wed Jun 22 21:30:19 2011 New Revision: 175316 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175316 Log: PR regression/47836 PR bootstrap/23656

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-06-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #6

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-06-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Andrew Pinski 20

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-04-30 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #4 from Josef Mutzenbacher 2011-04-30 12:33:36 UTC --- (In reply to comment #3) > xgcc is invoked for target libraries; libiberty is built as a target > library. may i ask why this is being built ? it seems as if it is not needed. is

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-04-29 Thread froydnj at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #3 from froydnj at codesourcery dot com 2011-04-29 17:02:42 UTC --- On Fri, Apr 29, 2011 at 04:54:34PM +, wkor97gy0eef1fr at i dot mintemail.com wrote: > i was using --disable-bootstrap to disable bootstrapping, but make still > in

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-04-29 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #2 from Josef Mutzenbacher 2011-04-29 16:51:06 UTC --- (In reply to comment #1) > HAVE_PSIGNAL is supposed to be defined if the header file has psignal. Why > does that not happen? Look at config.log. i was building with musl libc,

[Bug c/48825] libiberty "psignal" lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-04-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|