https://sourceware.org/bugzilla/show_bug.cgi?id=32892

--- Comment #4 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
 I cannot reproduce the problem:
% history
 1004  tar xf gperf-3.3.tar.gz 
 1005  cd gperf-3.3/
 1006  export CC=gcc; export CXX=g++; unset CFLAGS; unset CXXFLAGS; export
CPPFLAGS=-Wall
 1007  g++ --version
 1008  ./configure
 1009  make
 1010  cd src
 1011  gp-collect-app -o test.1.er -p on -S on ./gperf -m 10
../tests/5000.gperf > /dev/null

I have g++ 13.3.1:
% g++ --version
g++ (GCC) 13.3.1 20240611 (Red Hat 13.3.1-2.2.0.1)
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

% gp-display-text -lines test.1.er/ | grep find_asso_values
 9.707  32.02   9.707  32.02   Search::find_asso_values(), line 47 in alternate
source context "bool-array.icc"
 9.567  31.56   9.567  31.56   Search::find_asso_values(), line 1400 in
"search.cc"
 2.812   9.28   2.812   9.28   Search::find_asso_values(), line 1399 in
"search.cc"
 2.782   9.18   2.782   9.18   Search::find_asso_values(), line 1396 in
"search.cc"
 1.031   3.40   1.031   3.40   Search::find_asso_values(), line 121 in
alternate source context "arraylist.h"
 0.951   3.14   0.951   3.14   Search::find_asso_values(), line 1401 in
"search.cc"
 0.690   2.28   0.690   2.28   Search::find_asso_values(), line 1397 in
"search.cc"
 0.170   0.56   0.170   0.56   Search::find_asso_values(), line 1407 in
"search.cc"
 0.100   0.33   0.100   0.33   Search::find_asso_values(), line 1390 in
"search.cc"
 0.050   0.17   0.050   0.17   Search::find_asso_values(), line 1398 in
"search.cc"
 0.040   0.13   0.040   0.13   Search::find_asso_values(), line 1475 in
"search.cc"
 0.030   0.10   0.030   0.10   Search::find_asso_values(), line 1523 in
"search.cc"
 0.020   0.07   0.020   0.07   Search::find_asso_values(), line 1473 in
"search.cc"
 0.020   0.07   0.020   0.07   Search::find_asso_values(), line 76 in alternate
source context "bool-array.icc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1373 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1388 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1420 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1496 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1507 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 1509 in
"search.cc"
 0.010   0.03   0.010   0.03   Search::find_asso_values(), line 66 in alternate
source context "bool-array.icc"
 0.      0.     0.030   0.10   Search::find_asso_values(), line 1099 in
"search.cc"
 0.      0.     0.020   0.07   Search::find_asso_values(), line 1101 in
"search.cc"
 0.      0.     0.500   1.65   Search::find_asso_values(), line 1197 in
"search.cc"
 0.      0.     1.101   3.63   Search::find_asso_values(), line 1217 in
"search.cc"
 0.      0.     0.310   1.02   Search::find_asso_values(), line 1245 in
"search.cc"
 0.      0.     0.050   0.17   Search::find_asso_values(), line 1255 in
"search.cc"
 0.      0.     0.040   0.13   Search::find_asso_values(), line 69 in alternate
source context "bool-array.icc"



If your $PATH was correct and you used the latest version of gprofng, could you
attach or send me directly your ./gperf

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to