http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316
Marc Glisse <marc.glisse at normalesup dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #25181|0 |1
is obsolete| |
--- Comment #35 from Marc Glisse <marc.glisse at normalesup dot org> 2012-01-02
00:18:19 UTC ---
Created attachment 26214
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26214
remember linkage of a function type (4)
I updated the patch to work with alias templates. I also hacked the library
enough to complete a --disable-bootstrap --enable-languages=c,c++ build. It
works well enough to play with it and see how buggy every code out there is...
I didn't implement conversions, -fpermissive or C casts are good enough as long
as this is just a toy.