Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2016 11:46:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212138] devel/cdecl: Needs to be compiled in ANSI C (C89) mode
Message-ID:  <bug-212138-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212138

            Bug ID: 212138
           Summary: devel/cdecl: Needs to be compiled in ANSI C (C89) mode
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su

The port devel/cdecl uses the identifier register as a variable name. This
identifier is reserved in C99 or later. To make this port compile, the comp=
iler
must be explicitly instructed to compile in ANSI C (C89) mode, e.g. by
providing the flag -ansi or by invoking the compiler as c89. Previous versi=
ons
of cc have defaulted to ANSI C mode, but this no longer seems to be the cas=
e.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212138-13>