[Bug gcov-profile/113157] compilation error in PGO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113157 --- Comment #2 from Andrew Pinski --- That is this works: [apinski@xeond2 pr113157]$ gcc --coverage -o test 1.c 2.c -O3 [apinski@xeond2 pr113157]$ ./test [apinski@xeond2 pr113157]$ gcc -O3 -fprofile-use -o test 1.c 2.c
[Bug gcov-profile/113157] compilation error in PGO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113157 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew P