s/tiny/small/ and I think we might be getting close. So the 403.gcc test being
compiled contains:
if (regno == PIC_OFFSET_TABLE_REGNUM
&& fixed_regs[PIC_OFFSET_TABLE_REGNUM])
return pic_offset_table_rtx;
PIC_OFFSET_TABLE_REGNUM is an expression testing machine flags; prior to
On Mon, Sep 22, 2014 at 4:10 AM, Alan Lawrence wrote:
> Well, I haven't looked into this in detail: I've gone only as far as
> * swapping emit-rtl.o between 'good' compiles (svn r214042) and 'bad'
> compiles (r214043), finding that the critical difference is in the
> emit-rtl.o generated by r214
On Mon, Sep 22, 2014 at 1:10 PM, Alan Lawrence wrote:
> Well, I haven't looked into this in detail: I've gone only as far as
> * swapping emit-rtl.o between 'good' compiles (svn r214042) and 'bad'
> compiles (r214043), finding that the critical difference is in the
> emit-rtl.o generated by r214
Well, I haven't looked into this in detail: I've gone only as far as
* swapping emit-rtl.o between 'good' compiles (svn r214042) and 'bad'
compiles (r214043), finding that the critical difference is in the emit-rtl.o
generated by r214043;
*looking at the relocations in the 'bad' emit_rtl.o,
On Thu, Sep 18, 2014 at 9:44 AM, Alan Lawrence wrote:
> We've been seeing errors using aarch64-none-linux-gnu gcc to build the
> 403.gcc benchmark from spec2k6, that we've traced back to this patch. The
> error looks like:
>
> /home/alalaw01/bootstrap_richie/gcc/xgcc
> -B/home/alalaw01/bootstrap_r
We've been seeing errors using aarch64-none-linux-gnu gcc to build the 403.gcc
benchmark from spec2k6, that we've traced back to this patch. The error looks like:
/home/alalaw01/bootstrap_richie/gcc/xgcc -B/home/alalaw01/bootstrap_richie/gcc
-O3 -mcpu=cortex-a57.cortex-a53 -DSPEC_CPU_LP64
On 15 August 2014 14:43, Franz Sirl wrote:
> Am 15.08.2014 um 11:32 schrieb Manuel López-Ibáñez:
>> On 15 August 2014 11:07, Richard Biener wrote:
>>> - if (TREE_CODE (arg1) == INTEGER_CST)
>>> + if (CONSTANT_CLASS_P (arg1) == INTEGER_CST)
>>
>> Huh?
>>
>> /* Nonzero if NODE represents a consta
Am 15.08.2014 um 11:32 schrieb Manuel López-Ibáñez:
> On 15 August 2014 11:07, Richard Biener wrote:
>> - if (TREE_CODE (arg1) == INTEGER_CST)
>> + if (CONSTANT_CLASS_P (arg1) == INTEGER_CST)
>
> Huh?
>
> /* Nonzero if NODE represents a constant. */
>
> #define CONSTANT_CLASS_P(NODE)\
>
On Fri, 15 Aug 2014, Manuel López-Ibáñez wrote:
> On 15 August 2014 11:07, Richard Biener wrote:
> > - if (TREE_CODE (arg1) == INTEGER_CST)
> > + if (CONSTANT_CLASS_P (arg1) == INTEGER_CST)
>
> Huh?
Eh ;)
> /* Nonzero if NODE represents a constant. */
>
> #define CONSTANT_CLASS_P(NODE)\
>
On 15 August 2014 11:07, Richard Biener wrote:
> - if (TREE_CODE (arg1) == INTEGER_CST)
> + if (CONSTANT_CLASS_P (arg1) == INTEGER_CST)
Huh?
/* Nonzero if NODE represents a constant. */
#define CONSTANT_CLASS_P(NODE)\
(TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_constant)
Sadly, we don't
10 matches
Mail list logo