This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/24978] ICE in gfc_assign_data_value_range



------- Comment #9 from pault at gcc dot gnu dot org  2006-10-30 21:34 -------
Steve and Jerry,

> laptop:kargl[209] f95 -o z t.f90
> Error: t.f90, line 3: Element no. 13 of object A already initialised
> Errors in declarations, no further processing for $main$
> [f95 error termination]
> 
 The standard is very specific that no variable or element thereof should be
intialized more than once.  I cannot give you chapter and verse right now but I
looked at this PR once and decided that the time was not quite right.

Jerry, dependency.c has a lot of code for checking the overlap between array
references; you could maybe use/hijack some of it.

Paul


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]