Hi
I use "gcc version 2.95.2 19991024 (release)" from SuSE 7.0 for S390.
When compiling with both -pg and -fprofile-arcs I receive this error
message:
(insn 29697 29698 2 (use:SI (mem/u:SI (symbol_ref/u:SI ("*.LC2269")) 0))
-1 (nil)
(nil))
(insn 29697 29698 2 (use:SI (mem/u:SI (symbol_ref/u:SI ("*.LC2269")) 0))
-1 (nil)
(nil))
main/svd3.c: In function `FFOrdTrans':
main/svd3.c:1863: s390 multiple literalpool support:
No code label between this insn 0 1D009
With only -pg profiling does not seem to work, I get counts on the
number of times each function has executed but not the time spent in
each function.
I only receive this for 3 of maybe 100 source files.
Is this problem fixed in a later version of gcc?
Regards Erik