This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Fix PR rtl-optimization/33732


John David Anglin wrote:
>> John David Anglin wrote:
>>     
>>>>    FWIW, I'm going to test this patch, but I can't any PA-RISC testing.
>>>>     
>>>>         
>>> I'll try it tonight.
>>>
>>> Thanks,
>>> Dave
>>>   
>>>       
>> i have done things like this before and it breaks odd ports in odd
>> ways.  i will not accept this patch until it is tested on many of the ports.
>>     
>
> Breaks ada build in stage2.  Turning off ada, I see
>
> /test/gnu/gcc/objdir/./prev-gcc/xgcc -B/test/gnu/gcc/objdir/./prev-gcc/ -B/opt/g
> nu/gcc/gcc-4.3.0/hppa2.0w-hp-hpux11.11/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwr
> ite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmi
> ssing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
>                      -Wno-overlength-strings -Werror -fno-common   -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I/opt/gnu/gcc/gcc-4.3.0/include -I/opt/gnu/gcc/gcc-4.3.0/include -I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    ../../gcc/gcc/local-alloc.c -o local-alloc.o
> ../../gcc/gcc/local-alloc.c: In function 'find_free_reg':
> ../../gcc/gcc/local-alloc.c:2350: internal compiler error: in df_reg_chain_unlink, at df-scan.c:795
>
> Dave
>   
The kinds of errors that i saw were not being able to get a register
very late in reload as well as inconsistencies between the number of
words being reserved for the stack and the number of slots actually
being used by reload. 

This bug is new, but not at all surprising.

kenny


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]