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
2f4f907d
Commit
2f4f907d
authored
Oct 15, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r8275
parent
a5c2941b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
gcc/cp/ChangeLog
+38
-0
No files found.
gcc/cp/ChangeLog
View file @
2f4f907d
Thu Oct 13 17:44:55 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* method.c (build_decl_overload): Set numeric_outputed_need_bar to 0.
Wed Oct 12 13:27:57 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* lex.c (real_yylex): Use HOST_BITS_PER_WIDE_INT to determine the
bitmask for lexing character constants.
* call.c (build_method_call): Disable code that tries to do tricky
stuff with a default parameter that is a constructor call, but
actually does other tricky stuff that breaks things.
Wed Oct 12 16:14:01 1994 Benoit Belley <belley@cae.ca>
* decl.c (finish_enum): Disable code which forces enums to be signed,
since this conflicts with their use as bitfields. type_promotes_to
handles promotion of enums of underlying unsigned types to signed
integer types.
Wed Oct 12 13:24:03 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* cvt.c (type_promotes_to): Also promote enums to long if
appropriate.
* typeck.c (default_conversion): Don't expect type_promotes_to to
return a main variant.
Wed Oct 12 12:19:45 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* call.c (build_scoped_method_call): Don't lose side effects in the
object expression when calling a non-existent destructor.
Fri Sep 2 19:05:21 1994 Rohan Lenard (rjl@iassf.easams.com.au)
* call.c (build_scoped_method_call): Remove erroneous error message
when destructor call is written as a scoped call.
Tue Oct 11 23:48:31 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* various: Cast pointer arguments to bzero and bcopy to char *.
...
...
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