]> git.puffer.fish Git - mirror/frr.git/commit
tools/gcc-frr-format: fix ICE in gcc-10 7443/head
authorDavid Lamparter <equinox@diac24.net>
Mon, 2 Nov 2020 23:53:29 +0000 (00:53 +0100)
committerDavid Lamparter <equinox@diac24.net>
Mon, 2 Nov 2020 23:53:29 +0000 (00:53 +0100)
commitcd67bcf99abb4c22f4cd0b56ffb8ab8fb81e07e3
tree11f0d5f551510ba89fbebee609b4ed41fbe0bf83
parent84fa466b68ddf5041f7a1d44c56f0188ba4461c4
tools/gcc-frr-format: fix ICE in gcc-10

gcc-10 has a more strict internal assert for type checks so the plugin
currently causes an Internal Compiler Error.  Fix.

Signed-off-by: David Lamparter <equinox@diac24.net>
tools/gcc-plugins/frr-format.c