public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Fix up gcc12-fortran-fdec-non-logical-if.patch.
Date: Mon, 29 Jun 2026 12:29:54 GMT [thread overview]
Message-ID: <178273619469.1.7114550018848185711.rpms-gcc-a72281a47039@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : a72281a4703969cef476dea936b4601cfbfaaa8f
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2022-08-18T18:57:31+02:00
Stats : +7/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/a72281a4703969cef476dea936b4601cfbfaaa8f?branch=rhel-f41-base
Log:
Fix up gcc12-fortran-fdec-non-logical-if.patch.
---
diff --git a/gcc12-fortran-fdec-non-logical-if.patch b/gcc12-fortran-fdec-non-logical-if.patch
index 24a8fa4..a3a830c 100644
--- a/gcc12-fortran-fdec-non-logical-if.patch
+++ b/gcc12-fortran-fdec-non-logical-if.patch
@@ -26,7 +26,7 @@ diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index 4a269ebb22d..d886c2f33ed 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
-@@ -497,6 +497,10 @@ fdec-override-kind
+@@ -506,6 +506,10 @@ fdec-override-kind
Fortran Var(flag_dec_override_kind)
Enable support for per variable kind specification.
@@ -34,16 +34,16 @@ index 4a269ebb22d..d886c2f33ed 100644
+Fortran Var(flag_dec_non_logical_if)
+Enable support for non-logical expressions in if statements.
+
- fdec-old-init
- Fortran Var(flag_dec_old_init)
- Enable support for old style initializers in derived types.
+ fdec-structure
+ Fortran Var(flag_dec_structure)
+ Enable support for DEC STRUCTURE/RECORD.
diff --git a/gcc/fortran/options.cc b/gcc/fortran/options.cc
index edbab483b36..a946c86790a 100644
--- a/gcc/fortran/options.cc
+++ b/gcc/fortran/options.cc
-@@ -81,6 +81,7 @@ set_dec_flags (int value)
- SET_BITFLAG (flag_dec_non_integer_index, value, value);
- SET_BITFLAG (flag_dec_old_init, value, value);
+@@ -79,6 +79,7 @@ set_dec_flags (int value)
+ SET_BITFLAG (flag_dec_char_conversions, value, value);
+ SET_BITFLAG (flag_dec_duplicates, value, value);
SET_BITFLAG (flag_dec_override_kind, value, value);
+ SET_BITFLAG (flag_dec_non_logical_if, value, value);
}
reply other threads:[~2026-06-29 12:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178273619469.1.7114550018848185711.rpms-gcc-a72281a47039@fedoraproject.org \
--to=jakub@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox