public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault
@ 2013-07-25  7:32 knyyys at gmail dot com
  2013-07-25  8:35 ` [Bug fortran/57978] " burnus at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: knyyys at gmail dot com @ 2013-07-25  7:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57978
           Summary: f951: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: knyyys at gmail dot com

Created attachment 30549
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30549&action=edit
Error inducing source Time_series.f90, dependencies, makefile

Compiling on RHEL 6.4. No .i90 file was created, only .s. I've attached the
makefile, source code which causes the crash (Time_series.f90) and its
dependencies. The code compiles and works as intended with ifort 12.1.4 on
CentOS 6.4.

Output: 
---
gfortran -c -g -save-temps -fopenmp -fbacktrace -fbounds-check
-ffree-line-length-none -fno-aggressive-loop-optimizations -finit-integer=0
-Wall -Wextra Time_series.f90
f951: internal compiler error: Segmentation fault
0x869a9f crash_signal
    ../../gcc-4.8.1/gcc/toplev.c:332
0x568bd6 conformable_arrays
    ../../gcc-4.8.1/gcc/fortran/resolve.c:7077
0x568bd6 resolve_allocate_expr
    ../../gcc-4.8.1/gcc/fortran/resolve.c:7247
0x568bd6 resolve_allocate_deallocate
    ../../gcc-4.8.1/gcc/fortran/resolve.c:7670
0x56b026 resolve_code
    ../../gcc-4.8.1/gcc/fortran/resolve.c:10335
0x569f5b gfc_resolve_blocks(gfc_code*, gfc_namespace*)
    ../../gcc-4.8.1/gcc/fortran/resolve.c:9449
0x56a1ba resolve_code
    ../../gcc-4.8.1/gcc/fortran/resolve.c:10121
0x569f5b gfc_resolve_blocks(gfc_code*, gfc_namespace*)
    ../../gcc-4.8.1/gcc/fortran/resolve.c:9449
0x56a1ba resolve_code
    ../../gcc-4.8.1/gcc/fortran/resolve.c:10121
0x56cd1e resolve_codes
    ../../gcc-4.8.1/gcc/fortran/resolve.c:14975
0x56cc27 resolve_codes
    ../../gcc-4.8.1/gcc/fortran/resolve.c:14961
0x55dbf2 gfc_resolve
    ../../gcc-4.8.1/gcc/fortran/resolve.c:15003
0x5522d6 gfc_parse_file()
    ../../gcc-4.8.1/gcc/fortran/parse.c:4614
0x58de25 gfc_be_parse_file
    ../../gcc-4.8.1/gcc/fortran/f95-lang.c:189
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [Time_series.o] Error 1
---


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
@ 2013-07-25  8:35 ` burnus at gcc dot gnu.org
  2013-07-25  9:32 ` knyyys at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-07-25  8:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Karin Nyström from comment #0)
> Created attachment 30549 [details]
> Error inducing source Time_series.f90, dependencies, makefile

At least Parameters.f90 is missing, which is required by Time_series.f90 and
Weathertypes.f90.
>From gcc-bugs-return-426671-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 08:41:46 2013
Return-Path: <gcc-bugs-return-426671-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 1725 invoked by alias); 25 Jul 2013 08:41:46 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 1625 invoked by uid 48); 25 Jul 2013 08:41:42 -0000
From: "janus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/57639] [OOP] ICE with polymorphism (and illegal code)
Date: Thu, 25 Jul 2013 08:41:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-on-invalid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: janus at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: janus at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-57639-4-Tsx7RQ6HYO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57639-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57639-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01178.txt.bz2
Content-length: 1058

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW639

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from janus at gcc dot gnu.org ---
Fixed with r201239. Closing.


Author: janus
Date: Thu Jul 25 08:26:36 2013
New Revision: 201239

URL: http://gcc.gnu.org/viewcvs?rev 1239&root=gcc&view=rev
Log:
2013-07-25  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/57639
    * interface.c (compare_parameter): Check for class_ok.
    * simplify.c (gfc_simplify_same_type_as): Ditto.

2013-07-25  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/57639
    * gfortran.dg/unlimited_polymorphic_9.f90: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_9.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/interface.c
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
  2013-07-25  8:35 ` [Bug fortran/57978] " burnus at gcc dot gnu.org
