OSDN Git Service

* common.opt (fshow-column): Default to 0.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2007 16:39:59 +0000 (16:39 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Nov 2007 16:39:59 +0000 (16:39 +0000)
* configure: Rebuilt.
* configure.ac (--enable-mapped-location): Default to 'yes'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130005 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/common.opt
gcc/configure
gcc/configure.ac

index 2c8790b..c42ff43 100644 (file)
@@ -1,3 +1,9 @@
+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'.
+
 2007-11-07  Kenneth Zadeck <zadeck@naturalbridge.com>
 
         * common.opt: Add pointer to doc/options.texi.
 2007-11-07  Kenneth Zadeck <zadeck@naturalbridge.com>
 
         * common.opt: Add pointer to doc/options.texi.
index b1b91c1..6979735 100644 (file)
@@ -926,8 +926,8 @@ Common Report Var(flag_see) Init(0)
 Eliminate redundant sign extensions using LCM.
 
 fshow-column
 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
 
 fsignaling-nans
 Common Report Var(flag_signaling_nans) Optimization
index 589ae0a..50e5fd6 100755 (executable)
@@ -6900,7 +6900,7 @@ if test "${enable_mapped_location+set}" = set; then
   enableval="$enable_mapped_location"
 
 else
   enableval="$enable_mapped_location"
 
 else
-  enable_mapped_location=no
+  enable_mapped_location=yes
 fi;
 
 if test "$enable_mapped_location" = yes ; then
 fi;
 
 if test "$enable_mapped_location" = yes ; then
index 15a67af..8de9d05 100644 (file)
@@ -525,7 +525,7 @@ AC_SUBST(valgrind_command)
 
 AC_ARG_ENABLE(mapped-location,
 [  --enable-mapped-location   location_t is fileline integer cookie],,
 
 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,
 
 if test "$enable_mapped_location" = yes ; then
   AC_DEFINE(USE_MAPPED_LOCATION, 1,