[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #13 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #11) > > *** Bug 69420 has been marked as a duplicate of this bug. *** > > Yes, but what about pr69419? What about it? It is unrelated.

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #12 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Feb 25 17:32:36 2018 New Revision: 257974 URL: https://gcc.gnu.org/viewcvs?rev=257974&root=gcc&view=rev Log: 2018-02-25 Steven G. Kargl PR fortran/83633

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #11 from Dominique d'Humieres --- > *** Bug 69420 has been marked as a duplicate of this bug. *** Yes, but what about pr69419?

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 kargl at gcc dot gnu.org changed: What|Removed |Added CC||gerhard.steinmetz.fortran@t

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #9 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Feb 25 17:08:51 2018 New Revision: 257972 URL: https://gcc.gnu.org/viewcvs?rev=257972&root=gcc&view=rev Log: 2018-02-25 Steven G. Kargl PR fortran/83633

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Feb 25 16:50:50 2018 New Revision: 257971 URL: https://gcc.gnu.org/viewcvs?rev=257971&root=gcc&view=rev Log: 2018-02-25 Steven G. Kargl PR fortran/83633

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-24 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #7 from Steve Kargl --- On Sun, Feb 25, 2018 at 12:13:09AM +, dominiq at lps dot ens.fr wrote: > > Patched to mailing list. > > Patch at https://gcc.gnu.org/ml/fortran/2018-01/msg00192.html which seems to > have never been applie

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #6 from Dominique d'Humieres --- > Patched to mailing list. Patch at https://gcc.gnu.org/ml/fortran/2018-01/msg00192.html which seems to have never been applied. What is the problem?

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-01-26 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-01-05 Thread weeks at iastate dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #4 from Nathan T. Weeks --- Fortran 2008 appears to have tightened restrictions on explicit-shape arrays in the main program and made this particular case illegal (per section 5.3.8.2 "Explicit-shape array"): C531 (R516) An explicit-

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-01-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 --- Comment #3 from Thomas Koenig --- Also, this does not ICE: integer :: A(command_argument_count()) a = 1 write (*,*) A end

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2018-01-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 Thomas Koenig changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

2017-12-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/83633] New: gfortran internal compiler error for explicit-shape array with non-constant bounds

2017-12-30 Thread weeks at iastate dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83633 Bug ID: 83633 Summary: gfortran internal compiler error for explicit-shape array with non-constant bounds Product: gcc Version: 7.1.0 Status: UNCONFIRMED

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-09 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 Jerry DeLisle changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-09 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 --- Comment #7 from Jerry DeLisle --- I am getting wfdb and will attemt to confirm this bug on non-cygwin.

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-09 Thread ibichind at oswego dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 --- Comment #6 from Isabelle --- I searched for a second cugwin1.dll. I found an old (2004) one however it was not in the path. I deleted it, rebooted, now there is only one. The same error persists.

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-05 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 --- Comment #4 from kargl at gcc dot gnu.org --- (In reply to Isabelle from comment #3) > All of this was working before I upgraded Cygwin, and tried to compile again > ecgpuwave. Did you read the initial error message and follow the direction?

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-05 Thread ibichind at oswego dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 --- Comment #3 from Isabelle --- All of this was working before I upgraded Cygwin, and tried to compile again ecgpuwave.

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-05 Thread ibichind at oswego dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 --- Comment #2 from Isabelle --- It is installed with wfdb package from Physionet: https://www.physionet.org/physiotools/wfdb-windows-quick-start.shtml#c32s The whole package can hte downloaded from: http://physionet.org/physiotools/wfdb.tar.g

[Bug fortran/71770] gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/71770] New: gfortran: internal compiler error: Segmentation fault (program f951)

2016-07-05 Thread ibichind at oswego dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71770 Bug ID: 71770 Summary: gfortran: internal compiler error: Segmentation fault (program f951) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/71032] explicit interface and must not have attributes generates gfortran: internal compiler error: Abort trap: 6 (program f951)

2016-06-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71032 kargl at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/71032] explicit interface and must not have attributes generates gfortran: internal compiler error: Abort trap: 6 (program f951)

2016-05-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71032 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/71032] New: explicit interface and must not have attributes generates gfortran: internal compiler error: Abort trap: 6 (program f951)

2016-05-09 Thread kendrick.killian at colostate dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71032 Bug ID: 71032 Summary: explicit interface and must not have attributes generates gfortran: internal compiler error: Abort trap: 6 (program f951) Product: gcc

[Bug fortran/66979] gfortran internal compiler error with malformed FLUSH statement

2015-10-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/66979] gfortran internal compiler error with malformed FLUSH statement

