This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: GCC mailing lists search question


On 12/08/2010 11:58 PM, Steve Ellcey wrote:
> I sometimes want to search the GCC mailing lists (usually gcc-testresults)
> for a specific string, say the name of a failng test like
> '27_io/objects/wchar_t/7.cc' but when I do that, regardless of whether or not 
> I put the string in single or double quotes, the search breaks the string
> up into different 'words' and searches for them individually.  For the
> testcase above, the result page says:
> 
> Search for 27_io/objects/wchar_t/7.cc. Search results: 27 : 484563, io : 521358, objects : 36554, wchar : 375671, t : 703370, 7 : 362498, cc : 1617498.

The Google query

"site:gcc.gnu.org/ml 27_io/objects/wchar_t/7.cc -results"

works really well.

Andrew.


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