This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/41755] New: Segfault on invalid code


>From https://bugzilla.novell.com/show_bug.cgi?id=546031

> cat without_comma.f
c         without comma
      common /uno/ aa
      equivalence (aa,aaaaa)   (bb,cc)
      end

>gfortran without_comma.f              
f951: internal compiler error: Violación de segmento           
Please submit a full bug report,                               
with preprocessed source if appropriate.


-- 
           Summary: Segfault on invalid code
           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: rguenth at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]