[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2024-08-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #7 from Sam James --- Possibly fixed by: commit 11869b9c9eb8bcc8cb6a615141f522a447377324 Author: Gary V. Vaughan Date: Sat Nov 26 11:06:35 2011 +0700 m4: fix logic error leading to -fno-rtti being added wrongly. * m4/lib

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2024-04-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #6 from Andrew Pinski --- configure:18495: checking if gcc supports -fno-rtti -fno-exceptions configure:18513: gcc -c -g -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC+

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2019-01-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #5 from Eric Gallager --- Is this an issue with upstream libtool, too, or just GCC's patched version of it?

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2017-07-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 Eric Gallager changed: What|Removed |Added CC||jay.krell at cornell dot edu --- Comment

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-01-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #3 from Andrew Pinski 2012-01-30 20:18:31 UTC --- Looks like there are two different places in configure which test -fno-rtti and -fno-exceptions: One around line 28658 (which does not use lt_simple_compile_test_code And one around li

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-01-30 Thread christophe.lyon at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 --- Comment #2 from christophe.lyon at st dot com 2012-01-30 09:23:27 UTC --- I noticed this about an official release; I am not sure which one it was when I entered this report, but it is at least true for GCC-4.6.2. I have just checked http://gc

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-01-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|