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]
Other format: [Raw text]

Re: Adapt alpha_assert fix to recent Tru64 UNIX V5.1


Hi Bruce,

> This won't be what you expect.  Single quoted strings won't get "cooked".
> So, the characters skipped will be spaces and quoted 't'-s.

doh: I keep forgetting about that.

> So, use one of the following:
>> +    select    = '(# *define assert\(EX\).*)\(\(int\) \(EX\)\)';
>> +    select    = "(#[ \t]*" 'define assert\(EX\).*)\(\(int\) \(EX\)\)';

I've used the second variant.  Committed after retesting.

Thanks.
	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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