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;
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
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
--- 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
--- 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.
--- 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
--- 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
--- 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
--- 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
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
10 matches
Mail list logo