libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
336 stars 38 forks source link

__builtin_trap just doesn't work #29

Open GabrielRavier opened 4 years ago

GabrielRavier commented 4 years ago
void f()
{
    __builtin_trap();
}

cparser outputs this :

Verify warning: End X[54:2](f[57]): keep-alive edge only allowed on Block, PhiLoop and Call node, found Builtin T[63:9]
Aborted (core dumped)