2015-10-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Oct 2 20:19:32 2015 New Revision: 228423 URL: https://gcc.gnu.org/viewcvs?rev=228423&root=gcc&view=rev Log: 2015-10-01 Steven G. Kargl PR fortran/66979

[Bug fortran/66979] gfortran internal compiler error with malformed FLUSH statement

2015-10-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Fri Oct 2 00:49:28 2015 New Revision: 228364 URL: https://gcc.gnu.org/viewcvs?rev=228364&root=gcc&view=rev Log: 2015-10-01 Steven G. Kargl PR fortran/66979

[Bug fortran/66979] gfortran internal compiler error with malformed FLUSH statement

2015-09-30 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug fortran/66979] gfortran internal compiler error with malformed FLUSH statement

2015-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/66979] New: gfortran internal compiler error with malformed FLUSH statement

2015-07-23 Thread maddenp at colorado dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979 Bug ID: 66979 Summary: gfortran internal compiler error with malformed FLUSH statement Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/56378] [4.6/4.7/4.8 Regression] gfortran internal compiler error

2013-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #8 from Tobias Burnus 2013-02-18 20:08:36 UTC --- (In reply to comment #5) ... > function int_fvec2vec (f_vec, n) result (c_vec) > integer f_vec(:) ... > subroutine lat_to_c (Fp, C) bind(c) ... > call lat_to_c2 (c_loc(fvec2vec(ic

[Bug fortran/56378] [4.6/4.7/4.8 Regression] gfortran internal compiler error

2013-02-18 Thread janus at gcc dot gnu.org
CC||janus at gcc dot gnu.org Summary|gfortran internal compiler |[4.6/4.7/4.8 Regression] |error |gfortran internal compiler ||error --- Comment #7

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #5 from Joost VandeVondele 2013-02-18 18:48:28 UTC --- simplified testcase: module t use, intrinsic :: iso_c_binding interface fvec2vec module procedure int_fvec2vec end interface contains function int_fvec2vec

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 Joost VandeVondele changed: What|Removed |Added Last reconfirmed||2013-02-18 CC|

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread david.sagan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #3 from David Sagan 2013-02-18 16:36:14 UTC --- Somehow the attachment did not get sent with the initial writeup Now it is downloaded. (In reply to comment #1) > (In reply to comment #0) > > 1) Unpack and cd to the attached

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread david.sagan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 --- Comment #2 from David Sagan 2013-02-18 16:34:30 UTC --- Created attachment 29483 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29483 3 *.f90 files and script to run them

[Bug fortran/56378] gfortran internal compiler error

2013-02-18 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug fortran/56378] New: gfortran internal compiler error

2013-02-18 Thread david.sagan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 Bug #: 56378 Summary: gfortran internal compiler error Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/45530] gfortran internal compiler error

2010-09-04 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2010-09-04 19:49 --- FIXED on the trunk (4.6) and on the 4.5 branch. Thanks for the bug report! -- burnus at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/45530] gfortran internal compiler error

2010-09-04 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2010-09-04 19:37 --- Subject: Bug 45530 Author: burnus Date: Sat Sep 4 19:36:47 2010 New Revision: 163866 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163866 Log: 2010-09-04 Tobias Burnus PR fortran/45530 *

[Bug fortran/45530] gfortran internal compiler error

2010-09-04 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2010-09-04 17:47 --- Subject: Bug 45530 Author: burnus Date: Sat Sep 4 17:47:02 2010 New Revision: 163862 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163862 Log: 2010-09-04 Tobias Burnus PR fortran/45530 *

[Bug fortran/45530] gfortran internal compiler error

2010-09-04 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-09-04 16:43 --- The endless loop happens in derived_inaccessible - seemingly called by resolve_fl_namelist (all resolve.c); that check happens before the pointer-components check. Moving the PRIVATE/accessible check _after_ the poin

[Bug fortran/45530] gfortran internal compiler error

2010-09-04 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2010-09-04 08:14 --- CONFIRM. NAG prints: Error: nm2.f90, line 22: Namelist-group-object CURVE has a POINTER component -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/45530] New: gfortran internal compiler error

