]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/emacsbug.el (report-emacs-bug): Report libgccjit status.
authorAndrea Corallo <akrl@sdf.org>
Fri, 11 Feb 2022 14:00:57 +0000 (15:00 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 11 Feb 2022 14:36:00 +0000 (15:36 +0100)
lisp/mail/emacsbug.el

index f5559e39f680b93debc1dfb353299912e6710289..1bda609d1057e5ce7a0711fb1c785408a116a632 100644 (file)
@@ -304,6 +304,9 @@ usually do not have translators for other languages.\n\n")))
     (emacs-bug--system-description)
     (insert "Configured features:\n" system-configuration-features "\n\n")
     (fill-region (line-beginning-position -1) (point))
+    (when (and (featurep 'native-compile)
+               (null (native-comp-available-p)))
+      (insert "(NATIVE_COMP present but libgccjit not available)\n\n"))
     (insert "Important settings:\n")
     (mapc
      (lambda (var)