@ 2013-07-25  9:32 ` knyyys at gmail dot com
  2013-07-25 11:49 ` Joost.VandeVondele at mat dot ethz.ch
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: knyyys at gmail dot com @ 2013-07-25  9:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Karin Nyström <knyyys at gmail dot com> ---
Created attachment 30550
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30550&action=edit
Parameters.f90 (missing in archive)

Sorry about that. All dependencies should be there now.
>From gcc-bugs-return-426682-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 09:44:46 2013
Return-Path: <gcc-bugs-return-426682-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2799 invoked by alias); 25 Jul 2013 09:44:46 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 2739 invoked by uid 48); 25 Jul 2013 09:44:44 -0000
From: "akansh_agrawal25 at yahoo dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/57983] New: cmakefiles/opencv_perf_gpu.dir
Date: Thu, 25 Jul 2013 09:44:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 4.6.3
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: akansh_agrawal25 at yahoo dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-57983-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01189.txt.bz2
Content-length: 663

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW983

            Bug ID: 57983
           Summary: cmakefiles/opencv_perf_gpu.dir
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: akansh_agrawal25 at yahoo dot com

Hey i am downloading opencv-2.4.6.1 on raspberry pi debian wheezy...while
running make command it got stuck with this:
internal compiler error
Please send a full bug report.
error installing cmakefiles/opencv_perf_gpu.dir..

could anyone please suggest how to fix this bug.


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
  2013-07-25  8:35 ` [Bug fortran/57978] " burnus at gcc dot gnu.org
  2013-07-25  9:32 ` knyyys at gmail dot com
@ 2013-07-25 11:49 ` Joost.VandeVondele at mat dot ethz.ch
  2013-07-25 11:56 ` knyyys at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2013-07-25 11:49 UTC (permalink / raw)
  To: gcc-bugs

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

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat dot ethz
                   |                            |.ch

--- Comment #3 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
(In reply to Karin Nyström from comment #2)
> Sorry about that. All dependencies should be there now.

logini.inc ?
>From gcc-bugs-return-426688-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 11:53:14 2013
Return-Path: <gcc-bugs-return-426688-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4804 invoked by alias); 25 Jul 2013 11:53:13 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4695 invoked by uid 48); 25 Jul 2013 11:53:10 -0000
From: "Joost.VandeVondele at mat dot ethz.ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/57978] f951: internal compiler error: Segmentation fault
Date: Thu, 25 Jul 2013 11:53:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: Joost.VandeVondele at mat dot ethz.ch
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on everconfirmed
Message-ID: <bug-57978-4-q1lGW8gtOu@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01195.txt.bz2
Content-length: 631

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW978

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-07-25
     Ever confirmed|0                           |1

--- Comment #4 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
(In reply to Joost VandeVondele from comment #3)
> logini.inc ?

OK... generated by the makefile. Bug reproduces with 4.8 branch.


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
                   ` (2 preceding siblings ...)
  2013-07-25 11:49 ` Joost.VandeVondele at mat dot ethz.ch
@ 2013-07-25 11:56 ` knyyys at gmail dot com
  2013-07-25 12:09 ` burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: knyyys at gmail dot com @ 2013-07-25 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Karin Nyström <knyyys at gmail dot com> ---
Created attachment 30551
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30551&action=edit
logini.inc

logini.inc is normally created by the makefile which is why I forgot that one
as well >.< Here it is.
>From gcc-bugs-return-426690-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 12:05:01 2013
Return-Path: <gcc-bugs-return-426690-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 21302 invoked by alias); 25 Jul 2013 12:05:01 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 21216 invoked by uid 48); 25 Jul 2013 12:04:58 -0000
From: "Joost.VandeVondele at mat dot ethz.ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/57978] f951: internal compiler error: Segmentation fault
Date: Thu, 25 Jul 2013 12:05:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: Joost.VandeVondele at mat dot ethz.ch
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57978-4-6fNqCjHKwz@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01197.txt.bz2
Content-length: 607

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW978

--- Comment #6 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
Reduced testcase:

  subroutine Change_calendar (ts_arr, target_calendar)
    integer, dimension(1) :: NO_DAY = (/ 0 /), ONE_DAY = (/ 180 /)
    integer, allocatable  :: diffdays(:), diffdays_leap(:)
          allocate (diffdays, source=NO_DAY)
  end subroutine Change_calendar

