This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/26896] New: Description of imple,entation of -Wtabs/-Wno-tabs reversed


Hi,

% gfortran --help -v
says:

[...]
  -Wtabs                      Warn about nonconforming uses of the tab
character
[...]

but it warns when -Wno-tabs is specified:

% gfortran gfcbug35.f -Wno-tabs
Warning: Nonconforming tab character in column 1 of line 1

Trivial testcase omitted.

Cheers,
-ha


-- 
           Summary: Description of imple,entation of -Wtabs/-Wno-tabs
                    reversed
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at gmx dot de
  GCC host triplet: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]