| Link/Url | Tags |
|---|---|
| intrinsic function "ptr1(:,:,:) = ptr2(:,:,:)" segfaults -- ifort bug [Forums] Short Description: => Loop over i,j,k ("ptr1(i,j,k) = ptr2(i,j,k)") works fine, but "ptr1(:,:,:) = ptr2(:,:,:)" segfaults The attached program segfaults if it uses the intrinsic function ptr1(:, ... Posted: 2008-10-07 06:14:52 by Jens Henrik Goebbert | Fortran, memory leak, bug, pointer, memory |
| Is atomic's _internal_reference broken? [Forums] I keep getting compile errors (in VC8) when trying to use atomic's _internal_reference member (which is public). When doing this: atomic<int> atomic_int; atomic_int = 5; const int& your ... Posted: 2008-10-28 20:23:38 by robert.jay.gould | bug, api |
| Compiler bug in handling of long long template arguments [Forums] Hi, The test case below demonstrates a rather unfortunate bug in the Intel C++ 10.1 and 11 (I tested the latest evaluation versions). It should print 2^32 and 2^33 but instead prints 2^32 twice. The ... Posted: 2008-11-13 09:59:38 by stephan_ | bug, template, long long, 32-bit, 64-bit |
| Unexpected PDB error; RPC (23) '(0x000006BA)' with intel 11 [Forums] Hello, Since I did switch to latest version of the compiler - in one of the project constantly I'm getting above error. If I do switch to version 10 - error dissapear. After investigation (sever ... Posted: 2009-01-20 06:01:22 by Stan | bug |
| vectorization bug on 11.0.074 (Linux-intel64) [Forums] I believe I found a bug in the Fortran compiler 11.0 (Linux).Our lab is a licensed user of the product and I opened an issue on the Intel PremierAccount Interface before, but received no immediate hel ... Posted: 2009-02-18 14:47:54 by andrpapp | bug, Vectorization, loops, intrinsic |
| Instrumentation Popup Error [Forums] I am getting errors when trying to instrument my builds from either VTune or Thread Analyzer. If I run it from the thread profiler the executable to blame is AddTraces.exe and if I run it from VTu ... Posted: 2009-02-25 12:41:28 by Dan Hooper | bug, Vtune, defect, instrumentation |
| arch:IA32 not generating portable code anymore - intel cc 11.x [Forums] Hello, According to the help distributed by Intel - I should report a bug in compiler... but the question is whether this is a bug or done by intention.. arch:ia32 no longer generates code which can ... Posted: 2009-03-09 04:51:28 by Stan | bug, pentium, IA-32 |
| warning #1491: definition from the enclosing scope variable ... [Forums] Hello everybody, Either I'm blind already for something obvious or... I have a very simple loop for a simple quick count - size_t coord_size[10];size_t new_max_total_size;for( int a = 0, ne ... Posted: 2009-04-22 13:01:51 by Stan | bug |
| Fortran 2003 C-interoperable code: possible wrong assembly generation by the compiler [Forums] Hi, I'm exploring the opportunities offered by the Fortran 2003 standard to create C-interoperable functions and subroutines and I stumbled in what seems like an error in the code generated by the co ... Posted: 2009-07-07 05:31:37 by riccardo42 | Fortran 2003, bug, C interoperability |
| H.264 - at least one optimized deblock function is incorrect [Forums] I'm on Penryn (P9500), hence _p8_ownFilterDeblockingChroma_HorEdge_H264_8u_C1IR_V8 is used, which gives different result compared to both JM and unoptimized IPP version. (both 6.0 and latest 6.1 upd1) ... Posted: 2009-07-24 05:21:20 by registered.user | bug, h.264 |