public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/56535] New: ICE: in build2_stat, at tree.c:3885 when compiling with -fsanitize=address
@ 2013-03-05 13:52 dominiq at lps dot ens.fr
  2013-03-16  8:04 ` [Bug sanitizer/56535] " markus at trippelsdorf dot de
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-03-05 13:52 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56535
           Summary: ICE: in build2_stat, at tree.c:3885 when compiling
                    with -fsanitize=address
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: jakub@redhat.com, janus@gcc.gnu.org


The following tests

FAIL: gfortran.dg/allocate_alloc_opt_10.f90  -O*  (internal compiler error)
FAIL: gfortran.dg/class_allocate_1.f03  -O*  (internal compiler error)
FAIL: gfortran.dg/class_allocate_12.f90  -O*  (internal compiler error)
FAIL: gfortran.dg/class_allocate_3.f03  -O*  (internal compiler error)
FAIL: gfortran.dg/class_allocate_6.f03  -O*  (internal compiler error)
FAIL: gfortran.dg/class_defined_operator_1.f03  -O*  (internal compiler error)
FAIL: gfortran.dg/typebound_operator_9.f03  -O*  (internal compiler error)

fail to compile with -fsanitize=address. The error is the same

... internal compiler error: in build2_stat, at tree.c:3885

Reduced test case from class_allocate_1.f03

 implicit none

 type t1
   integer :: comp = 5
   class(t1),pointer :: cc
 end type

 type, extends(t1) :: t2
   integer :: j
 end type

 class(t1),pointer :: cp, cp2

 allocate(t2 :: cp2)
 allocate(cp, source = cp2)
 deallocate(cp)
 deallocate(cp2)

end


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

end of thread, other threads:[~2014-05-02  9:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-05 13:52 [Bug fortran/56535] New: ICE: in build2_stat, at tree.c:3885 when compiling with -fsanitize=address dominiq at lps dot ens.fr
2013-03-16  8:04 ` [Bug sanitizer/56535] " markus at trippelsdorf dot de
2013-03-16 11:39 ` dominiq at lps dot ens.fr
2013-04-26 17:25 ` dominiq at lps dot ens.fr
2013-09-01 19:51 ` dominiq at lps dot ens.fr
2013-09-03 11:05 ` dominiq at lps dot ens.fr
2013-09-09 13:15 ` dominiq at lps dot ens.fr
2013-09-09 15:40 ` markus at trippelsdorf dot de
2014-01-07 16:12 ` dominiq at lps dot ens.fr
2014-01-07 16:33 ` trippels at gcc dot gnu.org
2014-01-07 18:33 ` trippels at gcc dot gnu.org
2014-05-02  9:27 ` dominiq at lps dot ens.fr

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).