This is the mail archive of the gcc-bugs@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]

PPC problem in longlong.h


Hi,

there's a problem with this line in longlong.h:

#if (defined (_ARCH_PPC) || defined (_IBMR2)) && W_TYPE_SIZE == 32

AFAICT, W_TYPE_SIZE is used nowhere else in the compiler and thus the assembler
implementations are never used :-(. I tried to use SI_TYPE_SIZE instead, but it
seems this one cannot be used in a preprocessor #if.

Franz.


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