mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 22:40:10 +08:00
Fix whitespace in a table within a comment.
Fix whitespace in a table within a comment. This is wonderful example of why tabs are evil. From-SVN: r120545
This commit is contained in:
parent
0d6298951b
commit
b7fdd4ed69
@ -1,3 +1,7 @@
|
||||
2007-01-06 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
* array.c: Fix whitespace in comment table.
|
||||
|
||||
2007-01-06 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
* array.c, bbt.c, check.c: Update copyright years. Whitespace.
|
||||
|
@ -265,12 +265,12 @@ gfc_resolve_array_spec (gfc_array_spec *as, int check_constant)
|
||||
|
||||
Parsed Lower Upper Returned
|
||||
------------------------------------
|
||||
: NULL NULL AS_DEFERRED (*)
|
||||
x 1 x AS_EXPLICIT
|
||||
x: x NULL AS_ASSUMED_SHAPE
|
||||
x:y x y AS_EXPLICIT
|
||||
x:* x NULL AS_ASSUMED_SIZE
|
||||
* 1 NULL AS_ASSUMED_SIZE
|
||||
: NULL NULL AS_DEFERRED (*)
|
||||
x 1 x AS_EXPLICIT
|
||||
x: x NULL AS_ASSUMED_SHAPE
|
||||
x:y x y AS_EXPLICIT
|
||||
x:* x NULL AS_ASSUMED_SIZE
|
||||
* 1 NULL AS_ASSUMED_SIZE
|
||||
|
||||
(*) For non-pointer dummy arrays this is AS_ASSUMED_SHAPE. This
|
||||
is fixed during the resolution of formal interfaces.
|
||||
|
Loading…
Reference in New Issue
Block a user