[Bug c++/70201] Dump C++ template instantiations

2016-05-06 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70201 Andrés Agustín Tiraboschi changed: What|Removed |Added Attachment #38139|0 |1 is obsolete|

[Bug c++/70201] Dump C++ template instantiations

2016-04-08 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70201 --- Comment #5 from Andrés Agustín Tiraboschi --- I'm going to upload a new version for dumping dependencies quickly, so please ignore the current attachment.

[Bug c++/70584] constexpr variables cannot be used as intrinsic arguments where an immediate is expected

2016-04-07 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70584 --- Comment #2 from Andrés Agustín Tiraboschi --- #include int main() { __m128i r; constexpr auto index = 1; enum {index2 = index}; r = _mm_aeskeygenassist_si128(r, index2); } This works also.

[Bug c++/70201] Dump C++ template instantiations

2016-03-30 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70201 --- Comment #4 from Andrés Agustín Tiraboschi --- Created attachment 38139 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38139&action=edit Patch adding new flag in order to dump information about template instantiations. Hi, the attached

[Bug c++/67064] Register asm variable broken

2015-09-16 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 --- Comment #27 from Andrés Agustín Tiraboschi --- I forgot to say that the patch is for gcc 5.2

[Bug c++/67064] Register asm variable broken

2015-09-15 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 --- Comment #26 from Andrés Agustín Tiraboschi --- Hi, I've read the bug report and I've made a patch in order to fix it. I've ran all the gcc tests and I have only one fail, but that fail is also present in the original gcc. Anyway I've attached

[Bug c++/67064] Register asm variable broken

2015-09-15 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 --- Comment #25 from Andrés Agustín Tiraboschi --- Created attachment 36338 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36338&action=edit The test that fails

[Bug c++/67064] Register asm variable broken

2015-09-15 Thread andres.tiraboschi at tallertechnologies dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 Andrés Agustín Tiraboschi changed: What|Removed |Added CC||andres.tiraboschi@tallertec