GCC trouble in dump_printf_loc

2024-06-03 Thread weizhe wang via Gcc
Hi Guys,      I got some issues in debugging GCC.       I want to use dump_printf_loc to dump some debug message in GCC. I find the fopt-info-all option which can enable some dump_printf_loc calls.      But some dump_printf_loc can't be enable by fopt-opt-all option. Because the m_scope_dept

Re: seek advice about GCC learning

2023-09-25 Thread weizhe wang via Gcc
wang via Gcc, <mailto:gcc@gcc.gnu.org> wrote: Hi Guys,   Can we build risv-32 gcc compiler from official gcc repository ? Yes, lots of people do that. Thanks, Flint Sent using https://www.zoho.com/mail/ On Thu, 02 Feb 2023 05:21:36

Re: seek advice about GCC learning

2023-09-25 Thread weizhe wang via Gcc
Hi Guys,   Can we build risv-32 gcc compiler from official gcc repository ? Thanks, Flint Sent using https://www.zoho.com/mail/ On Thu, 02 Feb 2023 05:21:36 -0800 Martin Jambor wrote --- Hello Flint, On Sat, Jan 28 2023, hmsjwzb via Gcc wrote: > Hi GCC develope