[Bug fortran/18537] no warning about tabs with std=f95 option

2006-03-14 Thread kargl at gcc dot gnu dot org


--- Comment #3 from kargl at gcc dot gnu dot org  2006-03-14 19:37 ---
Subject: Bug 18537

Author: kargl
Date: Tue Mar 14 19:37:49 2006
New Revision: 112066

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112066
Log:
PR 18537
* gfortran.h: Wrap Copyright line.
(gfc_option_t): add warn_tabs member.
* lang.opt: Update Coyright year.  Add the Wtabs.
* invoke.texi: Document -Wtabs.
* scanner.c (gfc_gobble_whitespace): Use warn_tabs.  Add linenum to
suppress multiple warnings.
(load_line): Use warn_tabs.  Add linenum, current_line, seen_comment
to suppress multiple warnings.
* options.c (gfc_init_options): Initialize warn_tabs.
(set_Wall): set warn_tabs for -Wall.
(gfc_post_options): Adjust flag_tabs depending on -pedantic.
(gfc_handle_option):  Process command-line option -W[no-]tabs


Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/gfortran.h
trunk/gcc/fortran/invoke.texi
trunk/gcc/fortran/lang.opt
trunk/gcc/fortran/options.c
trunk/gcc/fortran/scanner.c


-- 


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



[Bug fortran/18537] no warning about tabs with std=f95 option

2006-03-14 Thread kargl at gcc dot gnu dot org


--- Comment #4 from kargl at gcc dot gnu dot org  2006-03-14 19:41 ---
This catchs most of the offending tabs.  I'm not sure
that it will catch them all.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|4.0.0   |4.2.0


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



[Bug fortran/18537] no warning about tabs with std=f95 option

2005-03-05 Thread kargl at gcc dot gnu dot org

--- Additional Comments From kargl at gcc dot gnu dot org  2005-03-06 05:25 
---
See patch at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00504.html

-- 


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


[Bug fortran/18537] no warning about tabs with std=f95 option

2004-11-18 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-18 
12:44 ---
Confirmed.

-- 
   What|Removed |Added

   Severity|normal  |minor
 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2004-11-18 12:44:09
   date||


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


[Bug fortran/18537] no warning about tabs with std=f95 option

2004-11-17 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||diagnostic


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