public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
@ 2012-01-31  3:39 aravindvijayan224185 at gmail dot com
  2012-01-31  3:40 ` [Bug fortran/52063] " aravindvijayan224185 at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  3:39 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
@ 2012-01-31  3:40 ` aravindvijayan224185 at gmail dot com
  2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  3:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:35:48 UTC ---
Created attachment 26527
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26527
plf95demolib.mod


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
  2012-01-31  3:40 ` [Bug fortran/52063] " aravindvijayan224185 at gmail dot com
  2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
  2012-01-31  3:45 ` aravindvijayan224185 at gmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  3:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:36:41 UTC ---
Created attachment 26528
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26528
plplot.mod


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
  2012-01-31  3:40 ` [Bug fortran/52063] " aravindvijayan224185 at gmail dot com
@ 2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
  2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  3:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:37:18 UTC ---
Compiles fine with 4.6.2-1.fc16


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (2 preceding siblings ...)
  2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  3:45 ` aravindvijayan224185 at gmail dot com
  2012-01-31  4:54 ` aravindvijayan224185 at gmail dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  3:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:38:01 UTC ---
Narrowed down to:
program x09f95
    use plf95demolib
    integer, parameter :: nptsx=35, xdim=99
    real(kind=8)   :: xg1(xdim), distort
    xg1 = foo (arange(0,nptsx) / dble(nptsx-1), distort)
contains
elemental real(kind=8) function foo( coord, factor )
    real(kind=8), intent(in) :: coord, factor
    foo = 1
end function foo
end program x09f95


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (3 preceding siblings ...)
  2012-01-31  3:45 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  4:54 ` aravindvijayan224185 at gmail dot com
  2012-01-31  5:36 ` aravindvijayan224185 at gmail dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  4:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:39:00 UTC ---
Created attachment 26529
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26529
plf95demolib.f90


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (4 preceding siblings ...)
  2012-01-31  4:54 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  5:36 ` aravindvijayan224185 at gmail dot com
  2012-01-31  6:17 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  5:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:40:30 UTC ---
Created attachment 26530
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26530
the full build log.


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (5 preceding siblings ...)
  2012-01-31  5:36 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  6:17 ` pinskia at gcc dot gnu.org
  2012-01-31  7:33 ` aravindvijayan224185 at gmail dot com
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-31  6:17 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-31 03:42:22 UTC ---
Already filed upstream as PR 52059.  So closing as a dup.

*** This bug has been marked as a duplicate of bug 52059 ***


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (6 preceding siblings ...)
  2012-01-31  6:17 ` pinskia at gcc dot gnu.org
@ 2012-01-31  7:33 ` aravindvijayan224185 at gmail dot com
  2012-01-31  8:43 ` burnus at gcc dot gnu.org
  2012-01-31  8:44 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: aravindvijayan224185 at gmail dot com @ 2012-01-31  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Aravind <aravindvijayan224185 at gmail dot com> 2012-01-31 03:45:10 UTC ---
Oh i am sorry


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (7 preceding siblings ...)
  2012-01-31  7:33 ` aravindvijayan224185 at gmail dot com
@ 2012-01-31  8:43 ` burnus at gcc dot gnu.org
  2012-01-31  8:44 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-01-31  8:43 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-31 08:10:26 UTC ---
(In reply to comment #7)
> Already filed upstream as PR 52059.  So closing as a dup.
(Which was filled less than 7h earlier)

(In reply to comment #8)
> Oh i am sorry

As it is sometimes difficult to find duplicates, you don't have to feel sorry.
In any case, thanks for the bug report and reduced test case.


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

* [Bug fortran/52063] internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080
  2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
                   ` (8 preceding siblings ...)
  2012-01-31  8:43 ` burnus at gcc dot gnu.org
@ 2012-01-31  8:44 ` jakub at gcc dot gnu.org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-01-31  8:44 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-31 08:22:40 UTC ---
But the downstream bugreport from which this has been filed already referenced
the PR52059 bug.


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

end of thread, other threads:[~2012-01-31  8:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31  3:39 [Bug fortran/52063] New: internal compiler error: in gfc_conv_variable, at fortran/trans-expr.c:1080 aravindvijayan224185 at gmail dot com
2012-01-31  3:40 ` [Bug fortran/52063] " aravindvijayan224185 at gmail dot com
2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
2012-01-31  3:43 ` aravindvijayan224185 at gmail dot com
2012-01-31  3:45 ` aravindvijayan224185 at gmail dot com
2012-01-31  4:54 ` aravindvijayan224185 at gmail dot com
2012-01-31  5:36 ` aravindvijayan224185 at gmail dot com
2012-01-31  6:17 ` pinskia at gcc dot gnu.org
2012-01-31  7:33 ` aravindvijayan224185 at gmail dot com
2012-01-31  8:43 ` burnus at gcc dot gnu.org
2012-01-31  8:44 ` jakub 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).