[Bug fortran/42353] [OOP] Bogus Error: Name 'vtype$...' at (1) is an ambiguous reference ...
anlauf at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Dec 28 21:44:00 GMT 2009
------- Comment #12 from anlauf at gmx dot de 2009-12-28 21:44 -------
Created an attachment (id=19404)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19404&action=view)
Sample code for ICE
Janus,
I have attached a version that results in the following ICE after your patch
was applied. The error message reads:
gfcbug96c.f90:144:0: internal compiler error: Segmentation fault
[When I use an older trunk version from early December, the ICE appears in
a different place, like
gfcbug96c.f90:102:0: internal compiler error: Segmentation fault
besides the now solved 'vtype$...' problem.]
I have indicated a few lines in the code which can be commented out
to get rid of the ICE. It looks like another public/private issue.
I am not sure how to figure out whether this ICE is related to a
known issue, maybe PR 41869 or PR 42274 are candidates, or a leftover.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42353
More information about the Gcc-bugs
mailing list