public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rwild at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/39655] autogen "fixinclude test FAILURES" - trunk revision 145337
Date: Tue, 08 Sep 2009 17:31:00 -0000	[thread overview]
Message-ID: <20090908173107.25492.qmail@sourceware.org> (raw)
In-Reply-To: <bug-39655-13830@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from rwild at gcc dot gnu dot org  2009-09-08 17:31 -------
Subject: Bug 39655

Author: rwild
Date: Tue Sep  8 17:30:31 2009
New Revision: 151518

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151518
Log:
sed portability fixes in fixincludes

fixincludes/:
        PR testsuite/29737
        PR bootstrap/35938
        PR testsuite/39655
        * check.tpl: Fix typos.
        * README: Likewise.  Also, document that 'select' uses ERE.
        * mkheaders.in: Update copyright years in --version output.
        * inclhack.def (sco_math): Add missing final newline in sed
        script 'a', 'c', or 'i' commands, for BSD sed.
        (sco_math): In the text of 'a', 'c', or 'i' sed
        commands, prepend leading white space with a backslash to avoid
        the whitespace to be removed by BSD sed.
        (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
        (x11_new): Fix sed expression, for BSD sed.
        (glibc_mutex_init): Fix newlines in sed 's' command replacement
        part, for GNU sed 3.02 and Solaris sed.
        (glibc_mutex_init): Replace unportable \+ sed regex operator
        with \{1,\}.
        (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
        alternation \| regex operator.
        (solaris_complex): Remove superfluous backslashes from
        replacement string.  Replace \+ operator with \{1,\}.
        * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
        * fixincl.x: Regenerate.

Modified:
    trunk/fixincludes/ChangeLog
    trunk/fixincludes/README
    trunk/fixincludes/check.tpl
    trunk/fixincludes/fixincl.x
    trunk/fixincludes/inclhack.def
    trunk/fixincludes/mkheaders.in
    trunk/fixincludes/tests/base/Xm/Traversal.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39655


  parent reply	other threads:[~2009-09-08 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-05 19:54 [Bug testsuite/39655] New: " rob1weld at aol dot com
2009-08-19  5:46 ` [Bug testsuite/39655] " oliver dot kellogg at eads dot com
2009-09-08 17:31 ` rwild at gcc dot gnu dot org [this message]
     [not found] <bug-39655-4@http.gcc.gnu.org/bugzilla/>
2010-12-22  4:09 ` rob1weld at aol dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090908173107.25492.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).