Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jamborm:gcc14test-f
gcc14
gcc14-fpermissive-default.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc14-fpermissive-default.diff of Package gcc14
diff --git a/gcc/c-family/c-opts.cc b/gcc/c-family/c-opts.cc index b845aff2226..76212d572cd 100644 --- a/gcc/c-family/c-opts.cc +++ b/gcc/c-family/c-opts.cc @@ -861,7 +861,7 @@ c_common_post_options (const char **pfilename) reject certain GNU extensions also present the defaults for later language modes. */ if (!c_dialect_cxx () - && !flag_isoc99 + /*&& !flag_isoc99 */ && !global_dc->m_pedantic_errors && !OPTION_SET_P (flag_permissive)) { diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 9c0a28092fc..06b24f6f649 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -2144,7 +2144,7 @@ C ObjC C++ ObjC++ Look for and use PCH files even when preprocessing. fpermissive -C ObjC C++ ObjC++ Var(flag_permissive) +C ObjC C++ ObjC++ Var(flag_permissive) Init(1) Downgrade conformance errors to warnings. fplan9-extensions
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor