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] |
> I have attempted to make my source file as small as possible, while > still generating the error. I have attached the resulting .ii file. As > far as I can tell, every line of code is strictly necessary to generate > the error. Thanks for your bug report. The mainline compiler (2.96 20000624 (experimental)) says test.cpp:7: size of member `array' is not constant so the bug has been fixed. The error message may be somewhat confusing: the constant value of ArraySize is not known at the point where it is used - that is the error. Regards, Martin
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |