[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-11-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #16 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Nov 22 18:25:55 2016 New Revision: 242717 URL: https://gcc.gnu.org/viewcvs?rev=242717&root=gcc&view=rev Log: 2016-11-22 Steven G. Kargl PR fortran/58001

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-11-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 kargl at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-11-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #14 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Nov 17 00:18:18 2016 New Revision: 242530 URL: https://gcc.gnu.org/viewcvs?rev=242530&root=gcc&view=rev Log: 2016-11-16 Steven G. Kargl PR fortran/58001

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-11-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-08-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-08-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Dominique d'Humieres changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Comm

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2016-04-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Domi

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-31 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #9 from Steve Kargl --- The following patch causes gfortran to treat a tab within a FORMAT statement that same as it does elsewhere for the appearance of a nonconforming use of tab. The two tet cases have been adjusted. Index: gcc/fo

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #8 from Steve Kargl --- On Tue, Jul 30, 2013 at 06:16:27PM +, dominiq at lps dot ens.fr wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 > > --- Comment #7 from Dominique d'Humieres --- > > With -Wno-tabs, gfortran shou

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #7 from Dominique d'Humieres --- > With -Wno-tabs, gfortran should report a warning for the > occurence of every tab used in the context of a character > from the Fortran character set. Taking your code, which I've > deleted here, and

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #6 from Steve Kargl --- On Tue, Jul 30, 2013 at 12:59:00PM +, dominiq at lps dot ens.fr wrote: > > If compiled with -Wno-tabs, it gives > > pr58001.f90:2.1: > > print 1894 > 1 > Warning: Nonconforming tab character at (1) > pr

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #5 from Dominique d'Humieres --- Created attachment 30573 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30573&action=edit test case with tabs

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #4 from Dominique d'Humieres --- > According to both vi and nedit, there are no tabs in the > above code. I assume that this is cut-n-paste from an > xterm term. With Safari I see the tabs in comment #2, but not in what has been past

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 --- Comment #3 from Steve Kargl --- On Tue, Jul 30, 2013 at 12:59:00PM +, dominiq at lps dot ens.fr wrote: > > print *, "AstringwithTabsinsteadofspaces" > print 1894 > 1894 format('123') > end >

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning

2013-07-27 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co