Re: Use of option -fprofile-arcs is not compatible with -fprofile-use

2008-05-08 Thread Edmar Wienskoski-RA8797
c-4.2 --with-gmp=/import/dr3/s10/gcc-4.2 Thread model: posix gcc version 4.2.0 20070228 (prerelease) so is gcc-4.3 on the platform. 2008/5/7 Edmar Wienskoski-RA8797 <[EMAIL PROTECTED]>: I said if you compile val-prof-1.c the same way bprob-1.c is compiled you get an warning. gcc -g -fp

Re: Use of option -fprofile-arcs is not compatible with -fprofile-use

2008-05-07 Thread Edmar Wienskoski-RA8797
is compiled with -fprofile-generate and -fprofile-use. so there won't be any warnings. 2008/4/25 Edmar Wienskoski-RA8797 <[EMAIL PROTECTED]>: The test case gcc.misc/bprob-1.c is compiled with fprofile-arcs / fprofile-use. The option fprofile-arcs does not enable value profilin

Use of option -fprofile-arcs is not compatible with -fprofile-use

2008-04-24 Thread Edmar Wienskoski-RA8797
The test case gcc.misc/bprob-1.c is compiled with fprofile-arcs / fprofile-use. The option fprofile-arcs does not enable value profiling. At the second stage compilation, the option fprofile-use enables value profiling. Within tree_find_values_to_profile, if one of the value optimizations alg