public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/45438] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
@ 2010-08-28  9:04 ` sfilippone at uniroma2 dot it
  2010-08-28 10:27 ` janus at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sfilippone at uniroma2 dot it @ 2010-08-28  9:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sfilippone at uniroma2 dot it  2010-08-28 09:04 -------
Created an attachment (id=21581)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21581&action=view)
test case


-- 


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


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

* [Bug fortran/45438]  New: [OOP] ICE with -fcheck=pointer
@ 2010-08-28  9:04 sfilippone at uniroma2 dot it
  2010-08-28  9:04 ` [Bug fortran/45438] " sfilippone at uniroma2 dot it
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sfilippone at uniroma2 dot it @ 2010-08-28  9:04 UTC (permalink / raw)
  To: gcc-bugs

Hello,
Trying to debug another issue, I have found this ICE, trunk at r163595

[sfilippo@localhost bug22]$ gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/gnu46/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr/local/gnu46
--enable-languages=c,c++,fortran : (reconfigured) ../gcc/configure
--prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.6.0 20100827 (experimental) (GCC) 
[sfilippo@localhost bug22]$ gfortran -ggdb -c bug22.f03
[sfilippo@localhost bug22]$ gfortran -ggdb -fcheck=pointer -c bug22.f03
bug22.f03: In function 'base_get_nz_row':
bug22.f03:58:0: 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.


-- 
           Summary: [OOP] ICE with -fcheck=pointer
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sfilippone at uniroma2 dot it
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug fortran/45438] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
  2010-08-28  9:04 ` [Bug fortran/45438] " sfilippone at uniroma2 dot it
@ 2010-08-28 10:27 ` janus at gcc dot gnu dot org
  2010-08-28 10:29 ` dominiq at lps dot ens dot fr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: janus at gcc dot gnu dot org @ 2010-08-28 10:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

janus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-28 10:27:07
               date|                            |


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


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

* [Bug fortran/45438] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
  2010-08-28  9:04 ` [Bug fortran/45438] " sfilippone at uniroma2 dot it
  2010-08-28 10:27 ` janus at gcc dot gnu dot org
@ 2010-08-28 10:29 ` dominiq at lps dot ens dot fr
  2010-08-30 16:02 ` [Bug fortran/45438] [4.6 Regression] " rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens dot fr @ 2010-08-28 10:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2010-08-28 10:29 -------
Confirmed as a regression appearing between revisions 158215 and 158921, the
seg fault is:

Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000048
gfc_conv_procedure_call (se=0x7fff5fbfd6b0, sym=0x141921b10, arg=0x1419266f0,
expr=0x0, append_args=0x0) at ../../work/gcc/fortran/trans-expr.c:3171
3171              if (attr->optional)


-- 


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


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

* [Bug fortran/45438] [4.6 Regression] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
                   ` (2 preceding siblings ...)
  2010-08-28 10:29 ` dominiq at lps dot ens dot fr
@ 2010-08-30 16:02 ` rguenth at gcc dot gnu dot org
  2010-09-20 16:30 ` janus at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-08-30 16:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug fortran/45438] [4.6 Regression] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
                   ` (3 preceding siblings ...)
  2010-08-30 16:02 ` [Bug fortran/45438] [4.6 Regression] " rguenth at gcc dot gnu dot org
@ 2010-09-20 16:30 ` janus at gcc dot gnu dot org
  2010-09-20 17:41 ` janus at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: janus at gcc dot gnu dot org @ 2010-09-20 16:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from janus at gcc dot gnu dot org  2010-09-20 16:29 -------
Here is a reduced test case:


module base_mat_mod

  type  :: base_sparse_mat
  contains 
    procedure :: get_fmt
  end type

contains

  function get_fmt(a) result(res)
    implicit none 
    class(base_sparse_mat), intent(in) :: a
    character(len=5) :: res
    res = 'NULL'
  end function

  subroutine errlog(name)
    character(len=*) :: name
  end subroutine

  subroutine test (a)
    implicit none 
    class(base_sparse_mat), intent(in) :: a
    call errlog(a%get_fmt())
  end subroutine

end module


-- 


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


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

* [Bug fortran/45438] [4.6 Regression] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
                   ` (4 preceding siblings ...)
  2010-09-20 16:30 ` janus at gcc dot gnu dot org
@ 2010-09-20 17:41 ` janus at gcc dot gnu dot org
  2010-09-20 21:43 ` janus at gcc dot gnu dot org
  2010-09-20 21:44 ` janus at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: janus at gcc dot gnu dot org @ 2010-09-20 17:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janus at gcc dot gnu dot org  2010-09-20 17:41 -------
Mine (have a patch).


-- 

janus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |janus at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-08-28 10:27:07         |2010-09-20 17:41:21
               date|                            |


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


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

* [Bug fortran/45438] [4.6 Regression] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
                   ` (5 preceding siblings ...)
  2010-09-20 17:41 ` janus at gcc dot gnu dot org
@ 2010-09-20 21:43 ` janus at gcc dot gnu dot org
  2010-09-20 21:44 ` janus at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: janus at gcc dot gnu dot org @ 2010-09-20 21:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janus at gcc dot gnu dot org  2010-09-20 21:43 -------
Subject: Bug 45438

Author: janus
Date: Mon Sep 20 21:42:54 2010
New Revision: 164462

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164462
Log:
2010-09-20  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/45438
        * trans-expr.c (gfc_conv_procedure_call): Fix pointer checking for
        TBPs, PPCs and pointer/allocatable components.

2010-09-20  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/45438
        * gfortran.dg/pointer_check_7.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/pointer_check_7.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/45438] [4.6 Regression] [OOP] ICE with -fcheck=pointer
  2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
                   ` (6 preceding siblings ...)
  2010-09-20 21:43 ` janus at gcc dot gnu dot org
@ 2010-09-20 21:44 ` janus at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: janus at gcc dot gnu dot org @ 2010-09-20 21:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from janus at gcc dot gnu dot org  2010-09-20 21:44 -------
Fixed with r164462. Closing.


-- 

janus at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-09-20 21:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-28  9:04 [Bug fortran/45438] New: [OOP] ICE with -fcheck=pointer sfilippone at uniroma2 dot it
2010-08-28  9:04 ` [Bug fortran/45438] " sfilippone at uniroma2 dot it
2010-08-28 10:27 ` janus at gcc dot gnu dot org
2010-08-28 10:29 ` dominiq at lps dot ens dot fr
2010-08-30 16:02 ` [Bug fortran/45438] [4.6 Regression] " rguenth at gcc dot gnu dot org
2010-09-20 16:30 ` janus at gcc dot gnu dot org
2010-09-20 17:41 ` janus at gcc dot gnu dot org
2010-09-20 21:43 ` janus at gcc dot gnu dot org
2010-09-20 21:44 ` janus 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).