public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55356] New: ICE with TRANSFER of C_NULL_PTR
@ 2012-11-16 18:14 juno.krahn at nih dot gov
  2013-02-22 11:19 ` [Bug fortran/55356] " burnus at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: juno.krahn at nih dot gov @ 2012-11-16 18:14 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55356
           Summary: ICE with TRANSFER of C_NULL_PTR
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: juno.krahn@nih.gov


Example code (bug.f90):

use iso_c_binding
type(C_ptr) :: p
p = transfer(C_NULL_ptr,p)
end


Result:
$ gfortran -c  bug.f90 
f951: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


Seems likely related to bug 46974


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

* [Bug fortran/55356] ICE with TRANSFER of C_NULL_PTR
  2012-11-16 18:14 [Bug fortran/55356] New: ICE with TRANSFER of C_NULL_PTR juno.krahn at nih dot gov
@ 2013-02-22 11:19 ` burnus at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-02-22 11:19 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |burnus at gcc dot gnu.org
         Resolution|                            |DUPLICATE

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-02-22 11:19:13 UTC ---
Seems to be a duplicate of PR 56079 (which admittedly has been filled later
than this bug).

Thanks for the report.

*** This bug has been marked as a duplicate of bug 56079 ***


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

end of thread, other threads:[~2013-02-22 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-16 18:14 [Bug fortran/55356] New: ICE with TRANSFER of C_NULL_PTR juno.krahn at nih dot gov
2013-02-22 11:19 ` [Bug fortran/55356] " burnus 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).