public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-04 23:09 ` tkoenig at gcc dot gnu.org
  2011-08-05 22:59 ` dominiq at lps dot ens.fr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-04 23:09 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

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

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-04 23:08:34 UTC ---
I have a patch.


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
  2011-08-04 23:09 ` [Bug fortran/37211] TRANSFER to characters: Size checking tkoenig at gcc dot gnu.org
@ 2011-08-05 22:59 ` dominiq at lps dot ens.fr
  2011-08-05 23:06 ` tkoenig at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-08-05 22:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-08-05 22:59:15 UTC ---
The commit seems to have gone to "[Bug middle-end/37221] Missed early
loop-unroll optimization - causes 40% degradation on SPU".


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
  2011-08-04 23:09 ` [Bug fortran/37211] TRANSFER to characters: Size checking tkoenig at gcc dot gnu.org
  2011-08-05 22:59 ` dominiq at lps dot ens.fr
@ 2011-08-05 23:06 ` tkoenig at gcc dot gnu.org
  2011-08-05 23:10 ` tkoenig at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-05 23:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-05 23:06:22 UTC ---
Author: tkoenig
Date: Fri Aug  5 23:06:18 2011
New Revision: 177491

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177491
Log:
2011-08-05  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/37211
        * fortran/ChangeLog:  Correct PR number from last commit.
        * testsuite/ChangeLog:  Likewise.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-08-05 23:06 ` tkoenig at gcc dot gnu.org
@ 2011-08-05 23:10 ` tkoenig at gcc dot gnu.org
  2011-08-06 13:41 ` hjl.tools at gmail dot com
  2011-08-06 13:47 ` mikael at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-05 23:10 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-05 23:09:50 UTC ---
*sigh* The real one was at

http://gcc.gnu.org/ml/gcc-cvs/2011-08/msg00498.html

Fixed on trunk, closing.


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-08-05 23:10 ` tkoenig at gcc dot gnu.org
@ 2011-08-06 13:41 ` hjl.tools at gmail dot com
  2011-08-06 13:47 ` mikael at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-08-06 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2011-08-06 13:40:25 UTC ---
On Linux/x86, I got

FAIL: gfortran.dg/c_ptr_tests_16.f90  -O  (test for excess errors)
Excess errors:
/export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/c_ptr_tests_16.f90:58:9:
Error: Can't convert INTEGER(4) to TYPE(c_funptr) at (1)
/export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/c_ptr_tests_16.f90:49:11:
Error: Can't convert INTEGER(4) to TYPE(c_ptr) at (1)


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
       [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-08-06 13:41 ` hjl.tools at gmail dot com
@ 2011-08-06 13:47 ` mikael at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: mikael at gcc dot gnu.org @ 2011-08-06 13:47 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |mikael at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #6 from Mikael Morin <mikael at gcc dot gnu.org> 2011-08-06 13:46:58 UTC ---
(In reply to comment #5)
> On Linux/x86, I got
> 
> FAIL: gfortran.dg/c_ptr_tests_16.f90  -O  (test for excess errors)
> Excess errors:
> /export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/c_ptr_tests_16.f90:58:9:
> Error: Can't convert INTEGER(4) to TYPE(c_funptr) at (1)
> /export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/c_ptr_tests_16.f90:49:11:
> Error: Can't convert INTEGER(4) to TYPE(c_ptr) at (1)

Tracked in PR50004.


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

* [Bug fortran/37211] TRANSFER to characters: Size checking
  2008-08-23 16:59 [Bug fortran/37211] New: " burnus at gcc dot gnu dot org
@ 2009-03-29  9:21 ` fxcoudert at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-03-29  9:21 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         |2009-03-29 09:21:19
               date|                            |


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


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

end of thread, other threads:[~2011-08-06 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-37211-4@http.gcc.gnu.org/bugzilla/>
2011-08-04 23:09 ` [Bug fortran/37211] TRANSFER to characters: Size checking tkoenig at gcc dot gnu.org
2011-08-05 22:59 ` dominiq at lps dot ens.fr
2011-08-05 23:06 ` tkoenig at gcc dot gnu.org
2011-08-05 23:10 ` tkoenig at gcc dot gnu.org
2011-08-06 13:41 ` hjl.tools at gmail dot com
2011-08-06 13:47 ` mikael at gcc dot gnu.org
2008-08-23 16:59 [Bug fortran/37211] New: " burnus at gcc dot gnu dot org
2009-03-29  9:21 ` [Bug fortran/37211] " fxcoudert 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).