This is the mail archive of the gcc@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]

Re: lno-branch vs ptr-to-member



On Jun 8, 2004, at 12:38 PM, Zdenek Dvorak wrote:


I'm not familiar enough with ptr-to-member to figure out what it ought
to be doing,
but this isn't it.

neither do I. From what you describe it seems that chrec_convert
decides that it does not know anything special to do with the conversion (which
is OK) and just passes it to convert (which seems OK to me), which probably
should be able to handle it somehow (the other possibility being that
the gimplified code is wrong).

OK, I guess we need help from the experts in those areas to tell which
of these is true. I'll try working around it by not trying to do this particular
conversion, but I tend to agree that's not the right fix.


This is PR 15881.


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