This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, RFC] Dumping expanded MD files


I didn't find any dump_rtx - instead, I used print_inline_rtx which
seems to be what we need to output to stdout, instead of stderr.
Updated version of the patch is attached. Ok for trunk?

Changelog:
2012-11-30  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>

        * Makefile.in: Add target mddump, build/genmddump.o.  Extend
        genprogrtl with mddump.
        * genmddump.c: New.

---
Thanks, Michael

On 29 November 2012 22:36, Richard Henderson <rth@redhat.com> wrote:
> On 2012-11-28 23:22, Michael Zolotukhin wrote:
>> +      debug_rtx (desc);
>
> ... oh, I see.  You wanted dump_rtx here, so you can output to stdout.
>
>
> r~



-- 
---
Best regards,
Michael V. Zolotukhin,
Software Engineer
Intel Corporation.

Attachment: mddump-3.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]