Skip to content

Commit 9318922

Browse files
committed
---
yaml --- r: 128413 b: refs/heads/master c: 7382554 h: refs/heads/master i: 128411: 285f276 v: v3
1 parent cd7a28e commit 9318922

File tree

2 files changed

+3
-1
lines changed
  • trunk/src/test/run-make/extern-fn-with-packed-struct

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b90e2d4bc7af718729270ab81bd44c9f851154f4
2+
refs/heads/master: 7382554496238f4feceb5a299a20ab135ab607f0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
55
refs/heads/try: 73b8f60b60d8a2a7ca5a7d49d59771350b867951

trunk/src/test/run-make/extern-fn-with-packed-struct/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Pragma needed cause of gcc bug on windows: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
2+
#pragma pack(1)
13
struct __attribute__((packed)) Foo {
24
char a;
35
short b;

0 commit comments

Comments
 (0)