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
0b5be897
Commit
0b5be897
authored
Nov 22, 1998
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyrights
From-SVN: r23764
parent
69333130
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
33 additions
and
33 deletions
+33
-33
gcc/cp/class.c
+1
-1
gcc/cp/cp-tree.h
+1
-1
gcc/cp/cvt.c
+1
-1
gcc/cp/decl2.c
+1
-1
gcc/cp/errfn.c
+1
-1
gcc/cp/exception.cc
+1
-1
gcc/cp/expr.c
+1
-1
gcc/cp/friend.c
+1
-1
gcc/cp/g++spec.c
+1
-1
gcc/cp/inc/exception
+1
-1
gcc/cp/inc/new
+1
-1
gcc/cp/inc/typeinfo
+1
-1
gcc/cp/init.c
+1
-1
gcc/cp/input.c
+1
-1
gcc/cp/lang-options.h
+1
-1
gcc/cp/lang-specs.h
+1
-1
gcc/cp/lex.h
+1
-1
gcc/cp/new.cc
+1
-1
gcc/cp/new1.cc
+1
-1
gcc/cp/new2.cc
+1
-1
gcc/cp/parse.y
+1
-1
gcc/cp/pt.c
+1
-1
gcc/cp/ptree.c
+1
-1
gcc/cp/repo.c
+1
-1
gcc/cp/rtti.c
+1
-1
gcc/cp/search.c
+1
-1
gcc/cp/sig.c
+1
-1
gcc/cp/spew.c
+1
-1
gcc/cp/tinfo.cc
+1
-1
gcc/cp/tinfo.h
+1
-1
gcc/cp/tinfo2.cc
+1
-1
gcc/cp/tree.c
+1
-1
gcc/cp/typeck2.c
+1
-1
No files found.
gcc/cp/class.c
View file @
0b5be897
/* Functions related to building classes and their related objects.
Copyright (C) 1987, 92
, 93, 94, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 92
-97, 1998
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/cp-tree.h
View file @
0b5be897
/* Definitions for C++ parsing and type checking.
Copyright (C) 1987, 9
3, 94, 95, 1996
Free Software Foundation, Inc.
Copyright (C) 1987, 9
2-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/cvt.c
View file @
0b5be897
/* Language-level data type conversion for GNU C++.
Copyright (C) 1987, 88, 92-9
6
, 1998 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
7
, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/decl2.c
View file @
0b5be897
/* Process declarations and variables for C compiler.
Copyright (C) 1988, 92
, 93, 94, 95, 1996
Free Software Foundation, Inc.
Copyright (C) 1988, 92
-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/errfn.c
View file @
0b5be897
/* Provide a call-back mechanism for handling error output.
Copyright (C) 1993,
1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1993,
94-97, 1998
Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/exception.cc
View file @
0b5be897
// Functions for Exception Support for -*- C++ -*-
// Copyright (C) 1994,
1995, 1996
, 1998 Free Software Foundation
// Copyright (C) 1994,
95-97
, 1998 Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/expr.c
View file @
0b5be897
/* Convert language-specific tree expression to rtl instructions,
for GNU compiler.
Copyright (C) 1988,
1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1988,
92-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/cp/friend.c
View file @
0b5be897
/* Help friends in C++.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/cp/g++spec.c
View file @
0b5be897
/* Specific flags and argument handling of the C++ front-end.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/cp/inc/exception
View file @
0b5be897
// Exception Handling support header for -*- C++ -*-
// Copyright (C) 1995,
1996
Free Software Foundation
// Copyright (C) 1995,
96-97, 1998
Free Software Foundation
#ifndef __EXCEPTION__
#define __EXCEPTION__
...
...
gcc/cp/inc/new
View file @
0b5be897
// The -*- C++ -*- dynamic memory management header.
// Copyright (C) 1994,
1996
Free Software Foundation
// Copyright (C) 1994,
96-97, 1998
Free Software Foundation
#ifndef __NEW__
#define __NEW__
...
...
gcc/cp/inc/typeinfo
View file @
0b5be897
// RTTI support for -*- C++ -*-
// Copyright (C) 1994,
1995, 1996
Free Software Foundation
// Copyright (C) 1994,
95-97, 1998
Free Software Foundation
#ifndef __TYPEINFO__
#define __TYPEINFO__
...
...
gcc/cp/init.c
View file @
0b5be897
/* Handle initialization things in C++.
Copyright (C) 1987, 89, 92-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/input.c
View file @
0b5be897
/* Input handling for G++.
Copyright (C) 1992,
1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1992,
93-97, 1998
Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
This file is part of GNU CC.
...
...
gcc/cp/lang-options.h
View file @
0b5be897
/* Definitions for switches for C++.
Copyright (C) 1995, 1998 Free Software Foundation, Inc.
Copyright (C) 1995,
96-97,
1998 Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/cp/lang-specs.h
View file @
0b5be897
/* Definitions for specs for C++.
Copyright (C) 1995 Free Software Foundation, Inc.
Copyright (C) 1995
, 96-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/cp/lex.h
View file @
0b5be897
/* Define constants and variables for communication with parse.y.
Copyright (C) 1987,
1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1987,
92-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
and by Brendan Kehoe (brendan@cygnus.com).
...
...
gcc/cp/new.cc
View file @
0b5be897
// Implementation file for the -*- C++ -*- dynamic memory management header.
// Copyright (C) 1996 Free Software Foundation
// Copyright (C) 1996
, 1997, 1998
Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/new1.cc
View file @
0b5be897
// Support routines for the -*- C++ -*- dynamic memory management.
// Copyright (C) 1997 Free Software Foundation
// Copyright (C) 1997
, 1998
Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/new2.cc
View file @
0b5be897
// Boilerplate support routines for -*- C++ -*- dynamic memory management.
// Copyright (C) 1997 Free Software Foundation
// Copyright (C) 1997
, 1998
Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/parse.y
View file @
0b5be897
/* YACC parser for C++ syntax.
Copyright (C) 1988, 89, 93
, 94, 95, 1996
Free Software Foundation, Inc.
Copyright (C) 1988, 89, 93
-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/pt.c
View file @
0b5be897
/* Handle parameterized types (templates) for GNU C++.
Copyright (C) 1992, 93
, 94, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 93
-97, 1998
Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
Rewritten by Jason Merrill (jason@cygnus.com).
...
...
gcc/cp/ptree.c
View file @
0b5be897
/* Prints out trees in human readable form.
Copyright (C) 1992,
1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1992,
93-96, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/repo.c
View file @
0b5be897
/* Code to maintain a C++ template repository.
Copyright (C) 1995,
1997
Free Software Foundation, Inc.
Copyright (C) 1995,
96-97, 1998
Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/rtti.c
View file @
0b5be897
/* RunTime Type Identification
Copyright (C) 1995,
1996
Free Software Foundation, Inc.
Copyright (C) 1995,
96-97, 1998
Free Software Foundation, Inc.
Mostly written by Jason Merrill (jason@cygnus.com).
This file is part of GNU CC.
...
...
gcc/cp/search.c
View file @
0b5be897
/* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++.
Copyright (C) 1987, 89, 92-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/sig.c
View file @
0b5be897
/* Functions dealing with signatures and signature pointers/references.
Copyright (C) 1992, 93
, 94, 95, 1996
Free Software Foundation, Inc.
Copyright (C) 1992, 93
-97, 1998
Free Software Foundation, Inc.
Contributed by Gerald Baumgartner (gb@cs.purdue.edu)
This file is part of GNU CC.
...
...
gcc/cp/spew.c
View file @
0b5be897
/* Type Analyzer for GNU C++.
Copyright (C) 1987, 89, 92
, 93, 94, 1995
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92
-97, 1998
Free Software Foundation, Inc.
Hacked... nay, bludgeoned... by Mark Eichin (eichin@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/tinfo.cc
View file @
0b5be897
// Methods for type_info for -*- C++ -*- Run Time Type Identification.
// Copyright (C) 1994, 1996 Free Software Foundation
// Copyright (C) 1994, 1996
, 1998
Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/tinfo.h
View file @
0b5be897
// RTTI support internals for -*- C++ -*-
// Copyright (C) 1994, 1995, 1996 Free Software Foundation
// Copyright (C) 1994, 1995, 1996
, 1998
Free Software Foundation
#include "typeinfo"
...
...
gcc/cp/tinfo2.cc
View file @
0b5be897
// Methods for type_info for -*- C++ -*- Run Time Type Identification.
// Copyright (C) 1994,
1996
Free Software Foundation
// Copyright (C) 1994,
96-97, 1998
Free Software Foundation
// This file is part of GNU CC.
...
...
gcc/cp/tree.c
View file @
0b5be897
/* Language-dependent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 88, 92
, 93, 94, 95, 1996
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92
-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
gcc/cp/typeck2.c
View file @
0b5be897
/* Report error messages, build initializers, and perform
some front-end optimizations for C++ compiler.
Copyright (C) 1987, 88, 89, 92
, 93, 94, 1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92
-97, 1998
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
...
...
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