Changeset 36fbaeca for tests/include


Ignore:
Timestamp:
Mar 15, 2021, 1:00:17 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

minor fixes to includes.cfa

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.4
    31include/includes.cfa: In function '_X4mainFi_iPPKc__1':
    4 include/includes.cfa:154:9: note: #pragma message: Compiled
     2include/includes.cfa:156:9: note: #pragma message: Compiled
  • tests/include/includes.cfa

    r9e27f69 r36fbaeca  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // includes.cfa -- 
     7// includes.cfa --
    88//
    99// Author           : Peter A. Buhr
     
    9090#include <poll.h>
    9191#include <printf.h>
    92 #include <proc_service.h>
    9392#include <pthread.h>
    9493#include <pty.h>
     
    122121#include <termio.h>
    123122#include <termios.h>
    124 #include <term_entry.h>
     123// #include <term_entry.h>                                                              // conflicts with search.h on some machines
    125124#include <tgmath.h>
    126125//#include <threads.h>                                                                  // does not exist
     
    137136#include <utmpx.h>
    138137#include <values.h>
     138#pragma GCC diagnostic push
     139#pragma GCC diagnostic ignored "-Wattributes"
    139140#include <wait.h>
     141#pragma GCC diagnostic pop
    140142#include <wchar.h>
    141143#include <wctype.h>
Note: See TracChangeset for help on using the changeset viewer.