blob: 4d817b1e58280f9eae8ced407e5906eeba64bc7a [file] [log] [blame]
Theodore Ts'obbabf8f2001-01-11 15:44:00 +00001#!/bin/sed -f
2#
3# This script filters out gcc-wall crud that we're not interested in seeing.
4#
5/^cc /d
6/^kcc /d
7/^gcc /d
8/does not support `long long'/d
9/does not support the `ll' length modifier/d
Theodore Ts'o4055ef72001-01-14 16:11:14 +000010/ANSI C forbids long long integer constants/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000011/traditional C rejects string concatenation/d
Theodore Ts'o4055ef72001-01-14 16:11:14 +000012/integer constant is unsigned in ANSI C, signed with -traditional/d
Theodore Ts'obbabf8f2001-01-11 15:44:00 +000013/At top level:/d
14/In file included from/d
15/In function `.*':/d
16/^[ ]*from/d
17