[Bug c++/68411] Error in template instantion, cause recursive template reference.

2015-11-18 Thread msnkipa at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68411 --- Comment #1 from Keepa Mihail --- Correct piece of code that generate described error must be: std::exception_ptr safe(std::function); template inline auto safe( typename std::enable_if::type>::value, vo

[Bug c++/68411] New: Error in template instantion, cause recursive template reference.

2015-11-18 Thread msnkipa at mail dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: msnkipa at mail dot ru Target Milestone: --- This code could not be compiled: std::exception_ptr safe(std::function); // Defined somewhere in file template auto safe(typename

[Bug c/36733] Wery interesting compilation way (if no -Ox option)

2008-07-04 Thread msnkipa at mail dot ru
--- Comment #2 from msnkipa at mail dot ru 2008-07-04 21:57 --- I know it, but such part as movapd -320(%rbp), %xmm0 movapd %xmm0, -128(%rbp) movapd -304(%rbp), %xmm0 movapd %xmm0, -144(%rbp) movapd -144(%rbp), %xmm1 movapd -128(%rbp

[Bug c/36733] New: Wery interesting compilation way (if no -Ox option)

2008-07-04 Thread msnkipa at mail dot ru
uct: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36733

[Bug c++/36732] New: Internal compiller bug

2008-07-04 Thread msnkipa at mail dot ru
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36732

[Bug c/36730] There are to less X86 built-in instructions

2008-07-04 Thread msnkipa at mail dot ru
--- Comment #2 from msnkipa at mail dot ru 2008-07-04 18:31 --- (In reply to comment #1) > __builtin_ia32_... builtins are not for general use. They are considered > internal to gcc, please use intrinsics from ?mmintrin.h files instead. > Thanks! -- http://gcc.gnu.org

[Bug c/36730] New: There are to less X86 built-in instructions

2008-07-04 Thread msnkipa at mail dot ru
3.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: msnkipa at mail dot ru http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36730