This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12876] [3.4 Regression] mprotect not declared in libgcc/_trampoline.c
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2003 22:01:35 -0000
- Subject: [Bug bootstrap/12876] [3.4 Regression] mprotect not declared in libgcc/_trampoline.c
- References: <20031102180459.12876.lucier@math.purdue.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12876
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |build
Last reconfirmed|0000-00-00 00:00:00 |2003-11-02 22:01:34
date| |
Summary|mprotect not declared in |[3.4 Regression] mprotect
|libgcc/_trampoline.c |not declared in
| |libgcc/_trampoline.c
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-02 22:01 -------
The problem is that warnings are now errors on the mainline when compiling these files caused by
adding -Werror to these files, I would say make sure that these files do not get -Werror on solaris.