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
23fad16e
Commit
23fad16e
authored
Sep 23, 2004
by
Andrew Pinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the location of the changelog for Fariborz Jahanian's last patch.
From-SVN: r87981
parent
dc2e6df2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
gcc/ChangeLog
+1
-8
gcc/cp/ChangeLog
+12
-0
No files found.
gcc/ChangeLog
View file @
23fad16e
...
...
@@ -19,17 +19,10 @@
annotation
from
the
VALUE_HANDLE
field
.
2004
-
09
-
21
Fariborz
Jahanian
<
fjahanian
@
apple
.
com
>
PR
c
++/
13989
PR
c
++/
9844
*
cp
/
decl
.
c
(
grokfndecl
):
Add
new
argument
"attrlist"
,
use
it
to
call
cplus_decl_attributes
.
(
start_function
):
Remove
call
to
cplus_decl_attributes
.
*
tree
.
c
(
reconstruct_complex_type
):
Remove
extra
"this"
.
*
cp
/
cvt
.
c
(
ocp_convert
):
Add
support
to
use
type
conversion
function
to
vector
type
.
*
cp
/
parser
.
c
(
cp_parser_conversion_type_id
):
Add
attributes
,
if
any
,
to
the
parsed
type
.
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_handle_altivec_attribute
):
Add
V4SFmode
to
case
statement
.
...
...
gcc/cp/ChangeLog
View file @
23fad16e
...
...
@@ -4,6 +4,18 @@
* cvt.c (cp_convert_to_pointer): Return early when the type is
an error_mark_node.
2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
PR c++/13989
PR c++/9844
* decl.c (grokfndecl): Add new argument "attrlist", use it
to call cplus_decl_attributes.
(start_function): Remove call to cplus_decl_attributes.
* cvt.c (ocp_convert): Add support to use type conversion
function to vector type.
* parser.c (cp_parser_conversion_type_id): Add attributes, if any,
to the parsed type.
2004-09-23 Paolo Bonzini <bonzini@gnu.org>
PR c++/17596
...
...
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