Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCC 10.3 Bugfix 1 - Constant literal address fix #8393

Merged
merged 3 commits into from
Dec 2, 2021

Commits on Nov 27, 2021

  1. GCC 10.3 Bugfix 1 - Constant String Literal Fix

    Fixes esp8266#8314 and other hard-to-track bugs.
    
    GCC 10.3 had an issue with addressing constant literals which would result
    in crazy offsets being used and random crashes in production.  Update
    with an upstream GCC 11 bugfix.
    earlephilhower committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    7a9a501 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    f99cee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    2f9ecde View commit details
    Browse the repository at this point in the history