public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Andreas Schwab <schwab@suse.de>
Cc: Mark Mitchell <mark@codesourcery.com>,
	        Eric Botcazou <ebotcazou@adacore.com>,
	gcc-patches@gcc.gnu.org
Subject: Re: Patch: make mapped locations the default
Date: Thu, 08 Nov 2007 14:45:00 -0000	[thread overview]
Message-ID: <m3hcjwq0tq.fsf@fleche.redhat.com> (raw)
In-Reply-To: <jeode47qjb.fsf@sykes.suse.de> (Andreas Schwab's message of "Thu\, 08 Nov 2007 15\:36\:24 +0100")

>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

[..]
Andreas> No longer true.

Oops.  Thanks for catching that.  Here's the fixed patch.

Tom

ChangeLog:
2007-11-08  Tom Tromey  <tromey@redhat.com>

	* common.opt (fshow-column): Default to 0.
	* configure: Rebuilt.
	* configure.ac (--enable-mapped-location): Default to 'yes'.

Index: configure.ac
===================================================================
--- configure.ac	(revision 129968)
+++ configure.ac	(working copy)
@@ -525,7 +525,7 @@
 
 AC_ARG_ENABLE(mapped-location,
 [  --enable-mapped-location   location_t is fileline integer cookie],,
-enable_mapped_location=no)
+enable_mapped_location=yes)
 
 if test "$enable_mapped_location" = yes ; then
   AC_DEFINE(USE_MAPPED_LOCATION, 1,
Index: common.opt
===================================================================
--- common.opt	(revision 129968)
+++ common.opt	(working copy)
@@ -24,6 +24,7 @@
 
 -help
 Common
+
 Display this information
 
 -help=
@@ -926,8 +927,8 @@
 Eliminate redundant sign extensions using LCM.
 
 fshow-column
-Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(1)
-Show column numbers in diagnostics, when available.  Default on
+Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(0)
+Show column numbers in diagnostics, when available.  Default off
 
 fsignaling-nans
 Common Report Var(flag_signaling_nans) Optimization

  reply	other threads:[~2007-11-08 14:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-26  7:16 Tom Tromey
2007-10-26  8:06 ` Eric Botcazou
2007-10-26  8:16   ` Tom Tromey
2007-10-31 15:55   ` Tom Tromey
2007-10-31 21:14     ` Eric Botcazou
2007-11-04 23:34       ` Mark Mitchell
2007-11-05  1:11         ` Tom Tromey
2007-11-05  1:38           ` Mark Mitchell
2007-11-05 14:58             ` Tom Tromey
2007-11-08 13:58               ` Tom Tromey
2007-11-08 14:28                 ` Manuel López-Ibáñez
2007-11-08 14:47                   ` Tom Tromey
2007-11-08 14:36                 ` Andreas Schwab
2007-11-08 14:45                   ` Tom Tromey [this message]
2007-11-08 15:54                     ` Mark Mitchell
2007-11-12 22:01                       ` Dirk Mueller
2007-10-26  9:18 ` Tom Tromey

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=m3hcjwq0tq.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=ebotcazou@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=mark@codesourcery.com \
    --cc=schwab@suse.de \
    /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).