• [^] # Re: GCC 3.4.0 is out \o/

    Posté par . En réponse au journal GCC 3.4.0 is out \o/. Évalué à 2.

    Niet

    A hand-written recursive-descent C++ parser has replaced the YACC-derived C++ parser from previous GCC releases. The new parser contains much improved infrastructure needed for better parsing of C++ source codes, handling of extensions, and clean separation (where possible) between proper semantics analysis and parsing. The new parser fixes many bugs that were found in the old parser.