[Bug fortran/82086] namelist read with repeat count fails when item is member of array of structures

2018-06-29 Thread jsberg at bnl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82086 --- Comment #11 from jsberg at bnl dot gov --- Presumably the "repeat count too large" test fails. The basic requirement is that the number of input values cannot exceed the number of number of items in the designator to the left;

[Bug fortran/82086] namelist read with repeat count fails when item is member of array of structures

2018-01-29 Thread jsberg at bnl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82086 --- Comment #7 from jsberg at bnl dot gov --- As to why I think this is a bug (and why I think Intel's compiler is doing the right thing), referencing the 2008 standard (N1830): 10.11.2, paragraph 2: Each object designator shall begin w

[Bug fortran/82086] New: namelist read with repeat count fails when item is member of array of structures

2017-09-02 Thread jsberg at bnl dot gov
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jsberg at bnl dot gov Target Milestone: --- This program: program t170902a implicit none type t character(64) :: c='' end type t type(t), di

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #8 from jsberg at bnl dot gov 2005-10-05 19:41 --- Yup, I pulled the CVS and it works for me to. -- jsberg at bnl dot gov changed: What|Removed |Added

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #6 from jsberg at bnl dot gov 2005-10-05 13:35 --- Created an attachment (id=9893) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9893&action=view) precision_constants.mod Sorry about that--I don't know much about fortran9x... -- http://gcc.gnu.

[Bug fortran/24204] ICE (segfault)

2005-10-05 Thread jsberg at bnl dot gov
--- Comment #5 from jsberg at bnl dot gov 2005-10-05 13:31 --- Created an attachment (id=9891) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9891&action=view) tpsalie_analysis.mod -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug fortran/24204] ICE (segfault)

2005-10-04 Thread jsberg at bnl dot gov
--- Comment #3 from jsberg at bnl dot gov 2005-10-04 22:35 --- $ gfortran4 -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.2/configure --prefix=/opt/gcc-4.0.2 --program-suffix=4 --enable-threads --with-arch=pentium4 --with-tune=pentium4 --enable

[Bug fortran/24204] ICE (segfault)

2005-10-04 Thread jsberg at bnl dot gov
--- Comment #2 from jsberg at bnl dot gov 2005-10-04 22:34 --- Created an attachment (id=9885) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9885&action=view) Small change from previous, this one doesn't ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug fortran/24204] ICE (segfault)

2005-10-04 Thread jsberg at bnl dot gov
--- Comment #1 from jsberg at bnl dot gov 2005-10-04 22:33 --- Created an attachment (id=9884) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9884&action=view) The source file that fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204

[Bug fortran/24204] New: ICE (segfault)

2005-10-04 Thread jsberg at bnl dot gov
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsberg at bnl dot gov GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24204