This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
What is dump_file in gcc ?
- From: "冠人 王 via gcc" <gcc at gcc dot gnu dot org>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 6 Jun 2018 07:33:03 +0000 (UTC)
- Subject: What is dump_file in gcc ?
- References: <1906610268.876743.1528270383829.ref@mail.yahoo.com>
- Reply-to: 冠人 王 <guanjen375 at yahoo dot com dot tw>
- Reply-to: 冠人 王 <guanjen375 at yahoo dot com dot tw>
I have ever seen "fprintf(dump_file,"something writes into dump_file") many times.
I want to know what dump_file is and how can I check its content ?