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
92574caf
Commit
92574caf
authored
Jan 08, 2005
by
Tobias Schlüter
Committed by
Tobias Schlüter
Jan 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trans-const.c: Don't include unused math.h.
From-SVN: r93090
parent
a6331d85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/trans-const.c
+1
-2
No files found.
gcc/fortran/ChangeLog
View file @
92574caf
2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* trans-const.c: Don't include unused math.h.
2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.h: Remove outdated comment. Don't include stdio.h
explicitly.
...
...
gcc/fortran/trans-const.c
View file @
92574caf
/* Translation of constants
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004
, 2005
Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of GCC.
...
...
@@ -28,7 +28,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "ggc.h"
#include "toplev.h"
#include "real.h"
#include <math.h>
#include "gfortran.h"
#include "trans.h"
#include "trans-const.h"
...
...
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