This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Linux/PPC gcc 2.95.2 - bad access generated when using inline func
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: Linux/PPC gcc 2.95.2 - bad access generated when using inline func
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Fri, 07 Jul 2000 18:44:54 +0200
- Cc: rearnsha at arm dot com,Geoff Keating <geoffk at cygnus dot com>,cort at fsmlabs dot com,gcc-bugs at gcc dot gnu dot org
- References: <4.3.2.7.2.20000707144628.00e533a0@mail.lauterbach.com><4.3.2.7.2.20000630151430.033a7a20@mail.lauterbach.com><Your <4.3.2.7.2.20000630142601.00de6280@mail.lauterbach.com><200006301244.NAA10398@cam-mail2.cambridge.arm.com><4.3.2.7.2.20000630151430.033a7a20@mail.lauterbach.com><20000706225137.C30004@cygnus.com><4.3.2.7.2.20000707144628.00e533a0@mail.lauterbach.com>
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.