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]

Re: Should axp integers be long int?..was: fmt.c line 95 segfaults


Bob,

You wrote:

QUOTE
Here are the (different) typedefs for these two versions,
as created by "configure".

egcs-1.0.2
typedef int /* long int */ flag;
typedef int /* long int */ ftnlen;
typedef int /* long int */ ftnint;

egcs-980406
typedef long int /* long int */ flag;
typedef long int /* long int */ ftnlen;
typedef long int /* long int */ ftnint;
UNQUOTE

Indeed, this is a bug.  The 1.0.2 system works correctly (I just  
checked).  I also checked that a freshly cvs'd copy of the main  
trunk has the wrong definitions. Could someone please take the blame  
for this change :-)

Cheers,
Toon.


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