mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
We currently only use 'asm' in .cc files (where we control the build flags) and in the experimental::simd headers. We could just say that -fno-asm is not compatible with libstdc++ and so using it is not supported, but we can also just make this small change. libstdc++-v3/ChangeLog: * include/std/meta (exception::what, access_context::via): Use __asm__ instead of asm keyword. Reviewed-by: Jakub Jelinek <jakub@redhat.com>
file: libstdc++-v3/README New users may wish to point their web browsers to the file index.html in the 'doc/html' subdirectory. It contains brief building instructions and notes on how to configure the library in interesting ways.