Re: [patch] 4/n: trans-mem: runtime

2011-11-29 Thread Richard Sandiford
Way behind, sorry, and probably irrelevant anyway, but: Aldy Hernandez writes: > +#define ITM_BARRIERS(T) \ > + extern _ITM_TYPE_##T _ITM_R##T(const _ITM_TYPE_##T *) ITM_REGPARM; \ > + extern _ITM_TYPE_##T _ITM_RaR##T(const _ITM_TYPE_##T *) ITM_REGPARM; > \ > + extern _ITM_TYPE_##T _ITM

Re: [patch] 4/n: trans-mem: runtime

2011-11-03 Thread Joseph S. Myers
On Thu, 3 Nov 2011, Aldy Hernandez wrote: > +# We need gfortran to compile parts of the library > +# We can't use AC_PROG_FC because it expects a fully working gfortran. > +#AC_PROG_FC(gfortran) > +FC="$GFORTRAN" > +AC_PROG_FC(gfortran) > +FCFLAGS="$FCFLAGS -Wall" I don't actually see where gfort