for 4.8 gives a segfault, for 4.9 reports:

small.f90:4.20:

          allocate (diffdays, source=NO_DAY)
                    1
Error: Array specification required in ALLOCATE statement at (1)


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
                   ` (3 preceding siblings ...)
  2013-07-25 11:56 ` knyyys at gmail dot com
@ 2013-07-25 12:09 ` burnus at gcc dot gnu.org
  2013-07-25 12:12 ` knyyys at gmail dot com
  2013-07-25 12:21 ` knyyys at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-07-25 12:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Joost VandeVondele from comment #6)
> for 4.8 gives a segfault

Which has seemingly be fixed in GCC 4.9.


> for 4.9 reports:
>           allocate (diffdays, source=NO_DAY)
>                     1
> Error: Array specification required in ALLOCATE statement at (1)

I think the compiler is right that your code is invalid Fortran 2003.

However, if NO_DAY is an array, it is valid Fortran 2008. That's tracked in
PR44672


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
                   ` (4 preceding siblings ...)
  2013-07-25 12:09 ` burnus at gcc dot gnu.org
@ 2013-07-25 12:12 ` knyyys at gmail dot com
  2013-07-25 12:21 ` knyyys at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: knyyys at gmail dot com @ 2013-07-25 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Karin Nyström <knyyys at gmail dot com> ---
NO_DAY is an array
>From gcc-bugs-return-426693-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 12:15:52 2013
Return-Path: <gcc-bugs-return-426693-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10916 invoked by alias); 25 Jul 2013 12:15:52 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 10811 invoked by uid 48); 25 Jul 2013 12:15:48 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/57978] f951: internal compiler error: Segmentation fault
Date: Thu, 25 Jul 2013 12:15:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-57978-4-G0KPmTthXS@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57978-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01200.txt.bz2
Content-length: 633

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW978

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Closed as FIXED as the internal error is fixed.

For the feature wish (support of Fortran 2008's SOURCE= without array spec),
see PR 44672.

Hopefully, someone finds time to implement that feature relatively soonish.


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

* [Bug fortran/57978] f951: internal compiler error: Segmentation fault
  2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
                   ` (5 preceding siblings ...)
  2013-07-25 12:12 ` knyyys at gmail dot com
@ 2013-07-25 12:21 ` knyyys at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: knyyys at gmail dot com @ 2013-07-25 12:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Karin Nyström <knyyys at gmail dot com> ---
Thanks for looking into this so quickly, will upgrading gcc and following that
feature request.
>From gcc-bugs-return-426697-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jul 25 12:21:46 2013
Return-Path: <gcc-bugs-return-426697-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 27555 invoked by alias); 25 Jul 2013 12:21:46 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 27466 invoked by uid 48); 25 Jul 2013 12:21:43 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/44672] [F2008] ALLOCATE with SOURCE and no array-spec
Date: Thu, 25 Jul 2013 12:21:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 4.6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-44672-4-oXhZQN47Dd@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-44672-4@http.gcc.gnu.org/bugzilla/>
References: <bug-44672-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01204.txt.bz2
Content-length: 360

http://gcc.gnu.org/bugzilla/show_bug.cgi?idD672

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #1)
> Duplicate of pr45440?

It's related but not a duplicate. (Some items in the comments of the PR might
be.)

However, PR44529 and PR57978 are duplicates. (And PR47616 is also a related
bug.)


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

end of thread, other threads:[~2013-07-25 12:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-25  7:32 [Bug fortran/57978] New: f951: internal compiler error: Segmentation fault knyyys at gmail dot com
2013-07-25  8:35 ` [Bug fortran/57978] " burnus at gcc dot gnu.org
2013-07-25  9:32 ` knyyys at gmail dot com
2013-07-25 11:49 ` Joost.VandeVondele at mat dot ethz.ch
2013-07-25 11:56 ` knyyys at gmail dot com
2013-07-25 12:09 ` burnus at gcc dot gnu.org
2013-07-25 12:12 ` knyyys at gmail dot com
2013-07-25 12:21 ` knyyys at gmail dot com

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