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] |
|
ld port for DOS (from DJGPP package) produces an error: "Type of symbol '_i' changed from 4 to 8 in alter_md.o" At the link stage ld gives this error message without specifying the exact
code line number where it occurs. typedef struct split_integer split_integer i; Later "i" has been used in differrent expressions like: i.u.int_ = &line[4].position[76]; etc. (function prototype: typedef byte fpn_[4]; void adjust_output( byte, integer, fpn_ const c ) ) Is this a bug or normal situation? If so, where can I find a description for this error message? Thank you. Alex Oleynikov, CompuWeigh Corp., USA |
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |