public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/40516]  New: using --with-cloog and --with-ppl without specifying a location with = causes configuration errors
@ 2009-06-22  2:04 xenofears at gmail dot com
  2009-06-25 13:59 ` [Bug regression/40516] " nightstrike at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: xenofears at gmail dot com @ 2009-06-22  2:04 UTC (permalink / raw)
  To: gcc-bugs

results in:

(all from config.log)

configure:5144: checking for version 0.10 of PPL
configure:5166: gcc -c -I/usr/system64/include -L/usr/system64/lib
-L/usr/system64/lib64 -Iyes/include    -I/usr/system64/include
-L/usr/system64/lib -L/usr/system64/lib64 conftest.c >&5
configure:5172: $? = 0

configure:5265: checking for correct version of CLooG
configure:5287: gcc -c -I/usr/system64/include -L/usr/system64/lib
-L/usr/system64/lib64 -Iyes/include -DCLOOG_PPL_BACKEND    -Iyes/include 
-I/usr/system64/include -L/usr/system64/lib -L/usr/system64/lib64 conftest.c
>&5
configure:5293: $? = 0

LIBS='-Lyes/lib -lcloog -Lyes/lib -lppl_c -lppl -lgmpxx  '

clooginc='-Iyes/include -DCLOOG_PPL_BACKEND '
clooglibs='-Lyes/lib -lcloog'

As of recent with gcc 4.5.0, to use the CLOOG_PPL_BACKEND, --with-cloog and
--with-ppl must be specified in the command line, making this more notable.


-- 
           Summary: using --with-cloog and --with-ppl without specifying a
                    location with = causes configuration errors
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: xenofears at gmail dot com
 GCC build triplet: x86_64-w64-mingw32, i686-pc-mingw32, i686-pc-cygwin
  GCC host triplet: x86_64-w64-mingw32
GCC target triplet: x86_64-w64-mingw32


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


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

* [Bug regression/40516] using --with-cloog and --with-ppl without specifying a location with = causes configuration errors
  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-25 13:59 ` nightstrike at gmail dot com
  2009-06-25 20:45 ` xenofears at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: nightstrike at gmail dot com @ 2009-06-25 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from nightstrike at gmail dot com  2009-06-25 13:58 -------
I imagine this applies to any target, not just win64 targets.  I can't change
that setting, though.


-- 


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


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

* [Bug regression/40516] using --with-cloog and --with-ppl without specifying a location with = causes configuration errors
  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-25 13:59 ` [Bug regression/40516] " nightstrike at gmail dot com
@ 2009-06-25 20:45 ` 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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: xenofears at gmail dot com @ 2009-06-25 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from xenofears at gmail dot com  2009-06-25 20:44 -------
(In reply to comment #1)
> I imagine this applies to any target, not just win64 targets.  I can't change
> that setting, though.

I am quite sure it applies to any target, but I am unable to test any target.
Feel free to post verifications of other targets. I should have listed the
other ones I know it applies to - like I did for build - and updated that.

This bug needs to be confirmed.


-- 

xenofears at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|x86_64-w64-mingw32          |x86_64-w64-mingw32, i686-pc-
                   |                            |cygwin,i686-pc-
                   |                            |mingw32,x86_64-unknow


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


^ permalink raw reply	[flat|nested] 7+ 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-25 13:59 ` [Bug regression/40516] " nightstrike at gmail dot com
  2009-06-25 20:45 ` 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
  4 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (3 preceding siblings ...)
  2009-07-22  4:57 ` xenofears at gmail dot com
@ 2009-07-22  5:19 ` manu at gcc dot gnu dot org
  4 siblings, 0 replies; 7+ 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] 7+ messages in thread

* [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; 7+ 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-25 13:59 ` [Bug regression/40516] " nightstrike at gmail dot com
2009-06-25 20:45 ` 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
     [not found] <bug-40516-4@http.gcc.gnu.org/bugzilla/>
2021-05-31  3:56 ` pinskia at gcc dot gnu.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).