OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-12-03 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git]
/
gcc
/
fortran
/
dump-parse-tree.c
diff --git
a/gcc/fortran/dump-parse-tree.c
b/gcc/fortran/dump-parse-tree.c
index
dd08d1f
..
f53ee2e
100644
(file)
--- a/
gcc/fortran/dump-parse-tree.c
+++ b/
gcc/fortran/dump-parse-tree.c
@@
-552,6
+552,8
@@
gfc_show_attr (symbol_attribute * attr)
gfc_status (" POINTER");
if (attr->save)
gfc_status (" SAVE");
+ if (attr->value)
+ gfc_status (" VALUE");
if (attr->volatile_)
gfc_status (" VOLATILE");
if (attr->threadprivate)