Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c12f5242
Commit
c12f5242
authored
26 years ago
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes.
From-SVN: r24537
parent
1b0c6de6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
gcc/cp/Make-lang.in
+1
-1
gcc/cp/config-lang.in
+1
-1
gcc/cp/cp-tree.def
+1
-1
gcc/cp/decl.c
+1
-1
gcc/cp/g++spec.c
+1
-1
gcc/cp/tree.c
+1
-1
gcc/cp/typeck.c
+1
-1
No files found.
gcc/cp/Make-lang.in
View file @
c12f5242
# Top level makefile fragment for GNU C++.
# Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1997
, 1998, 1999
Free Software Foundation, Inc.
#This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/config-lang.in
View file @
c12f5242
# Top level configure fragment for GNU C++.
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995
, 1997, 1998
Free Software Foundation, Inc.
#This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/cp-tree.def
View file @
c12f5242
/* This file contains the definitions and documentation for the
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1990, 1993
, 1997, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/decl.c
View file @
c12f5242
/* Process declarations and variables for C compiler.
Copyright (C) 1988, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1988, 92-9
8, 1999
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/g++spec.c
View file @
c12f5242
/* Specific flags and argument handling of the C++ front-end.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/tree.c
View file @
c12f5242
/* Language-dependent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 88, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
8, 1999
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/typeck.c
View file @
c12f5242
/* Build expressions with type checking for C++ compiler.
Copyright (C) 1987, 88, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-9
8, 1999
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment