Displaying 3 results from an estimated 3 matches for "_bli".
2010 Sep 01
3
[LLVMdev] Assertion failure in tablegen: rationale ?
...ling with TableGen (for a use that has nothing to do with a
compiler but it's doesn't matter) and TableGen triggers an assertion failure
on this code (I reduced the case to the minimum, it's a parsing bug):
class Bli<string _t>
{
string t = _t;
}
class Bla<list<Bli> _bli>
: Bli<!car(_bli).t>
{
}
#0 0x00007ffff6ebda75 in *__GI_raise (sig=<value optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007ffff6ec15c0 in *__GI_abort () at abort.c:92
#2 0x00007ffff6eb6941 in *__GI___assert_fail (assertion=0x5aa663 "0 &&
\"...
2010 Sep 01
0
[LLVMdev] Assertion failure in tablegen: rationale ?
...ggers an assertion failure on this code (I reduced the case to the minimum, it's a parsing bug):
David, can you take a look? This is related to your lisp interpreter :)
-Chris
>
> class Bli<string _t>
> {
> string t = _t;
> }
>
> class Bla<list<Bli> _bli>
> : Bli<!car(_bli).t>
> {
> }
>
> #0 0x00007ffff6ebda75 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
> #1 0x00007ffff6ec15c0 in *__GI_abort () at abort.c:92
> #2 0x00007ffff6eb6941 in *__GI___assert_fail (assertion...
2010 Sep 01
1
[LLVMdev] Assertion failure in tablegen: rationale ?
...case to the minimum, it's a parsing bug):
>
> David, can you take a look? This is related to your lisp interpreter :)
>
> -Chris
>
> >
> > class Bli<string _t>
> > {
> > string t = _t;
> > }
> >
> > class Bla<list<Bli> _bli>
> > : Bli<!car(_bli).t>
> > {
> > }
> >
> > #0 0x00007ffff6ebda75 in *__GI_raise (sig=<value optimized out>) at
> ../nptl/sysdeps/unix/sysv/linux/raise.c:64
> > #1 0x00007ffff6ec15c0 in *__GI_abort () at abort.c:92
> > #2 0x00007ffff6e...