public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90
@ 2011-08-06  9:17 tkoenig at gcc dot gnu.org
  2011-08-06  9:19 ` [Bug fortran/50004] " tkoenig at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-06  9:17 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] ICE in c_ptr_tests_16.f90
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: tkoenig@gcc.gnu.org
        ReportedBy: tkoenig@gcc.gnu.org


The recent commit to fix PR 37211 has led to a regression in
c_ptr_tests_16.f90.

Am looking into this.


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

* [Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90
  2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
@ 2011-08-06  9:19 ` tkoenig at gcc dot gnu.org
  2011-08-06 12:52 ` tkoenig at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-06  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.08.06 09:19:12
     Ever Confirmed|0                           |1


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

* [Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90
  2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
  2011-08-06  9:19 ` [Bug fortran/50004] " tkoenig at gcc dot gnu.org
@ 2011-08-06 12:52 ` tkoenig at gcc dot gnu.org
  2011-08-06 15:20 ` tkoenig at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-06 12:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-06 12:52:35 UTC ---
I have an (obvious) patch that I plan to commit this evening.


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

* [Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90
  2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
  2011-08-06  9:19 ` [Bug fortran/50004] " tkoenig at gcc dot gnu.org
  2011-08-06 12:52 ` tkoenig at gcc dot gnu.org
@ 2011-08-06 15:20 ` tkoenig at gcc dot gnu.org
  2011-08-06 15:27 ` tkoenig at gcc dot gnu.org
  2011-08-08  9:49 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-06 15:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-06 15:19:48 UTC ---
Author: tkoenig
Date: Sat Aug  6 15:19:45 2011
New Revision: 177527

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

    PR fortran/50004
    * target-memory.c (gfc_target_expr-size): Don't clobber typespec
    for derived types.
    * simplify.c (gfc_simplify_transfer): Don't calculate source_size
    twice.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/simplify.c
    trunk/gcc/fortran/target-memory.c


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

* [Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90
  2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-08-06 15:20 ` tkoenig at gcc dot gnu.org
@ 2011-08-06 15:27 ` tkoenig at gcc dot gnu.org
  2011-08-08  9:49 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2011-08-06 15:27 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2011-08-06 15:26:55 UTC ---
Fixed, closing.


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

* [Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90
  2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-08-06 15:27 ` tkoenig at gcc dot gnu.org
@ 2011-08-08  9:49 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-08  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

end of thread, other threads:[~2011-08-08  9:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-06  9:17 [Bug fortran/50004] New: [4.7 Regression] ICE in c_ptr_tests_16.f90 tkoenig at gcc dot gnu.org
2011-08-06  9:19 ` [Bug fortran/50004] " tkoenig at gcc dot gnu.org
2011-08-06 12:52 ` tkoenig at gcc dot gnu.org
2011-08-06 15:20 ` tkoenig at gcc dot gnu.org
2011-08-06 15:27 ` tkoenig at gcc dot gnu.org
2011-08-08  9:49 ` rguenth at gcc dot gnu.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).