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/42888] [4.5 Regression] ICE in fold_convert_loc, at fold-const.c:2670



------- Comment #11 from dominiq at lps dot ens dot fr  2010-01-28 14:58 -------
> This patch does not induce any regressions in the testsuite. However, the
> question is if there are other problems, e.g. when resolve_structure_cons would
> throw an error message.

I did not regtest, but I get a suspicious error:

type_void.f90:28.15:

   use mytypes 
               1
Error: The NULL in the derived type constructor at (1) is being applied to
component 'ptr', which is neither a POINTER nor ALLOCATABLE

for the attached coded.


-- 


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


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