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]

Re: Linux/PPC gcc 2.95.2 - bad access generated when using inline func


At 18:36 07.07.00, Richard Henderson wrote:
> > Can I leave the equality test turned on for ALL targets for a
> > while, until I know which are real XFAIL's?
>
>No.  I don't like the notion of equality tests for __bra(0) at all.
>Equality tests for __bra(1) should be ok, even for alpha (since you
>will get NULL).

I meant something like this:

main---------bra0test1
        |  |--bra0test2
        |  |--bra0test3
        |
        |---sub1----bra1test1
                 |--bra1test2
                 |--bra1test3

And then verify in main that all 6 results are equal.

Franz.


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