This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [gcc-3.3] patch for c++ parser PING


Dinar Temirbulatov <dtemirbulatov@ru.mvista.com> writes:

| Hi,
| following code sample could not be compiled with g++ 3.3.x:
| main() {
|          struct aaa *bbb;
|          struct aaa {int i;} iii = {1};
| }
| The enclosed patch fixes the bug in c++ parser.

Thanks for the report and the patch.  The series GCC-3.3.x is over.
Could you test whether the problem is still present in GCC-3.4.x or
better GCC-4.x.y?  Thanks.

-- Gaby


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