[Bug fortran/27552] -fdump-parse-tree doesn't like Holleriths (but then, who does?)
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 11 17:08:00 GMT 2006
------- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-05-11 17:08 -------
I think this is taken care of by the following patch:
Index: dump-parse-tree.c
===================================================================
--- dump-parse-tree.c (revision 113671)
+++ dump-parse-tree.c (working copy)
@@ -348,6 +348,13 @@
break;
case EXPR_CONSTANT:
+ if (p->from_H)
+ {
+ gfc_status ("%dH", p->value.character.length);
+ gfc_status ("%s", p->value.character.string);
+ break;
+ }
+
switch (p->ts.type)
{
case BT_INTEGER:
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Keywords| |patch
Known to fail| |4.1.1 4.2.0
Last reconfirmed|0000-00-00 00:00:00 |2006-05-11 17:08:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27552
More information about the Gcc-bugs
mailing list