Bug 4235 - print struct { struct { ... } }
Summary: print struct { struct { ... } }
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2007-03-21 14:00 UTC by Andrew Cagney
Modified: 2008-04-24 19:13 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-03-21 14:00:27 UTC
 
Comment 1 Stan Cox 2008-04-24 19:13:13 UTC
2007-11-19  Stan Cox  <scox@redhat.com>
* Type.java (toPrint(PrintWriter, Location, ByteBuffer, Format, int)):
Add indent parameter.  Change all implementers.

what astruct
extern struct {
  struct {
    int x;
    int y;
  } ;
} at /tmp/,x.c#1
(fhpd) print astruct
{
  ={
    x=0,
    y=0,
  },
}