public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/107341] New: RISCV User Stack Frame error with -fno-omit-frame-pointer on GCC 10.2.0
@ 2022-10-21  8:01 yangwang at nj dot iscas.ac.cn
  2022-10-21  8:04 ` [Bug target/107341] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: yangwang at nj dot iscas.ac.cn @ 2022-10-21  8:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107341

            Bug ID: 107341
           Summary: RISCV User Stack Frame error with
                    -fno-omit-frame-pointer on GCC 10.2.0
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: yangwang at nj dot iscas.ac.cn
  Target Milestone: ---

Created attachment 53741
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53741&action=edit
C source code

gcc version 10.2.0 (SiFive GCC-Metal 10.2.0-2020.12.8)

1.compile test.c code
riscv64-unknown-elf-gcc -static -O0 -g -fno-omit-frame-pointer test.c -o test
-lm

2.Using perf record
sudo perf record -e cpu-clock -g ./test

3.Using perf script
sudo perf script > test.perf




at test.perf, you will find that normal_loop call normal_loop

test   769 22186.901402:     250000 cpu-clock: 
                   1018a normal_loop+0x34 (/home/test)
                   1019c normal_loop+0x46 (/home/test)
                   10104 _start+0x40 (/home/test)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug target/107341] RISCV User Stack Frame error with -fno-omit-frame-pointer on GCC 10.2.0
  2022-10-21  8:01 [Bug c/107341] New: RISCV User Stack Frame error with -fno-omit-frame-pointer on GCC 10.2.0 yangwang at nj dot iscas.ac.cn
@ 2022-10-21  8:04 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-21  8:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107341

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Are you sure this is not a perf issue?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-21  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  8:01 [Bug c/107341] New: RISCV User Stack Frame error with -fno-omit-frame-pointer on GCC 10.2.0 yangwang at nj dot iscas.ac.cn
2022-10-21  8:04 ` [Bug target/107341] " pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).