Re: Fail to compile trunk

2015-04-14 Thread Harald Servat
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

Re: Fail to compile trunk

2015-04-14 Thread Harald Servat
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

Fail to compile trunk

2015-04-14 Thread Harald Servat
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

Re: About adding OMPT into GNU's libgomp

2015-04-14 Thread Harald Servat
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

About adding OMPT into GNU's libgomp

2015-04-13 Thread Harald Servat
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

Re: Inserting instrument calls before and after a function

2010-02-16 Thread Harald Servat
-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