public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
@ 2011-01-17 21:12 ` jvdelisle at gcc dot gnu.org
  2013-02-15  7:39 ` burnus at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-01-17 21:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jvdelisle at gcc dot
                   |                            |gnu.org
         AssignedTo|unassigned at gcc dot       |jvdelisle at gcc dot
                   |gnu.org                     |gnu.org

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-01-17 20:06:02 UTC ---
gathering up some of these format related PRs into my pile since they are all
related.


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

* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
  2011-01-17 21:12 ` [Bug fortran/28397] Check format mismatches at compile time jvdelisle at gcc dot gnu.org
@ 2013-02-15  7:39 ` burnus at gcc dot gnu.org
  2014-01-14 23:15 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-02-15  7:39 UTC (permalink / raw)
  To: gcc-bugs


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-02-15 07:38:36 UTC ---
See also: PR 50105, where
     PROGRAM MAIN
       PRINT '(G6.5)', 1.0
     END
is invalid. Thus, that one should be diagnosed as well. Cf. also PR 45129


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

* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
  2011-01-17 21:12 ` [Bug fortran/28397] Check format mismatches at compile time jvdelisle at gcc dot gnu.org
  2013-02-15  7:39 ` burnus at gcc dot gnu.org
@ 2014-01-14 23:15 ` dominiq at lps dot ens.fr
  2014-03-30 18:02 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-01-14 23:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
See also pr56675.


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

* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-01-14 23:15 ` dominiq at lps dot ens.fr
@ 2014-03-30 18:02 ` dominiq at lps dot ens.fr
  2015-09-08 13:17 ` dominiq at lps dot ens.fr
  2020-07-25  9:45 ` dominiq at lps dot ens.fr
  5 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-03-30 18:02 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW


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

* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-03-30 18:02 ` dominiq at lps dot ens.fr
@ 2015-09-08 13:17 ` dominiq at lps dot ens.fr
  2020-07-25  9:45 ` dominiq at lps dot ens.fr
  5 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-09-08 13:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28397

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
See also pr66708.


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

* [Bug fortran/28397] Check format mismatches at compile time
       [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-09-08 13:17 ` dominiq at lps dot ens.fr
@ 2020-07-25  9:45 ` dominiq at lps dot ens.fr
  5 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-07-25  9:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28397

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
*** Bug 56675 has been marked as a duplicate of this bug. ***

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

* [Bug fortran/28397] Check format mismatches at compile time
  2006-07-16 21:55 [Bug fortran/28397] New: " tkoenig at gcc dot gnu dot org
  2007-02-05 22:16 ` [Bug fortran/28397] " fxcoudert at gcc dot gnu dot org
@ 2007-07-20 16:41 ` tkoenig at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2007-07-20 16:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tkoenig at gcc dot gnu dot org  2007-07-20 16:41 -------
*** Bug 32816 has been marked as a duplicate of this bug. ***


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/28397] Check format mismatches at compile time
  2006-07-16 21:55 [Bug fortran/28397] New: " tkoenig at gcc dot gnu dot org
@ 2007-02-05 22:16 ` fxcoudert at gcc dot gnu dot org
  2007-07-20 16:41 ` tkoenig at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-02-05 22:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-02-05 22:16:06
               date|                            |


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


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

end of thread, other threads:[~2020-07-25  9:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-28397-4@http.gcc.gnu.org/bugzilla/>
2011-01-17 21:12 ` [Bug fortran/28397] Check format mismatches at compile time jvdelisle at gcc dot gnu.org
2013-02-15  7:39 ` burnus at gcc dot gnu.org
2014-01-14 23:15 ` dominiq at lps dot ens.fr
2014-03-30 18:02 ` dominiq at lps dot ens.fr
2015-09-08 13:17 ` dominiq at lps dot ens.fr
2020-07-25  9:45 ` dominiq at lps dot ens.fr
2006-07-16 21:55 [Bug fortran/28397] New: " tkoenig at gcc dot gnu dot org
2007-02-05 22:16 ` [Bug fortran/28397] " fxcoudert at gcc dot gnu dot org
2007-07-20 16:41 ` tkoenig 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).