Community
Participate
Working Groups
Build Identifier: #509 The LR parsers including XLC parser inherit from the GNU parser tests. When new tests are added for cases that the existing parser logic ought to cover, we get those tests automatically. Unfortunately, when new features are added such as C++0x support, we get those tests automatically too, and they fail because we don't have the new features in the LR parser. I will look at these failures to see how to fix or skip them if they are related to the new features. Reproducible: Always
*** This bug has been marked as a duplicate of bug 328867 ***