That patch solved the problem Andreas, thank you very much!
Should we file a PR to request to integrate this patch? Or should I
better follow Peter's suggestion to build gcc from a separate build
directory?
Best regards.
2015-04-14 18:14 GMT+02:00 Andreas Schwab :
> Please try this patch:
>
> di
Ah, sorry for the misundersanding, I'll send the questions to gcc-help
from now on!
Still, thank you very much for the answer!
2015-04-14 18:14 GMT+02:00 Peter Bergner :
> On Tue, 2015-04-14 at 17:37 +0200, Harald Servat wrote:
>> I'm trying to compile the GCC's
Hello,
I'm trying to compile the GCC's trunk but I find out the following
error while compiling it. I've configured it such as
./configure --prefix=/home/harald/pkg/gcc/git
--enable-languages=c,c++ --disable-multilib
and then run the make using the parallel build using 4 simultaneous
jobs
2015-04-13 12:53 GMT+02:00 Jakub Jelinek :
>
> The only thing I'd like to say is that it would be nice if the changes
> didn't affect performance of non-analyzed/traced apps, so if changes to hot
> code paths are needed, they should be done with care, guarded with
> __builtin_expect and benchmarked
Dear list,
we're considering in adding OMPT [1] into the GNU OpenMP runtime. In
brief, OMPT is a specification of an API for performance analysis
tools such as TAU, Extrae and HPCToolkit. It mainly consists of calls
that allow querying the state of the threads and callbacks to notify a
tool of v
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I'm not afraid of gimplify, but you can check DynInst
(http://www.dyninst.org). It's a runtime to modify a binary (in memory
or in disk).
Regards.
En/na Saleel Kudchadker ha escrit:
> Hi
>
> I am working on modifying gcc so that I can add