mirror of git://gcc.gnu.org/git/gcc.git
parent
21fa2a29dc
commit
818ab71a41
|
@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
|
||||||
rebuilt.
|
rebuilt.
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
Copyright (C) 1998-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
Update copyright years.
|
||||||
|
|
||||||
* gcc.c (process_command): Update copyright notice dates.
|
* gcc.c (process_command): Update copyright notice dates.
|
||||||
* gcov-dump.c (print_version): Ditto.
|
* gcov-dump.c (print_version): Ditto.
|
||||||
* gcov.c (print_version): Ditto.
|
* gcov.c (print_version): Ditto.
|
||||||
|
|
|
@ -57,7 +57,7 @@ Feb 1, 1998:
|
||||||
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
Copyright (C) 1998-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Makefile for GNU Compiler Collection
|
# Makefile for GNU Compiler Collection
|
||||||
# Run 'configure' to generate Makefile from Makefile.in
|
# Run 'configure' to generate Makefile from Makefile.in
|
||||||
|
|
||||||
# Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
# Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is intended to contain a few notes about writing C code
|
This file is intended to contain a few notes about writing C code
|
||||||
within GCC so that it compiles without error on the full range of
|
within GCC so that it compiles without error on the full range of
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dnl Copyright (C) 2005-2015 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005-2016 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GCC.
|
dnl This file is part of GCC.
|
||||||
dnl
|
dnl
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Inline functions to test validity of reg classes for addressing modes.
|
/* Inline functions to test validity of reg classes for addressing modes.
|
||||||
Copyright (C) 2006-2015 Free Software Foundation, Inc.
|
Copyright (C) 2006-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Alias analysis for GNU C
|
/* Alias analysis for GNU C
|
||||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
Contributed by John Carr (jfc@mit.edu).
|
Contributed by John Carr (jfc@mit.edu).
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Exported functions from alias.c
|
/* Exported functions from alias.c
|
||||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support a pool of allocatable objects.
|
/* Functions to support a pool of allocatable objects.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support a pool of allocatable objects
|
/* Functions to support a pool of allocatable objects
|
||||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AddressSanitizer, a fast memory error detector.
|
/* AddressSanitizer, a fast memory error detector.
|
||||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Kostya Serebryany <kcc@google.com>
|
Contributed by Kostya Serebryany <kcc@google.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AddressSanitizer, a fast memory error detector.
|
/* AddressSanitizer, a fast memory error detector.
|
||||||
Copyright (C) 2011-2015 Free Software Foundation, Inc.
|
Copyright (C) 2011-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Kostya Serebryany <kcc@google.com>
|
Contributed by Kostya Serebryany <kcc@google.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions dealing with attribute handling, used by most front ends.
|
/* Functions dealing with attribute handling, used by most front ends.
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Declarations and definitions dealing with attribute handling.
|
/* Declarations and definitions dealing with attribute handling.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Discovery of auto-inc and auto-dec instructions.
|
/* Discovery of auto-inc and auto-dec instructions.
|
||||||
Copyright (C) 2006-2015 Free Software Foundation, Inc.
|
Copyright (C) 2006-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Read and annotate call graph profile from the auto profile data file.
|
/* Read and annotate call graph profile from the auto profile data file.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Dehao Chen (dehao@google.com)
|
Contributed by Dehao Chen (dehao@google.com)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* auto-profile.h - Defines data exported from auto-profile.c
|
/* auto-profile.h - Defines data exported from auto-profile.c
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Dehao Chen (dehao@google.com)
|
Contributed by Dehao Chen (dehao@google.com)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Common Backend requirements.
|
/* Common Backend requirements.
|
||||||
|
|
||||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Andrew MacLeod <amacleod@redhat.com>
|
Contributed by Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Define control flow data structures for the CFG.
|
/* Define control flow data structures for the CFG.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Basic block reordering routines for the GNU compiler.
|
/* Basic block reordering routines for the GNU compiler.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Basic block reordering routines for the GNU compiler.
|
/* Basic block reordering routines for the GNU compiler.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support general ended bitmaps.
|
/* Functions to support general ended bitmaps.
|
||||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support general ended bitmaps.
|
/* Functions to support general ended bitmaps.
|
||||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/* Perform branch target register load optimizations.
|
/* Perform branch target register load optimizations.
|
||||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Expand builtin functions.
|
/* Expand builtin functions.
|
||||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* This file contains the definitions and documentation for the
|
/* This file contains the definitions and documentation for the
|
||||||
builtins used in the GNU compiler.
|
builtins used in the GNU compiler.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Expand builtin functions.
|
/* Expand builtin functions.
|
||||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
Update copyright years.
|
||||||
|
|
||||||
2015-12-21 David Malcolm <dmalcolm@redhat.com>
|
2015-12-21 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
* c-common.c (binary_op_error): Convert first param from
|
* c-common.c (binary_op_error): Convert first param from
|
||||||
|
@ -5976,7 +5980,7 @@
|
||||||
* c-common.c: Include gt-c-family-c-common.h.
|
* c-common.c: Include gt-c-family-c-common.h.
|
||||||
* c-pragma.c: Include gt-c-family-c-pragma.h.
|
* c-pragma.c: Include gt-c-family-c-pragma.h.
|
||||||
|
|
||||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||||
This file contains the builtin functions for Array
|
This file contains the builtin functions for Array
|
||||||
notations.
|
notations.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||||
Intel Corporation
|
Intel Corporation
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Print GENERIC declaration (functions, variables, types) trees coming from
|
/* Print GENERIC declaration (functions, variables, types) trees coming from
|
||||||
the C and C++ front-ends as well as macros in Ada syntax.
|
the C and C++ front-ends as well as macros in Ada syntax.
|
||||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||||
Adapted from tree-pretty-print.c by Arnaud Charlet <charlet@adacore.com>
|
Adapted from tree-pretty-print.c by Arnaud Charlet <charlet@adacore.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Interface for -fdump-ada-spec capability.
|
/* Interface for -fdump-ada-spec capability.
|
||||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file contains routines to construct and validate Cilk Plus
|
/* This file contains routines to construct and validate Cilk Plus
|
||||||
constructs within the C and C++ front ends.
|
constructs within the C and C++ front ends.
|
||||||
|
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Aldy Hernandez <aldyh@redhat.com>.
|
Contributed by Aldy Hernandez <aldyh@redhat.com>.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Subroutines shared by all languages that are variants of C.
|
/* Subroutines shared by all languages that are variants of C.
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file contains the definitions and documentation for the
|
/* This file contains the definitions and documentation for the
|
||||||
additional tree codes used in the GNU C compiler (see tree.def
|
additional tree codes used in the GNU C compiler (see tree.def
|
||||||
for the standard codes).
|
for the standard codes).
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
Written by Benjamin Chelf <chelf@codesourcery.com>
|
Written by Benjamin Chelf <chelf@codesourcery.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions for c-common.c.
|
/* Definitions for c-common.c.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Define builtin-in macros for the C family front ends.
|
/* Define builtin-in macros for the C family front ends.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Tree-dumping functionality for C-family languages.
|
/* Tree-dumping functionality for C-family languages.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
Written by Mark Mitchell <mark@codesourcery.com>
|
Written by Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Check calls to formatted I/O functions (-Wformat).
|
/* Check calls to formatted I/O functions (-Wformat).
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Check calls to formatted I/O functions (-Wformat).
|
/* Check calls to formatted I/O functions (-Wformat).
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
by the C-based front ends. The structure of gimplified, or
|
by the C-based front ends. The structure of gimplified, or
|
||||||
language-independent, trees is dictated by the grammar described in this
|
language-independent, trees is dictated by the grammar described in this
|
||||||
file.
|
file.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
Lowering of expressions contributed by Sebastian Pop <s.pop@laposte.net>
|
Lowering of expressions contributed by Sebastian Pop <s.pop@laposte.net>
|
||||||
Re-written to support lowering of whole function trees, documentation
|
Re-written to support lowering of whole function trees, documentation
|
||||||
and miscellaneous cleanups by Diego Novillo <dnovillo@redhat.com>
|
and miscellaneous cleanups by Diego Novillo <dnovillo@redhat.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Implementation of -Wmisleading-indentation
|
/* Implementation of -Wmisleading-indentation
|
||||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions for c-indentation.c.
|
/* Definitions for c-indentation.c.
|
||||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Mainly the interface between cpplib and the C front ends.
|
/* Mainly the interface between cpplib and the C front ends.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions of Objective-C front-end entry points used for C and C++.
|
/* Definitions of Objective-C front-end entry points used for C and C++.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file contains routines to construct OpenACC and OpenMP constructs,
|
/* This file contains routines to construct OpenACC and OpenMP constructs,
|
||||||
called from parsing in the C and C++ front ends.
|
called from parsing in the C and C++ front ends.
|
||||||
|
|
||||||
Copyright (C) 2005-2015 Free Software Foundation, Inc.
|
Copyright (C) 2005-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Henderson <rth@redhat.com>,
|
Contributed by Richard Henderson <rth@redhat.com>,
|
||||||
Diego Novillo <dnovillo@redhat.com>.
|
Diego Novillo <dnovillo@redhat.com>.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* C/ObjC/C++ command line option handling.
|
/* C/ObjC/C++ command line option handling.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Neil Booth.
|
Contributed by Neil Booth.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Precompiled header implementation for the C languages.
|
/* Precompiled header implementation for the C languages.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Preprocess only, using cpplib.
|
/* Preprocess only, using cpplib.
|
||||||
Copyright (C) 1995-2015 Free Software Foundation, Inc.
|
Copyright (C) 1995-2016 Free Software Foundation, Inc.
|
||||||
Written by Per Bothner, 1994-95.
|
Written by Per Bothner, 1994-95.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
|
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Pragma related interfaces.
|
/* Pragma related interfaces.
|
||||||
Copyright (C) 1995-2015 Free Software Foundation, Inc.
|
Copyright (C) 1995-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Subroutines common to both C and C++ pretty-printers.
|
/* Subroutines common to both C and C++ pretty-printers.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Various declarations for the C and C++ pretty-printers.
|
/* Various declarations for the C and C++ pretty-printers.
|
||||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* This file contains subroutine used by the C front-end to construct GENERIC.
|
/* This file contains subroutine used by the C front-end to construct GENERIC.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
Written by Benjamin Chelf (chelf@codesourcery.com).
|
Written by Benjamin Chelf (chelf@codesourcery.com).
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Default initializers for C-family target hooks.
|
/* Default initializers for C-family target hooks.
|
||||||
Copyright (C) 2011-2015 Free Software Foundation, Inc.
|
Copyright (C) 2011-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Target hook definitions for C-family front ends.
|
/* Target hook definitions for C-family front ends.
|
||||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Data structure definitions for target-specific C-family behavior.
|
/* Data structure definitions for target-specific C-family behavior.
|
||||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by the
|
under the terms of the GNU General Public License as published by the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Marek Polacek <polacek@redhat.com>
|
Contributed by Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Marek Polacek <polacek@redhat.com>
|
Contributed by Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
; Options for the C, ObjC, C++ and ObjC++ front ends.
|
; Options for the C, ObjC, C++ and ObjC++ front ends.
|
||||||
; Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
; Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||||
;
|
;
|
||||||
; This file is part of GCC.
|
; This file is part of GCC.
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||||
This file contains the CilkPlus Intrinsics
|
This file contains the CilkPlus Intrinsics
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||||
Intel Corporation
|
Intel Corporation
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Specific flags and argument handling of the C preprocessor.
|
/* Specific flags and argument handling of the C preprocessor.
|
||||||
Copyright (C) 1999-2015 Free Software Foundation, Inc.
|
Copyright (C) 1999-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Stub functions for Objective-C and Objective-C++ routines
|
/* Stub functions for Objective-C and Objective-C++ routines
|
||||||
that are called from within the C and C++ front-ends,
|
that are called from within the C and C++ front-ends,
|
||||||
respectively.
|
respectively.
|
||||||
Copyright (C) 1991-2015 Free Software Foundation, Inc.
|
Copyright (C) 1991-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
Update copyright years.
|
||||||
|
|
||||||
2016-01-04 Marek Polacek <polacek@redhat.com>
|
2016-01-04 Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
PR c/68908
|
PR c/68908
|
||||||
|
@ -3160,7 +3164,7 @@
|
||||||
* c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h.
|
* c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h.
|
||||||
* c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h.
|
* c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h.
|
||||||
|
|
||||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Top level -*- makefile -*- fragment for GNU C - C language.
|
# Top level -*- makefile -*- fragment for GNU C - C language.
|
||||||
# Copyright (C) 1994-2015 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||||
This file contains routines to handle Array Notation expression
|
This file contains routines to handle Array Notation expression
|
||||||
handling routines in the C Compiler.
|
handling routines in the C Compiler.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||||
Intel Corporation.
|
Intel Corporation.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Generate information regarding function declarations and definitions based
|
/* Generate information regarding function declarations and definitions based
|
||||||
on information stored in GCC's tree structure. This code implements the
|
on information stored in GCC's tree structure. This code implements the
|
||||||
-aux-info option.
|
-aux-info option.
|
||||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Ron Guilmette (rfg@segfault.us.com).
|
Contributed by Ron Guilmette (rfg@segfault.us.com).
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Language-level data type conversion for GNU C.
|
/* Language-level data type conversion for GNU C.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Process declarations and variables for C compiler.
|
/* Process declarations and variables for C compiler.
|
||||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Various diagnostic subroutines for the GNU C language.
|
/* Various diagnostic subroutines for the GNU C language.
|
||||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
|
Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Support for fully folding sub-trees of an expression for C compiler.
|
/* Support for fully folding sub-trees of an expression for C compiler.
|
||||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Language-specific hook definitions for C front end.
|
/* Language-specific hook definitions for C front end.
|
||||||
Copyright (C) 1991-2015 Free Software Foundation, Inc.
|
Copyright (C) 1991-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions for C language specific types.
|
/* Definitions for C language specific types.
|
||||||
Copyright (C) 2009-2015 Free Software Foundation, Inc.
|
Copyright (C) 2009-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Some code common to C and ObjC front ends.
|
/* Some code common to C and ObjC front ends.
|
||||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Language hooks common to C and ObjC front ends.
|
/* Language hooks common to C and ObjC front ends.
|
||||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Ziemowit Laski <zlaski@apple.com>
|
Contributed by Ziemowit Laski <zlaski@apple.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Parser for C and Objective-C.
|
/* Parser for C and Objective-C.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Parser actions based on the old Bison parser; structure somewhat
|
Parser actions based on the old Bison parser; structure somewhat
|
||||||
influenced by and fragments based on the C++ parser.
|
influenced by and fragments based on the C++ parser.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions for C parsing and type checking.
|
/* Definitions for C parsing and type checking.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Build expressions with type checking for C compiler.
|
/* Build expressions with type checking for C compiler.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Top level configure fragment for GNU C - C language.
|
# Top level configure fragment for GNU C - C language.
|
||||||
# Copyright (C) 1994-2015 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Specific flags and argument handling of the C front-end.
|
/* Specific flags and argument handling of the C front-end.
|
||||||
Copyright (C) 1999-2015 Free Software Foundation, Inc.
|
Copyright (C) 1999-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Save and restore call-clobbered registers which are live across a call.
|
/* Save and restore call-clobbered registers which are live across a call.
|
||||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Convert function calls to rtl insns, for GNU C compiler.
|
/* Convert function calls to rtl insns, for GNU C compiler.
|
||||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Declarations and data types for RTL call insn generation.
|
/* Declarations and data types for RTL call insn generation.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Conditional compare related functions
|
/* Conditional compare related functions
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Conditional comapre related functions.
|
/* Conditional comapre related functions.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Flags on basic blocks and edges.
|
/* Flags on basic blocks and edges.
|
||||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph manipulation code for GNU compiler.
|
/* Control flow graph manipulation code for GNU compiler.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph manipulation code header file.
|
/* Control flow graph manipulation code header file.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph analysis code for GNU compiler.
|
/* Control flow graph analysis code for GNU compiler.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph analysis header file.
|
/* Control flow graph analysis header file.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph building code for GNU compiler.
|
/* Control flow graph building code for GNU compiler.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph building header file.
|
/* Control flow graph building header file.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow optimization code for GNU compiler.
|
/* Control flow optimization code for GNU compiler.
|
||||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow optimization header file.
|
/* Control flow optimization header file.
|
||||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* A pass for lowering trees to RTL.
|
/* A pass for lowering trees to RTL.
|
||||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Header file for lowering trees to RTL.
|
/* Header file for lowering trees to RTL.
|
||||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Hooks for cfg representation specific functions.
|
/* Hooks for cfg representation specific functions.
|
||||||
Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Hooks for cfg representation specific functions.
|
/* Hooks for cfg representation specific functions.
|
||||||
Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue