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/81758] [OOP] Broken vtab


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81758

--- Comment #2 from DIL <liakhdi at ornl dot gov> ---
No, at this point I do not, unfortunately. These OOP bugs tend to show up at
higher levels, so it is not always clear how to reduce it to something small. I
will try to reduce it to something smaller, but not sure how far. For example,
the current problem shows up in the implementation of a vector container
(gfc_vector.F90), but only when it is used to implement something more complex,
specifically the graph container in this case (gfc_graph.F90). The latter uses
three containers in its implementation: vector, list, and dictionary, so it
depends on all of those.

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