> See ix86_return_in_memory. (In 4.3 this is renamed to > return_in_memory_32.) > i128==TImode.But TImode should be used for __m128 stuff only there, not for integers. I'm looking into gfortran now. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
On Feb 27, 2008, at 11:54 AM, Anton Korobeynikov wrote:> >> See ix86_return_in_memory. (In 4.3 this is renamed to >> return_in_memory_32.) >> i128==TImode. > But TImode should be used for __m128 stuff only there, not for > integers. > I'm looking into gfortran now.You may be right. There are certainly places in that file where TImode refers to ints, but they may all be in TARGET_64BIT code.