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
7f763922
Commit
7f763922
authored
Jul 30, 2007
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Jul 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgfortran.h: Include <stdarg.h>.
From-SVN: r127060
parent
a6d76a95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
libgfortran/ChangeLog
+4
-0
libgfortran/libgfortran.h
+1
-0
No files found.
libgfortran/ChangeLog
View file @
7f763922
2007-07-30 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* libgfortran.h: Include <stdarg.h>.
2007-07-29 Thomas Koenig <tkoenig@gcc.gnu.org>
2007-07-29 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/32858
PR libfortran/32858
...
...
libgfortran/libgfortran.h
View file @
7f763922
...
@@ -35,6 +35,7 @@ Boston, MA 02110-1301, USA. */
...
@@ -35,6 +35,7 @@ Boston, MA 02110-1301, USA. */
#include <math.h>
#include <math.h>
#include <stddef.h>
#include <stddef.h>
#include <float.h>
#include <float.h>
#include <stdarg.h>
#ifndef M_PI
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327
#define M_PI 3.14159265358979323846264338327
...
...
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