]> git.ipfire.org Git - thirdparty/gcc.git/commit
libcc1: use static_assert
authorTom Tromey <tom@tromey.com>
Tue, 4 May 2021 21:26:58 +0000 (15:26 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 5 May 2021 06:06:17 +0000 (00:06 -0600)
commit0ed83e1d03b4864b5f50b6a8735ed8e3a3635193
treefbbecf2c11505725afc0c9af42b42567fb3f8602
parent7c4e5d5eaad59ac4d9cf06934c953537b0b1a367
libcc1: use static_assert

This changes one spot in libcc1 to use static_assert rather than the
old-style array declaration.

libcc1

* libcp1plugin.cc: Use static assert.
libcc1/libcp1plugin.cc