public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure.
       [not found] <bug-40516-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-31  3:56 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-05-31  3:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40516

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to nightstrike from comment #6)
> Is it supported to build GCC without MPC?

NO.  GCC requires mpc to build.

Also cloog/ppl support has been removed and replaced with ISL.

Toplevel configure.ac has now:
# Treat --without-isl as a request to disable
# GRAPHITE support and skip all following checks.

So I am going to assume this was fixed for ISL and MPC needs to be there and
CLOOG and PPL support was removed.

So closing as works for me.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure.
  2009-06-22  2:04 [Bug regression/40516] New: using --with-cloog and --with-ppl without specifying a location with = causes configuration errors xenofears at gmail dot com
  2009-06-30  7:39 ` [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure xenofears at gmail dot com
  2009-07-22  4:57 ` xenofears at gmail dot com
@ 2009-07-22  5:19 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: manu at gcc dot gnu dot org @ 2009-07-22  5:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from manu at gcc dot gnu dot org  2009-07-22 05:19 -------
(In reply to comment #4)
> How come this is still sitting unconfirmed? This is something that involves
> Linux et. al. Using --without-cloog, ppl, or mpc doesn't work right as per
> previous post, so it is more than just cosmetic. 

Presumably, because GCC devs haven't had time to look at this in detail and it
is not a priority compared to other issues. Note that at this moment there are
1288 unconfirmed bugs.

> I don't really care personally, just trying to help gcc.

Thanks, any help is greatly appreciated.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40516


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure.
  2009-06-22  2:04 [Bug regression/40516] New: using --with-cloog and --with-ppl without specifying a location with = causes configuration errors xenofears at gmail dot com
  2009-06-30  7:39 ` [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure xenofears at gmail dot com
@ 2009-07-22  4:57 ` xenofears at gmail dot com
  2009-07-22  5:19 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: xenofears at gmail dot com @ 2009-07-22  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from xenofears at gmail dot com  2009-07-22 04:57 -------
How come this is still sitting unconfirmed? This is something that involves
Linux et. al. Using --without-cloog, ppl, or mpc doesn't work right as per
previous post, so it is more than just cosmetic. 

I don't really care personally, just trying to help gcc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40516


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure.
  2009-06-22  2:04 [Bug regression/40516] New: using --with-cloog and --with-ppl without specifying a location with = causes configuration errors xenofears at gmail dot com
@ 2009-06-30  7:39 ` xenofears at gmail dot com
  2009-07-22  4:57 ` xenofears at gmail dot com
  2009-07-22  5:19 ` manu at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: xenofears at gmail dot com @ 2009-06-30  7:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from xenofears at gmail dot com  2009-06-30 07:38 -------
I have now, in an attempt at a testcase, have found this bug to have further
implications. Trying to turn off mpc, ppl, and/or cloog has the same behavior,
i.e. --without-mpc causes:

gmpinc: '-I/no/include'
gmplibs: '-L/no/lib -lmpc -lmpfr -lgmp'

This is more serious now as mpc cannot be turned off without manual hacking. I
am surprized this has not yet been confirmed. I can also now say that target
x86_64-linux-unknown-gnu produces the same problem. It is safe to say it is
fairly target indescriminate.


-- 

xenofears at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|using --with-cloog and --   |--without-mpc, --without-
                   |with-ppl without specifying |ppl, --without-cloog does
                   |a location with = causes    |the same thing. No turning
                   |configuration errors        |off mpc via configure.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40516


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-31  3:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40516-4@http.gcc.gnu.org/bugzilla/>
2021-05-31  3:56 ` [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure pinskia at gcc dot gnu.org
2009-06-22  2:04 [Bug regression/40516] New: using --with-cloog and --with-ppl without specifying a location with = causes configuration errors xenofears at gmail dot com
2009-06-30  7:39 ` [Bug bootstrap/40516] --without-mpc, --without-ppl, --without-cloog does the same thing. No turning off mpc via configure xenofears at gmail dot com
2009-07-22  4:57 ` xenofears at gmail dot com
2009-07-22  5:19 ` manu at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).