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]

g77 bug (SAVE "skiped") - APOLOGY


Sorry guys,
After my charge has met the flat denial from you, I took a deep look into
the source code. And guess what ! There was a bug :-)
The table X(19) was declared, but then also X(20) was used. Seems that
this place (X(20)) was allocated by the ISIZE, thus destroying it.
(Unfortunately the bug was not found by the ftncheck.)
The code was expected to be really working, as it was running happily on
AIX and SunOS (and was years old). So, when I got the core dump, I was
primarily suspecting the compiler itself.
My apology for the additional work you took (and many thanks).
Best regards,
Jacek.


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