[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-07-24 Thread dorit at gcc dot gnu dot org
--- Comment #8 from dorit at gcc dot gnu dot org 2007-07-24 07:50 --- Subject: Bug 31776 Author: dorit Date: Tue Jul 24 07:50:10 2007 New Revision: 126868 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126868 Log: 2007-07-23 Dorit Nuzman <[EMAIL PROTECTED]> merge revi

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-02 Thread brooks at gcc dot gnu dot org
--- Comment #7 from brooks at gcc dot gnu dot org 2007-05-03 07:22 --- The above commit should fix this problem. -- brooks at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-02 Thread brooks at gcc dot gnu dot org
--- Comment #6 from brooks at gcc dot gnu dot org 2007-05-03 07:15 --- Subject: Bug 31776 Author: brooks Date: Thu May 3 06:14:52 2007 New Revision: 124373 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124373 Log: PR bootstrap/31776 * system.h: Remove inclusion of double-int.h

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-02 Thread brooks at gcc dot gnu dot org
--- Comment #5 from brooks at gcc dot gnu dot org 2007-05-03 03:24 --- If this analysis of the problem is correct, the patch attached here should fix it: http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00135.html -- brooks at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-02 Thread ghazi at gcc dot gnu dot org
--- Comment #4 from ghazi at gcc dot gnu dot org 2007-05-03 02:50 --- I see a similar failure on sparc-sun-solaris2.10 (where I have gmp installed in some place not available to system.h without -I flags.) Without clear access to gmp.h, configure botches the test for rlim_t and defines

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-01 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-05-01 22:57 --- It looks like the same cause but different symptom. The configure check for strsignal for darwin doesn't seem to work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31776

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-01 Thread schnetter at aei dot mpg dot de
--- Comment #2 from schnetter at aei dot mpg dot de 2007-05-01 22:37 --- I configured with the options ~/src/gcc/configure --prefix=$HOME/gcc --with-gmp=/opt/local --with-mpfr=/opt/local (outside the source tree). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31776

[Bug bootstrap/31776] Bootstrap fails with "error: conflicting types for strsignal"

2007-05-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-01 22:03 --- How did you configure? This is most likely the same as reported in http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00033.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31776