public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18537] no warning about tabs with std=f95 option
       [not found] <bug-18537-9647@http.gcc.gnu.org/bugzilla/>
@ 2006-03-14 19:37 ` kargl at gcc dot gnu dot org
  2006-03-14 19:41 ` kargl at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-03-14 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- 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=gcc&view=rev&rev=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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/18537] no warning about tabs with std=f95 option
       [not found] <bug-18537-9647@http.gcc.gnu.org/bugzilla/>
  2006-03-14 19:37 ` [Bug fortran/18537] no warning about tabs with std=f95 option kargl at gcc dot gnu dot org
@ 2006-03-14 19:41 ` kargl at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2006-03-14 19:41 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/18537] no warning about tabs with std=f95 option
  2004-11-18  2:33 [Bug fortran/18537] New: " vivekrao4 at yahoo dot com
  2004-11-18  2:38 ` [Bug fortran/18537] " pinskia at gcc dot gnu dot org
  2004-11-18 12:44 ` pinskia at gcc dot gnu dot org
@ 2005-03-06  5:25 ` kargl at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-03-06  5:25 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/18537] no warning about tabs with std=f95 option
  2004-11-18  2:33 [Bug fortran/18537] New: " vivekrao4 at yahoo dot com
  2004-11-18  2:38 ` [Bug fortran/18537] " pinskia at gcc dot gnu dot org
@ 2004-11-18 12:44 ` pinskia at gcc dot gnu dot org
  2005-03-06  5:25 ` kargl at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-18 12:44 UTC (permalink / raw)
  To: gcc-bugs


------- 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|0000-00-00 00:00:00         |2004-11-18 12:44:09
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug fortran/18537] no warning about tabs with std=f95 option
  2004-11-18  2:33 [Bug fortran/18537] New: " vivekrao4 at yahoo dot com
@ 2004-11-18  2:38 ` pinskia at gcc dot gnu dot org
  2004-11-18 12:44 ` pinskia at gcc dot gnu dot org
  2005-03-06  5:25 ` kargl at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-18  2:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-14 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18537-9647@http.gcc.gnu.org/bugzilla/>
2006-03-14 19:37 ` [Bug fortran/18537] no warning about tabs with std=f95 option kargl at gcc dot gnu dot org
2006-03-14 19:41 ` kargl at gcc dot gnu dot org
2004-11-18  2:33 [Bug fortran/18537] New: " vivekrao4 at yahoo dot com
2004-11-18  2:38 ` [Bug fortran/18537] " pinskia at gcc dot gnu dot org
2004-11-18 12:44 ` pinskia at gcc dot gnu dot org
2005-03-06  5:25 ` kargl at gcc dot gnu dot org

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).