]> git.eshelyaron.com Git - emacs.git/commit
* Move diagnostic pragmas out of namespace-scope (bug#45303).
authorAndrea Corallo <akrl@sdf.org>
Sat, 19 Dec 2020 07:34:59 +0000 (08:34 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 19 Dec 2020 07:53:45 +0000 (08:53 +0100)
commiteeac3f4db4e3cdd0fc71541c827466927334dce4
treef9fad7f6a20485d650879c4c587c34500c2fe23e
parent49f81d6a531283416d3a87e46ee6696eea971b64
* Move diagnostic pragmas out of namespace-scope (bug#45303).

Pragmas in GCC don't work reliably within function:
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92696>

* src/comp.c (emit_static_object)
(Fcomp_native_driver_options_effective_p)
(Fcomp_libgccjit_version): Move pragmas out of name-scope.
src/comp.c