This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/54881] ICE in fold_convert_loc, at fold-const.c:2016
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Oct 2012 07:38:39 +0000
- Subject: [Bug fortran/54881] ICE in fold_convert_loc, at fold-const.c:2016
- Auto-submitted: auto-generated
- References: <bug-54881-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54881
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-10-10 07:38:39 UTC ---
I get the ICE with 4.7.2, but the trunk gives
pr54881.f90:140.24:
call DestroyNode (theNode, lstatus )
1
Error: Actual argument for 'thenode' must be a pointer at (1)
which seems weird (AFAICT theNode is a pointer).