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
6a21bcbe
Commit
6a21bcbe
authored
Nov 23, 2008
by
Danny Smith
Committed by
Danny Smith
Nov 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nessage.txt
From-SVN: r142131
parent
09b96fb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
libgfortran/ChangeLog
+6
-0
libgfortran/libgfortran.h
+1
-1
No files found.
libgfortran/ChangeLog
View file @
6a21bcbe
2008-11-22 Danny Smith <dannysmith@users.sourceforge.net>
* libgfortran.h (__mingw_snprintf): Declare with gnu_printf
format attribute.
2008-11-22 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/38225
...
...
libgfortran/libgfortran.h
View file @
6a21bcbe
...
...
@@ -113,7 +113,7 @@ typedef off_t gfc_offset;
__mingw_snprintf(), because the mingw headers currently don't have one. */
#if HAVE_MINGW_SNPRINTF
extern
int
__mingw_snprintf
(
char
*
,
size_t
,
const
char
*
,
...)
__attribute__
((
format
(
printf
,
3
,
4
)));
__attribute__
((
format
(
gnu_
printf
,
3
,
4
)));
#undef snprintf
#define snprintf __mingw_snprintf
#endif
...
...
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