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/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080


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

             Bug #: 52063
           Summary: internal compiler error: in gfc_conv_variable, at
                    fortran/trans-expr.c:1080
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: aravindvijayan224185@gmail.com


Created attachment 26526
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26526
Preprocessed Source

Description of problem:

While building plplot :

cd /builddir/build/BUILD/plplot-5.9.9/fedora/examples/f95 && /usr/bin/gfortran 
 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom
-fasynchronous-unwind-tables 
-I/builddir/build/BUILD/plplot-5.9.9/fedora/bindings/f95
-I/builddir/build/BUILD/plplot-5.9.9/fedora/examples/f95    -c
/builddir/build/BUILD/plplot-5.9.9/examples/f95/x09f.f90 -o
CMakeFiles/x09f95.dir/x09f.f90.o
/builddir/build/BUILD/plplot-5.9.9/examples/f95/x09f.f90:152.22:
        lev(NLEVEL), t, r, theta, delta
                      1
Warning: Unused variable 't' declared at (1)
/builddir/build/BUILD/plplot-5.9.9/examples/f95/x09f.f90: In function 'x09f95':
/builddir/build/BUILD/plplot-5.9.9/examples/f95/x09f.f90:66:0: internal
compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080


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