public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8429] gcc-changelog: Remove use of non-strict mode
@ 2021-05-18  9:11 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-05-18  9:11 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ba165eda006ebca642869f53ce321fc957051a86

commit r11-8429-gba165eda006ebca642869f53ce321fc957051a86
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue May 18 10:08:50 2021 +0100

    gcc-changelog: Remove use of non-strict mode
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_email.py: Remove use of non-strict mode.
    
    (cherry picked from commit 7b4bae0acb14a1076df3234e905442bbdf9503dd)

Diff:
---
 contrib/gcc-changelog/git_email.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/gcc-changelog/git_email.py b/contrib/gcc-changelog/git_email.py
index 6933e3d71fe..fa62e3ad2f7 100755
--- a/contrib/gcc-changelog/git_email.py
+++ b/contrib/gcc-changelog/git_email.py
@@ -110,7 +110,7 @@ if __name__ == '__main__':
         print()
         print('Successfully parsed: %d/%d' % (success, len(allfiles)))
     else:
-        email = GitEmail(sys.argv[1], False)
+        email = GitEmail(sys.argv[1])
         if email.success:
             print('OK')
             email.print_output()


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-18  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  9:11 [gcc r11-8429] gcc-changelog: Remove use of non-strict mode Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).