2010-09-03 Thread david dot sagan at gmail dot com
melist -- David PS: I am working on linux: lnx4103:~/bmad/bmad_dist/test> uname -a Linux lnx4103.lns.cornell.edu 2.6.18-194.11.1.el5 #1 SMP Tue Aug 10 16:39:28 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux -- Summary: gfortran internal compiler error Product: gcc

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #7 from tkoenig at gcc dot gnu dot org 2007-07-19 04:48 --- Test case committed after verifying that it passes. Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2007-07-19 04:47 --- Subject: Bug 32635 Author: tkoenig Date: Thu Jul 19 04:47:29 2007 New Revision: 126742 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126742 Log: 2007-07-19 Thomas Koenig <[EMAIL PROTECTED]> PR tr

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-18 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2007-07-18 17:00 --- I'll commit the test case so there's no regression. Assigning to myself so I don't forget it. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-18 15:43 --- This might have gotten fixed by the patch which fixed PR 32705. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32635

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-18 Thread dir at lanl dot gov
--- Comment #3 from dir at lanl dot gov 2007-07-18 15:39 --- Well, it seems to have been fixed or gone back into hiding - [dranta:~/tests/gfortran-D] dir% gfortran -c -O2 aled7.F [dranta:~/tests/gfortran-D] dir% gfortran --v Using built-in specs. Target: powerpc-apple-darwin8.10.0 Conf

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2007-07-17 21:58 --- Works for me with gcc version 4.3.0 20070715 on i686-pc-linux-gnu. Could this be target specific? -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-10 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2007-07-10 17:23 --- Also fails on suse linux and intel macintosh. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32635

[Bug tree-optimization/32635] [4.3 Regression] gfortran - internal compiler error: verify_ssa failed

2007-07-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/32635] New: gfortran - internal compiler error: verify_ssa failed

2007-07-05 Thread dir at lanl dot gov
ary: gfortran - internal compiler error: verify_ssa failed Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dir at lanl

gfortran internal compiler error

2007-05-28 Thread Jack Saba
Hopefully this is everything you need: output from the gfortran command, the source file, and the .mod and .s files that were generated. GFORTRAN was installed from binary using fink a day or so ago. Since this was my first use of fink, I'm not sure why it got the experimental version. $ unam

[Bug fortran/28809] [gfortran] internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1265

2006-08-22 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #2 from tobias dot burnus at physik dot fu-berlin dot de 2006-08-22 21:08 --- Using gfortran 4.1.2 20060705 (prerelease) (SUSE Linux) and GNU Fortran 95 (GCC) 4.2.0 20060822 (experimental) it compiles and gives the output (from the program): det for matrices bigger than 4x

[Bug fortran/28809] [gfortran] internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1265

2006-08-22 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-08-22 20:53 --- Upgrade your compiler to at least 4.1.1, and try again. Also, you need an explicit interface for the recursive function in your main program interface recursive real function det(a) result(res) real, dimensio

[Bug fortran/28809] New: [gfortran] internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1265

2006-08-22 Thread jchodera at gmail dot com
t (C) 2005 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING -- Summary:

[Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-01 06:53 --- This is actually a dup of bug 24266. *** This bug has been marked as a duplicate of 24266 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25584] gfortran: internal compiler error: Segmentation fault

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25584

[Bug fortran/25584] gfortran: internal compiler error: Segmentation fault

2005-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-28 00:00 --- This is not a dup of bug 25041. This has been fixed since at least 4.1.0 20051112. So closing as fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/25584] New: gfortran: internal compiler error: Segmentation fault

2005-12-27 Thread edoardo dot apra at pnl dot gov
tmp/ccK0rRq0.f:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. Might be a duplicate of 25041 -- Summary: gfortran: internal compiler error: Segmentation

[Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-11-25 Thread haymaker at mail dot utexas dot edu
--- Comment #3 from haymaker at mail dot utexas dot edu 2005-11-26 06:03 --- (In reply to comment #1) > How are you building this? If I fix and run the make_rk script > for all possibilities, I get a 16000+ line program. > I built it with the "r1" option ($make_rk r1) for 1D array de

[Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-11-25 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-11-26 02:49 --- Reduce test case. module z type b character(len=80) :: r(10) end type b contains subroutine a(c) type(b), intent(inout), target :: c write (c%r,"(a)") "death" end subroutine a e

[Bug fortran/25041] gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-11-25 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2005-11-26 00:11 --- How are you building this? If I fix and run the make_rk script for all possibilities, I get a 16000+ line program. -- kargl at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/25041] New: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90'

2005-11-25 Thread haymaker at mail dot utexas dot edu
mentioned in bug #22160 just fine. -- Summary: gfortran internal compiler error: Segmentation fault when compiling 'rksuite_90' Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: major Priority: P3 Component

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-10-03 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-03 19:43 --- *** Bug 24179 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-09-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-12 15:21 --- Fixed at least on the mainline. -- What|Removed |Added Status|NEW

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-09-11 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-11 22:01 --- Aren't these fixed? Trying to compile these testcases with an up-to-date compiler, I don't get ICEs... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20971

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-08-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-11 12:47 --- *** Bug 23323 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/22160] gfortran internal compiler error: Segmentation fault

2005-06-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-23 12:48 --- This is a dup of bug 15966. Thanks for your report. *** This bug has been marked as a duplicate of 15966 *** -- What|Removed |Added

[Bug fortran/22160] New: gfortran internal compiler error: Segmentation fault

