[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=gcc=rev Log: 2016-11-22 Steven G. Kargl PR

[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

[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=gcc=rev Log: 2016-11-16 Steven G. Kargl PR

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

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

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

[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

[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 sgk at troutmask dot apl.washington.edu --- 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

[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 dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[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 sgk at troutmask dot apl.washington.edu --- On Tue, Jul 30, 2013 at 12:59:00PM +, dominiq at lps dot ens.fr wrote: print *, AstringwithTabsinsteadofspaces print 1894 1894

[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 dominiq at lps dot ens.fr --- 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

[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 dominiq at lps dot ens.fr --- Created attachment 30573 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30573action=edit test case with tabs

[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 sgk at troutmask dot apl.washington.edu --- 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:

[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 dominiq at lps dot ens.fr --- 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

[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 sgk at troutmask dot apl.washington.edu --- 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

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