https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
Larry Rosenman changed:
What|Removed |Added
Resolution|--- |Not A Bug
Status|New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
--- Comment #4 from Larry Rosenman ---
attempting to get my self out of this, I added:
CFLAGS+=-O0
to /etc/make.conf
and it's compiling.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
--- Comment #3 from Larry Rosenman ---
cat test.c
#include
int main(int argc, char**argv)
{
printf("hello world\n");
}
$ cc -O -o test test.c
Assertion failed: ((LCM >= A && LCM >= B) && "LCM overflow"), function lcm,
file
/usr/src/lib/c
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
--- Comment #2 from Larry Rosenman ---
$ cd /usr/src
$ svn info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/stable/11
Relative URL: ^/stable/11
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
--- Comment #1 from Larry Rosenman ---
requested files at:
http://www.lerctr.org/~ler/FreeBSD/bug-212165
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bug
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212165
Bug ID: 212165
Summary: clang: LCM overflow on ANY compile, including make
buildworld
Product: Base System
Version: 11.0-STABLE
Hardware: Any
OS: Any