This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Configure libstdc++-v3 against gthr.h



> (Regenerated configure file was not included due to its massive diff size.)

FWIW, you can really cut down on message size and confusion by not including
any generated files in the version of the patch being posted to the lists.
So, config.h.in and configure are always left out, as are aclocal.m4 and
all Makefile.in's for those projects using automake.  They're included
when applying the patch, but it's understood when posting the patch.
(Mentioning in the email that they've been left out is a good reminder.)


> + #else
> + #error __GTHREAD_MUTEX_INIT or __GTHREAD_MUTEX_INIT_FUNCTION should be defined
> + #error by gthr.h abstraction layer, report problem to libstdc++@gcc.gnu.org.
> + #endif

I think that the #error stuff should all be on a single long line.

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]