GCC Wikia
Advertisement

このページを編集する際は,編集に関する方針に従ってください.[]

概要[]

実装[]

 129 /* Define a tree dump switch.  */
130 struct dump_file_info
131 {
132   const char *suffix;           /* suffix to give output file.  */
133   const char *swtch;            /* command line switch */
134   const char *glob;             /* command line glob  */
135   int flags;                    /* user flags */
136   int state;                    /* state of play */
137   int num;                      /* dump file number */
138   int letter;                   /* enabling letter for RTL dumps */
139 };


リンク元

Advertisement