Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Ravenbrook
/
mps
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
623
Code
Issues
140
Pull requests
38
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Resolve warnings when compiling with GCC 12 and GCC 13.1
- #257
#257
Open
rptb1
wants to merge 8 commits into
master
Ravenbrook/mps:master
from
branch/2023-07-23/gcc-12-warnings
Ravenbrook/mps:branch/2023-07-23/gcc-12-warnings
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Resolve warnings when compiling with GCC 12 and GCC 13.1
#257
rptb1
wants to merge 8 commits into
master
Ravenbrook/mps:master
from
branch/2023-07-23/gcc-12-warnings
Ravenbrook/mps:branch/2023-07-23/gcc-12-warnings
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2023
Adding GCC 12 to build matrix to provoke warnings.
rptb1
committed
9234ed3
View commit details
Copy full SHA for 9234ed3
Browse repository at this point
Adding GCC version output to check and record which exact version of GCC is in use. The configure script does not display it.
rptb1
committed
a9407be
View commit details
Copy full SHA for a9407be
Browse repository at this point
Second attempt at GCC version output. Variable expansion does not work as expected.
rptb1
committed
90a4d23
View commit details
Copy full SHA for 90a4d23
Browse repository at this point
Suppress uninitialized warning from GCC 12.2.
rptb1
committed
8e117ae
View commit details
Copy full SHA for 8e117ae
Browse repository at this point
Commits on Jul 25, 2023
Suppress (legitimate) dangling pointer warning from GCC 13.1 to resolve GitHub issue #256 <https://github.com/Ravenbrook/mps/issues/256>.
rptb1
committed
af09351
View commit details
Copy full SHA for af09351
Browse repository at this point
Suppress warning when GCC before 13.1 doesn't know about -Wdangling-pointer.
rptb1
committed
086545a
View commit details
Copy full SHA for 086545a
Browse repository at this point
Suppress warnings from GCC 11 and 12 about not knowing the warning to suppress unknown warnings.
rptb1
committed
795f441
View commit details
Copy full SHA for 795f441
Browse repository at this point
Restricting GCC-specific pragmas to build.gc to avoid warnings on build.mv.
rptb1
committed
6d4ac64
View commit details
Copy full SHA for 6d4ac64
Browse repository at this point
You can’t perform that action at this time.