This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51943] [OOP] ICE in conv_function_val
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 22 Jan 2012 17:54:11 +0000
- Subject: [Bug fortran/51943] [OOP] ICE in conv_function_val
- Auto-submitted: auto-generated
- References: <bug-51943-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51943
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
Summary|the compile declares an |[OOP] ICE in
|internal error when |conv_function_val
|compiling a fortran 2003 |
|source file |
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-22 17:54:11 UTC ---
I think this issue is a duplicate of PR 51870 - and of PR 48705. At least the
program works with a draft patch for those PRs.
Note that I had to comment the USE statement in the example and replace it by a
"logical :: debugging" line.