[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#953806: cpp-9: no include path in which to search for limits.h



Compare:

cventin:~> cpp-8 tst.c
# 1 "tst.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 31 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 32 "<command-line>" 2
# 1 "tst.c"
# 1 "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h" 1 3 4
[...]

cventin:~> cpp-9 tst.c
# 1 "tst.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 31 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 32 "<command-line>" 2
# 1 "tst.c"
# 1 "/usr/include/limits.h" 1 3 4
[...]

There is no /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed directory.

This could actually be a bug in libgcc-9-dev, as libgcc-8-dev
provides "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h".

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: