[aarch64] Add HiSilicon tsv110 CPU support
[gcc.git] / gcc / gengtype-state.c
index beb110e3f6481f0ff933ec171524d72ef8d58aa4..6a3b981eedce4856fd5b477400cc35d8d494b7cc 100644 (file)
@@ -1,7 +1,7 @@
 /* Gengtype persistent state serialization & de-serialization.
    Useful for gengtype in plugin mode.
 
-   Copyright (C) 2010-2016 Free Software Foundation, Inc.
+   Copyright (C) 2010-2018 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -2206,7 +2206,7 @@ read_state_pair (pair_p *current)
          next_state_tokens (1);
          read_state_type (&((*current)->type));
          read_state_fileloc (&((*current)->line));
-         read_state_options (&((*current)->opt));;
+         read_state_options (&((*current)->opt));
          t0 = peek_state_token (0);
          if (state_token_kind (t0) == STOK_RIGHTPAR)
            {