public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/43179]  New: ICE invalid if accessing array member of non-array
@ 2010-02-25 18:33 burnus at gcc dot gnu dot org
  2010-02-26  7:35 ` [Bug fortran/43179] " pault at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-02-25 18:33 UTC (permalink / raw)
  To: gcc-bugs

subroutine bar
type t
  integer, allocatable :: a(:)
end type t
type(t)  :: foo
if (allocated(foo(1)%a)) call abort()
end


-- 
           Summary: ICE invalid if accessing array member of non-array
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <bug-43179-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2013-01-15 21:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-25 18:33 [Bug fortran/43179] New: ICE invalid if accessing array member of non-array burnus at gcc dot gnu dot org
2010-02-26  7:35 ` [Bug fortran/43179] " pault at gcc dot gnu dot org
2010-02-26  7:54 ` burnus at gcc dot gnu dot org
2010-02-26 10:26 ` burnus at gcc dot gnu dot org
2010-05-18 22:44 ` dfranke at gcc dot gnu dot org
2010-06-24 15:42 ` pault at gcc dot gnu dot org
2010-07-15 21:57 ` dfranke at gcc dot gnu dot org
2010-07-18  7:09 ` pault at gcc dot gnu dot org
     [not found] <bug-43179-4@http.gcc.gnu.org/bugzilla/>
2010-12-30  2:40 ` dfranke at gcc dot gnu.org
2012-02-05 17:37 ` dominiq at lps dot ens.fr
2013-01-15 21:37 ` mikael 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).