Displaying 2 results from an estimated 2 matches for "globala".
Did you mean:
global
2005 Nov 01
2
[LLVMdev] Illegal Optimization(?): Combining empty type instances
...; instructions, so some other pass is removing them. I doubt if
any real program relies on this behaviour, and there is a trivial work
around. However, my program ran across this problem, so maybe it should
be corrected.
Example program:
#include <stdio.h>
struct Empty {};
struct Empty globalA;
struct Empty globalB;
int main( int argc, char* argv[] )
{
struct Empty a;
struct Empty b;
printf( "%p %p\n", &a, &b );
printf( "%p %p\n", &globalA, &globalB );
return 0;
}
The expected output is that all four pointers will be unique and valid.
With...
2008 Feb 19
3
simple usage of "for"
...ja nej
Annan 0 2 1
Avdelningen f??r teknik- och vetenskapsstudier 0 5 1
CEFOS 0 6 3
F??rvaltningsh??gskolan 0 13 6
Institutionen f??r globala studier 0 20 12
Institutionen f??r journalistik och masskommunikation 0 5 17
Institutionen f??r socialt arbete 1 19 35
Psykologiska institutionen 0 24 21
Sociologiska institutionen 0 16 12...