Skip to content

Update GCC 10 for Unicode (non-ASCII) identifiers support #95

@liuxilu

Description

@liuxilu

GCC 10 Changes

Extended characters in identifiers may now be specified directly in the input encoding (UTF-8, by default), in addition to the UCN syntax (\uNNNN or \UNNNNNNNN) that is already supported:
static const int π = 3;
int get_naïve_pi() {
return π;
}

I tried this and it worked:
https://github.com/ZakKemble/avr-gcc-build/releases/tag/v14.1.0-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions