Re: Don't use LANGUAGE_C in CLooG (PR bootstrap/49797)

2011-07-22 Thread Rainer Orth
Tobias, >> Your patch is ok for GCC, please commit. >> You can post a patch for CLooG on cloog-developm...@googlegroups.com >> Don't forget to update the documentation of CLooG as well. > > I am about to post a patch to CLooG. I will take care of pushing it > upstream. Great, thanks. Rai

Re: Don't use LANGUAGE_C in CLooG (PR bootstrap/49797)

2011-07-21 Thread Tobias Grosser
On 07/21/2011 06:09 PM, Sebastian Pop wrote: Hi, On Thu, Jul 21, 2011 at 07:37, Rainer Orth wrote: As described in the PR, the use of LANGUAGE_C in CLooG breaks C++ bootstrap on IRIX 6.5. Both MIPS and Alpha C compilers predefine LANGUAGE_C themselves, which clashes with the CLooG macro in .

Re: Don't use LANGUAGE_C in CLooG (PR bootstrap/49797)

2011-07-21 Thread Sebastian Pop
Hi, On Thu, Jul 21, 2011 at 07:37, Rainer Orth wrote: > As described in the PR, the use of LANGUAGE_C in CLooG breaks C++ > bootstrap on IRIX 6.5.  Both MIPS and Alpha C compilers predefine > LANGUAGE_C themselves, which clashes with the CLooG macro in > .  In a bootstrap with C++, LANGUAGE_C of

Don't use LANGUAGE_C in CLooG (PR bootstrap/49797)

2011-07-21 Thread Rainer Orth
As described in the PR, the use of LANGUAGE_C in CLooG breaks C++ bootstrap on IRIX 6.5. Both MIPS and Alpha C compilers predefine LANGUAGE_C themselves, which clashes with the CLooG macro in . In a bootstrap with C++, LANGUAGE_C of course isn't defined, so the symbol is missing. As a hack, I ha