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
26677eb8
Commit
26677eb8
authored
Jul 22, 2007
by
Daniel Franke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLogs for r126826.
From-SVN: r126827
parent
e1633d82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
2 deletions
+46
-2
gcc/fortran/ChangeLog
+31
-0
gcc/testsuite/ChangeLog
+15
-2
No files found.
gcc/fortran/ChangeLog
View file @
26677eb8
2007-07-22 Daniel Franke <franke.daniel@gmail.com>
PR fortran/29962
PR fortran/31253
PR fortran/31265
PR fortran/31639
* gfortran.h (gfc_intrinsic_sym): Changed members elemental, pure,
generic, specific, actual_ok, noreturn into bits of a bitfield,
added bits for inquiry, transformational, conversion.
* check.c (non_init_transformational): Removed, removed all callers.
* intrinsic.c (enum class): New.
(add_sym*): Replaced argument elemetal by enum class. Changed all
callers.
(add_functions): Assign appropriate classes to intrinsic functions.
(add_subroutines): Assign appropriate classes to intrinsic subroutines.
(add_conv): Set conversion attribute.
(gfc_init_expr_extensions): Removed, removed all callers.
(gfc_intrinsic_func_interface): Reimplemented check for non-standard
initializatione expressions.
* expr.c (check_specification_function): New.
(gfc_is_constant_expr): Added check for specification functions.
(check_init_expr_arguments): New.
(check_inquiry): Changed return value to MATCH, added checks for
inquiry functions defined by F2003.
(check_transformational): New.
(check_null): New.
(check_elemental): New.
(check_conversion): New.
(check_init_expr): Call new check functions, add more specific error
messages.
2007-07-21 Christopher D. Rickett <crickett@lanl.gov>
2007-07-21 Christopher D. Rickett <crickett@lanl.gov>
PR fortran/32627
PR fortran/32627
...
...
gcc/testsuite/ChangeLog
View file @
26677eb8
2007
-
07
-
22
Daniel
Franke
<
franke
.
daniel
@gmail
.
com
>
PR
fortran
/
29962
*
gfortran
.
dg
/
array_initializer_1
.
f90
:
Removed
warning
.
*
gfortran
.
dg
/
initialization_1
.
f90
:
Adjusted
messages
.
*
gfortran
.
dg
/
nested_modules_6
.
f90
:
Removed
warning
.
PR
fortran
/
31253
*
gfortran
.
dg
/
initialization_7
.
f90
:
New
test
.
PR
fortran
/
31639
*
gfortran
.
dg
/
initialization_8
.
f90
:
New
test
.
2007
-
07
-
22
Nathan
Sidwell
<
nathan
@codesourcery
.
com
>
2007
-
07
-
22
Nathan
Sidwell
<
nathan
@codesourcery
.
com
>
PR
c
++/
30818
PR
c
++/
30818
...
@@ -495,8 +508,8 @@
...
@@ -495,8 +508,8 @@
2007
-
07
-
12
Daniel
Franke
<
franke
.
daniel
@gmail
.
com
>
2007
-
07
-
12
Daniel
Franke
<
franke
.
daniel
@gmail
.
com
>
PR
fortran
/
31639
PR
fortran
/
31639
*
gfortran
.
dg
/
func_decl_4
.
f90
:
New
test
.
*
gfortran
.
dg
/
func_decl_4
.
f90
:
New
test
.
2007
-
07
-
12
Paul
Thomas
<
pault
@gcc
.
gnu
.
org
>
2007
-
07
-
12
Paul
Thomas
<
pault
@gcc
.
gnu
.
org
>
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