Changeset 36fbaeca for tests/include
- Timestamp:
- Mar 15, 2021, 1:00:17 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 05d02c6
- Parents:
- 9e27f69
- Location:
- tests/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/include/.expect/includes.nast.txt
r9e27f69 r36fbaeca 1 /usr/include/x86_64-linux-gnu/bits/socket.h: In function '_X16_operator_assignFS7cmsghdr_S7cmsghdrS7cmsghdr_autogen___1':2 /usr/include/x86_64-linux-gnu/bits/socket.h:285:44: note: the ABI of passing struct with a flexible array member has changed in GCC 4.43 1 include/includes.cfa: In function '_X4mainFi_iPPKc__1': 4 include/includes.cfa:15 4:9: note: #pragma message: Compiled2 include/includes.cfa:156:9: note: #pragma message: Compiled -
tests/include/includes.cfa
r9e27f69 r36fbaeca 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // includes.cfa -- 7 // includes.cfa -- 8 8 // 9 9 // Author : Peter A. Buhr … … 90 90 #include <poll.h> 91 91 #include <printf.h> 92 #include <proc_service.h>93 92 #include <pthread.h> 94 93 #include <pty.h> … … 122 121 #include <termio.h> 123 122 #include <termios.h> 124 #include <term_entry.h> 123 // #include <term_entry.h> // conflicts with search.h on some machines 125 124 #include <tgmath.h> 126 125 //#include <threads.h> // does not exist … … 137 136 #include <utmpx.h> 138 137 #include <values.h> 138 #pragma GCC diagnostic push 139 #pragma GCC diagnostic ignored "-Wattributes" 139 140 #include <wait.h> 141 #pragma GCC diagnostic pop 140 142 #include <wchar.h> 141 143 #include <wctype.h>
Note: See TracChangeset
for help on using the changeset viewer.