diff options
author | YizhePKU <42838469+YizhePKU@users.noreply.github.com> | 2021-04-09 10:37:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 10:37:53 +0800 |
commit | 5c14e5f9c7262336bf11dfede6277dd727b83010 (patch) | |
tree | f4d40a9c91e92aaaa3450166cf6ee7cdb38e055a /gcc/data-streamer-in.c | |
parent | 5da07eb33b5453c932ab1248629d9feebf0da6b1 (diff) | |
parent | 4937562f7ca354dc80369cc2e049c391838537f1 (diff) | |
download | gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.zip gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.tar.gz gcc-5c14e5f9c7262336bf11dfede6277dd727b83010.tar.bz2 |
Merge branch 'master' into fix-zero-length-array-2
Diffstat (limited to 'gcc/data-streamer-in.c')
-rw-r--r-- | gcc/data-streamer-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 7abb48a..49be2d2 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -1,7 +1,7 @@ /* Routines for restoring various data types from a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2020 Free Software Foundation, Inc. + Copyright (C) 2011-2021 Free Software Foundation, Inc. Contributed by Diego Novillo <dnovillo@google.com> This file is part of GCC. |