Hi,
I am sorry for not specifying all the details. I am hacking gcc 2.95.2 for
ARM to include my own version of register allocator. Currently, I am
supporting only single registers. i.e. No register pairs - No DImode. For
this I am trying to see there are no pseudo registers with DImode. But I
am s
On Sep 19, 2005, at 10:36 PM, N V Krishna wrote:
When I try to compile something like:
foo(){
int a[] = {1,2};
}
gcc is combining them into a double (DImode) and handling as such.
Is there a switch by which I can direct gcc not to do so? I am
using gcc 2.95.2.
Side note, we aren't g