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
357a4089
Commit
357a4089
authored
Mar 09, 1996
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
85th Cygnus<->FSF quick merge
From-SVN: r11506
parent
934c6b13
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
gcc/cp/class.c
+1
-1
gcc/cp/cp-tree.h
+1
-1
gcc/cp/cvt.c
+1
-1
gcc/cp/decl.c
+1
-1
gcc/cp/decl2.c
+1
-1
gcc/cp/error.c
+1
-1
gcc/cp/init.c
+1
-1
gcc/cp/lex.c
+1
-1
gcc/cp/method.c
+1
-1
gcc/cp/parse.y
+1
-1
gcc/cp/pt.c
+1
-1
gcc/cp/sig.c
+1
-1
gcc/cp/tree.c
+1
-1
gcc/cp/typeck.c
+1
-1
No files found.
gcc/cp/class.c
View file @
357a4089
/* Functions related to building classes and their related objects.
/* Functions related to building classes and their related objects.
Copyright (C) 1987,
1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1987,
92, 93, 94, 95, 1996
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/cp-tree.h
View file @
357a4089
/* Definitions for C++ parsing and type checking.
/* Definitions for C++ parsing and type checking.
Copyright (C) 1987,
1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1987,
93, 94, 95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/cvt.c
View file @
357a4089
/* Language-level data type conversion for GNU C++.
/* Language-level data type conversion for GNU C++.
Copyright (C) 1987, 88, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/decl.c
View file @
357a4089
/* Process declarations and variables for C compiler.
/* Process declarations and variables for C compiler.
Copyright (C) 1988,
1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1988,
92, 93, 94, 95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/decl2.c
View file @
357a4089
/* Process declarations and variables for C compiler.
/* Process declarations and variables for C compiler.
Copyright (C) 1988,
1992, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1988,
92, 93, 94, 95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/error.c
View file @
357a4089
/* Call-backs for C++ error reporting.
/* Call-backs for C++ error reporting.
This code is non-reentrant.
This code is non-reentrant.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995
, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/init.c
View file @
357a4089
/* Handle initialization things in C++.
/* Handle initialization things in C++.
Copyright (C) 1987, 89, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/lex.c
View file @
357a4089
/* Separate lexical analyzer for GNU C++.
/* Separate lexical analyzer for GNU C++.
Copyright (C) 1987, 89, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/method.c
View file @
357a4089
/* Handle the hair of processing (but not expanding) inline functions.
/* Handle the hair of processing (but not expanding) inline functions.
Also manage function and variable name overloading.
Also manage function and variable name overloading.
Copyright (C) 1987, 89, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/parse.y
View file @
357a4089
/* YACC parser for C++ syntax.
/* YACC parser for C++ syntax.
Copyright (C) 1988,
1989, 1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1988,
89, 93, 94, 95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/pt.c
View file @
357a4089
/* Handle parameterized types (templates) for GNU C++.
/* Handle parameterized types (templates) for GNU C++.
Copyright (C) 1992,
1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1992,
93, 94, 95, 1996
Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/sig.c
View file @
357a4089
/* Functions dealing with signatures and signature pointers/references.
/* Functions dealing with signatures and signature pointers/references.
Copyright (C) 1992,
1993, 1994, 1995
Free Software Foundation, Inc.
Copyright (C) 1992,
93, 94, 95, 1996
Free Software Foundation, Inc.
Contributed by Gerald Baumgartner (gb@cs.purdue.edu)
Contributed by Gerald Baumgartner (gb@cs.purdue.edu)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/tree.c
View file @
357a4089
/* Language-dependent node constructors for parse phase of GNU compiler.
/* Language-dependent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 88, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/cp/typeck.c
View file @
357a4089
/* Build expressions with type checking for C++ compiler.
/* Build expressions with type checking for C++ compiler.
Copyright (C) 1987, 88, 89, 92, 93, 94,
1995
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92, 93, 94,
95, 1996
Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
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