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
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
.
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
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