http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60639
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Well don't call it assert, call it my_assert or something like that. We should not be adding random extensions if they can be done other places. Also I think assert.h comes from libc and not GCC.