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
bee2a781
Commit
bee2a781
authored
Nov 30, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r154763
parent
d56e7acd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ada/g-stseme.adb
+7
-0
gcc/ada/sem_ch4.adb
+1
-1
No files found.
gcc/ada/g-stseme.adb
View file @
bee2a781
...
...
@@ -35,9 +35,15 @@
-- ones: there is a specific variant of this function in g-socthi-mingw.adb.
with Ada.Unchecked_Conversion;
with System.CRTL;
separate (GNAT.Sockets.Thin)
--------------------------
-- Socket_Error_Message --
--------------------------
function Socket_Error_Message
(Errno : Integer) return C.Strings.chars_ptr
is
...
...
@@ -56,6 +62,7 @@ is
begin
C_Msg := To_Chars_Ptr (System.CRTL.strerror (Errno));
if C_Msg = C.Strings.Null_Ptr then
return Unknown_System_Error;
else
...
...
gcc/ada/sem_ch4.adb
View file @
bee2a781
...
...
@@ -1251,7 +1251,7 @@ package body Sem_Ch4 is
Analyze_Expression
(
Else_Expr
);
end
if
;
if
not
Is_Overloaded
(
Then_Expr
)
then
if
not
Is_Overloaded
(
Then_Expr
)
then
Set_Etype
(
N
,
Etype
(
Then_Expr
));
else
declare
...
...
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