[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2010-08-13 Thread steven at gcc dot gnu dot org


--- Comment #1 from steven at gcc dot gnu dot org  2010-08-13 07:42 ---
Does anyone have a daily autotester for profiled-bootstrap?


-- 

steven at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||hubicka at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2010-08-13 07:42:15
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227



[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2010-08-13 Thread rguenth at gcc dot gnu dot org


--- Comment #2 from rguenth at gcc dot gnu dot org  2010-08-13 08:26 ---
No, we only have daily testers for SPEC 2000 with profile feedback.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227



[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2022-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227

--- Comment #3 from Andrew Pinski  ---
I looked into the makefiles and nothing has changed in them since 2007 with
respect to profiledbootstrap. And I am double checking a "make
profiledbootstrap" right now and will report back on the options passed to
libcpp subdirectory.

[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2022-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227

Andrew Pinski  changed:

   What|Removed |Added

 Status|NEW |WAITING

--- Comment #4 from Andrew Pinski  ---
So -fprofile-generate is passed from the toplevel directory as expected.

/home/apinski/src/upstream-gcc/gcc/objdir1/./prev-gcc/xg++
-B/home/apinski/src/upstream-gcc/gcc/objdir1/./prev-gcc/
-B/usr/local/x86_64-pc-linux-gnu/bin/ -nostdinc++
-B/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
-B/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs

-I/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu

-I/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/include
 -I/home/apinski/src/upstream-gcc/gcc/libstdc++-v3/libsupc++
-L/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs
-L/home/apinski/src/upstream-gcc/gcc/objdir1/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs
 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include  -g -O2
-fno-checking -gtoggle -fprofile-generate -W -Wall -Wno-narrowing
-Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -Werror
-fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include
-I../../libcpp/include-c -o charset.o -MT charset.o -MMD -MP -MF
.deps/charset.Tpo ../../libcpp/charset.c

This has been true since profiledbootstrap was done.

>I noticed this while doing a coverage enabled build. 

What are the options you used to do a coverate enabled build?

[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2022-01-04 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227

--- Comment #5 from Andi Kleen  ---
I think it was the method from the info file.

But I can't quite remember. If you cannot reproduce it I guess it's ok to
close. Maybe I made some mistake.

[Bug preprocessor/45227] libcpp Makefile does not enable instrumentation

2022-01-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45227

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |12.0
 Status|WAITING |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Andrew Pinski  ---
Profiledbootstrap does profile libcpp for me so closing as works for me since
it has been doing this for a long time now.