This is the mail archive of the gcc@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: Array to Double.


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 going to support 2.95.2 much around here...


You didn't even tell us the target...

Base upon what you've said so far, the answer is no.

Also, you used the wrong like, gcc-help is the correct list to use.


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