2005-06-23 Thread jochen at fhi-berlin dot mpg dot de
ate. See http://bugzilla.redhat.com/bugzilla> for instructions. Have reported bug to Redhat as well. -- Summary: gfortran internal compiler error: Segmentation fault Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical

[Bug fortran/20954] gfortran - internal compiler error with -fdefault-integer-8

2005-05-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-18 11:16 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/20954] gfortran - internal compiler error with -fdefault-integer-8

2005-05-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-18 10:01 --- Subject: Bug 20954 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-18 10:00:57 Modified files: gcc/testsuite : Change

[Bug fortran/20954] gfortran - internal compiler error with -fdefault-integer-8

2005-05-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-18 09:54 --- Subject: Bug 20954 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-18 09:54:21 Modified files: gcc/testsuite : ChangeLog gcc/fortran: C

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-05-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-06 13:52 --- *** Bug 21415 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20954] gfortran - internal compiler error with -fdefault-integer-8

2005-04-15 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-04-15 15:12 --- This error is killing "-fdefault-integer-8" - I hit it in almost every program I try to compile. Here is another example - [dranta:~/tests] dir% gfortran -fdefault-integer-8 -c d8test3.f d8test3.f: In function 'MAIN__'

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-04-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-13 10:03 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-04-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-13 10:03 --- *** Bug 20986 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-04-12 Thread giovannibajo at libero dot it
-- What|Removed |Added Keywords||ice-on-invalid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20971

[Bug fortran/20971] gfortran - internal compiler error on bad program -fdefault-integer-8

2005-04-12 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 16:09 --- (In reply to comment #0) > program main > character*6 hed > character*6 final > data final /'stop' / > if (hed(1).eq.final) stop if(hed(1:1).eq.final) stop > stop

[Bug fortran/20971] New: gfortran - internal compiler error on bad program -fdefault-integer-8

2005-04-12 Thread dir at lanl dot gov
op stop end -- Summary: gfortran - internal compiler error on bad program - fdefault-integer-8 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran As

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-12 Thread dir at lanl dot gov
--- Additional Comments From dir at lanl dot gov 2005-04-12 13:57 --- Subject: Re: gfortran - internal compiler error with -fdefault-real-8 Macintosh 10.3.8 > --- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 > 00:04 --- > (In reply to c

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 00:15 --- > > powerpc-apple-darwin7.8.0 > Must be target specific troutmask:kargl[204] cat ki.f subroutine prncp3 common /concrt/ sigma(6) equivalence (sigma(1),p1) sigma(1)=sin(phi + 2.*pi/3

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 00:11 --- (In reply to comment #2) > Dale, what OS are you using? The above compiles > fine on amd64-*-freebsd. powerpc-apple-darwin7.8.0 Also make sure that you are using -fdefault-real-8, I could confirm it on

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-04-12 00:04 --- (In reply to comment #0) > subroutine prncp3 > common /concrt/ sigma(6) > equivalence (sigma(1),p1) > sigma(1)=sin(phi + 2.*pi/3.d0) > return > end Dale, what OS are you us

[Bug fortran/20956] gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 21:01 --- *** This bug has been marked as a duplicate of 20120 *** -- What|Removed |Added

[Bug fortran/20956] New: gfortran - internal compiler error with -fdefault-real-8

2005-04-11 Thread dir at lanl dot gov
Summary: gfortran - internal compiler error with -fdefault-real-8 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: di

[Bug fortran/20954] gfortran - internal compiler error with -fdefault-integer-8

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 20:14 --- Confirmed, I might have a fix soon. -- What|Removed |Added CC|

[Bug fortran/20954] New: gfortran - internal compiler error with -fdefault-integer-8

2005-04-11 Thread dir at lanl dot gov
fn='output' lrecl=4048 open (2,file=nfn,access='direct',form='unformatted' 1,recl=lrecl,status='unknown') stop end -- Summary: gfortran - internal compiler error with -fdefault- integer-8

Re: gfortran internal compiler error - "Please submit a full bug report" being attempted

2004-10-20 Thread Andrew Pinski
On Oct 20, 2004, at 9:21 AM, Gordon Sande wrote: Reporting the bug requires setting up my 1,070,045th user account somewhere so I will use the email version as the gccbug script exists somewhere else. Mac Os X 10.3.5 Dual 1.8 G5 Mac standard configuration, i.e middle model before first speed bu

gfortran internal compiler error - "Please submit a full bug report" being attempted

2004-10-20 Thread Gordon Sande
Reporting the bug requires setting up my 1,070,045th user account somewhere so I will use the email version as the gccbug script exists somewhere else. Mac Os X 10.3.5 Dual 1.8 G5 Mac standard configuration, i.e middle model before first speed bump "sudo fink install gfortran" used to insta