We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7a28e commit 9318922Copy full SHA for 9318922
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b90e2d4bc7af718729270ab81bd44c9f851154f4
+refs/heads/master: 7382554496238f4feceb5a299a20ab135ab607f0
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5
refs/heads/try: 73b8f60b60d8a2a7ca5a7d49d59771350b867951
trunk/src/test/run-make/extern-fn-with-packed-struct/test.c
@@ -1,3 +1,5 @@
+// Pragma needed cause of gcc bug on windows: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
+#pragma pack(1)
struct __attribute__((packed)) Foo {
char a;
short b;
0 commit comments