[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #9 from Mark Millard --- (In reply to dstaesse from comment #7) I did not manage to find anything that mentioned the parameters/arguments: You found materials that I did not. What context(s) were they

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #11 from Mark Millard --- (In reply to dstaesse from comment #8) (In reply to dstaesse from comment #8) I took a quick grep for -r325700 (head): # grep -r __init_array_start /usr/src/* | more

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #13 from Mark Millard --- (In reply to dstaesse from comment #10) The materials that you have referenced indicate that __attribute__ ((constructor)) gets no arguments. Details follow. >From the materials

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #19 from Mark Millard --- (In reply to dstaesse from comment #18) You are welcome. My guess is that this is outside POSIX completely and is just ABI material for what you are doing. In fact, looking

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 Dimitry Andric changed: What|Removed |Added Status|New |Closed

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #8 from dstaesse --- I agree that the documentation could be more specific about the nature of the functions that can have this attribute. It's true that most examples use functions without

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #15 from dstaesse --- Created attachment 188130 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188130=edit updated library code -- You are receiving this mail because: You are the

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #16 from dstaesse --- Your comments make a lot of sense. I updated the library code to call the functions in the .init_array and .fini_array, and it looks like this works for our testcases. This is

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #10 from dstaesse --- (In reply to Mark Millard from comment #9) Thanks a lot for taking time to help me out. I'm definitely no expert on this matter. Our target is restricted to POSIX. I've found

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #7 from dstaesse --- (In reply to Mark Millard from comment #5) Good point, we only tried amd64 and i386. This feature seems to be very sparsely documented, with some sources saying everything but

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #12 from dstaesse --- (In reply to Mark Millard from comment #11) Interesting. Doesn't the list of func_ptrs have the arguments here as well? /usr/src/lib/csu/common/ignore_init.c:extern void

[Bug 223752] clang __attribute__((constructor)) gets wrong input parameters

2017-11-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752 --- Comment #14 from Mark Millard --- (In reply to Mark Millard from comment #13) Beyond my "form" vs "from" typo and "erguments" vs. "arguments" typo, I probably also should have put the word "called" in quotes: the

[Bug 220233] Clang: Assertion failed: (NextLocalOffset + FileSize + 1 > NextLocalOffset && NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset && "Ran out of source locations!")

2017-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220233 Ed Maste changed: What|Removed |Added Component|gnu |bin

[Bug 223680] www/firefox: DTRACE=on fails with /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated

2017-11-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680 Mark Johnston changed: What|Removed |Added CC|

[Bug 223680] www/firefox: DTRACE=on fails with /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated

2017-11-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680 --- Comment #2 from Jan Beich --- Another way to reproduce: $ ln -fs ld.lld /usr/bin/ld $ pkg install autoconf213 gmake python27 mercurial $ hg clone https://hg.mozilla.org/mozilla-central $ cd mozilla-central/js/src $

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #10 from Mark Millard --- (In reply to sid from comment #9) What happens if you comment out as below: CC= /usr/local/llvm40/bin/clang #XCC=/usr/local/llvm40/bin/clang CXX=

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #11 from s...@bsdmail.com --- (In reply to Mark Millard from comment #10) It compiles with the X prefix left out of the compiler and utils. I believe it will complete successfully. This bug report can be closed. As for the X

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 s...@bsdmail.com changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-11-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 Jan Beich changed: What|Removed |Added CC|

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #2 from Mark Millard --- (In reply to sid from comment #0) I'll also mention that there is a port devel/xtoolchain-llvm50 that installs files to help configure for using llvm50 as a cross-compiler. For

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 Mark Millard changed: What|Removed |Added CC|

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #3 from s...@bsdmail.com --- (In reply to Mark Millard from comment #2) You're saying the X prefix doesn't replace buildworld compilers and utils in make.conf settings, it supplements them. If this is the case, perhaps this is

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #6 from Mark Millard --- (In reply to sid from comment #5) So, for whatever reason, you want to: buildworld buildkernel in a way that does not build a system compiler or toolchain in the process, neither

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #7 from Mark Millard --- (In reply to sid from comment #0) I used -v to check include paths searched for devel/llvm50 : #include <...> search starts here: /usr/include/c++/v1

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 Dimitry Andric changed: What|Removed |Added CC|

[Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld

2017-11-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 223420] [patch] rtld(1): fix formatting glitch

2017-11-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223420 Bryan Drewery changed: What|Removed |Added Assignee|freebsd-toolchain@FreeBSD.o

[Bug 223776] ports-mgmt/pkg: lld confuses shared library tracking

2017-12-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223776 --- Comment #3 from Ed Maste --- This should be fixed in pkg 1.10.3 -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 224174] cc: error: unable to execute command: segmentation fault

2017-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224174 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org,

[Bug 224174] cc: error: unable to execute command: segmentation fault

2017-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224174 Dimitry Andric changed: What|Removed |Added Status|New |In Progress

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 Jan Beich changed: What|Removed |Added CC|

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 --- Comment #11 from Jan Beich --- If you're short on time here're the QA steps: $ mkdir -p /usr/local/etc/pkg/repos/ $ sed -En '/url/s/quarterly/latest/; /{|}/p' /etc/pkg/FreeBSD.conf \

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 --- Comment #13 from Jan Beich --- (In reply to Bertrand Petit from comment #12) > $ objdump -d usr/local/bin/rg | grep xmm [...] WITH_DEBUG=1 port build contains symbol names. It seems xmm registers are used by

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 --- Comment #12 from Bertrand Petit --- (In reply to Jan Beich from comment #11) Jan, I took another route: $ fetch http://pkg.freebsd.org/FreeBSD:11:i386/latest/All/ripgrep-0.7.1_3.txz [...] $ sha256

[Bug 223415] lang/rust: don't require SSE2 on i386 (at least for binary packages)

2017-12-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415 --- Comment #14 from Bertrand Petit --- (In reply to Jan Beich from comment #13) You are likely correct. However you have just uncovered a different bug, a replication on one already fixed in src:

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Dimitry Andric changed: What|Removed |Added Status|In Progress |Closed

[Bug 227723] clang 6.0 breaks php56/opcache

2018-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: flo Date: Mon May 14 14:24:14 UTC 2018 New revision: 469895 URL: https://svnweb.freebsd.org/changeset/ports/469895 Log: Prevent php 5.6 (opcache) from

[Bug 227723] clang 6.0 breaks php56/opcache

2018-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 Florian Smeets changed: What|Removed |Added Resolution|--- |FIXED

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Apr 27 19:21:41 UTC 2018 New revision: 333070 URL: https://svnweb.freebsd.org/changeset/base/333070 Log: MFC r332833: Recommit

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #12 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Apr 27 19:21:42 UTC 2018 New revision: 333070 URL: https://svnweb.freebsd.org/changeset/base/333070 Log: MFC r332833: Recommit

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 Jan Beich changed: What|Removed |Added Status|Open|Closed

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 Jan Beich changed: What|Removed |Added Status|New |Closed

[Bug 227698] www/iridium, www/qt5-webengine: clang 6.0 crashes during build

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 --- Comment #11 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Apr 27 17:41:18 UTC 2018 New revision: 468476 URL: https://svnweb.freebsd.org/changeset/ports/468476 Log: devel/llvm60: apply i386

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Apr 27 19:21:41 UTC 2018 New revision: 333070 URL: https://svnweb.freebsd.org/changeset/base/333070 Log: MFC r332833: Recommit

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Apr 27 19:21:41 UTC 2018 New revision: 333070 URL: https://svnweb.freebsd.org/changeset/base/333070 Log: MFC r332833: Recommit

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Bug 225330 depends on bug 227686, which changed state. Bug 227686 Summary: www/firefox: clang 6.0 crashes during build https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 What|Removed |Added

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Bug 225330 depends on bug 227698, which changed state. Bug 227698 Summary: www/iridium, www/qt5-webengine: clang 6.0 crashes during build https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227698 What|Removed

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Bug 225330 depends on bug 227699, which changed state. Bug 227699 Summary: devel/powerpc64-gcc: clang 6.0 crashes during build https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227699 What|Removed |Added

[Bug 215193] libc++ and libcxxrt: convert to a private library

2018-05-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215193 Henry Hu changed: What|Removed |Added CC|

[Bug 215193] libc++ and libcxxrt: convert to a private library

2018-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215193 --- Comment #4 from David Chisnall --- (In reply to Henry Hu from comment #3) That should be fine, as long as there aren't any ABI compatibility problems between the different versions. The problem comes when two

[Bug 220822] Missing libatomic.a for clang?

2018-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220822 Danilo G. Baio changed: What|Removed |Added CC|

[Bug 227723] clang 6.0 breaks php56/opcache: Broken after clang 6.0 import (on CURRENT)

2018-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227723 Kubilay Kocak changed: What|Removed |Added Flags|

[Bug 193594] stddef.h should define max_align_t

2018-06-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193594 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org

[Bug 193594] stddef.h should define max_align_t

2018-06-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193594 Kubilay Kocak changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #4 from

[Bug 227941] llvm crash when compiling specific code

2018-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227941 Jan Beich changed: What|Removed |Added Assignee|b...@freebsd.org

[Bug 227686] www/firefox: clang 6.0 crashes during build

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227686 --- Comment #6 from Jan Beich --- www/firefox builds fine on 12.0-CURRENT but devel/llvm60 still crashes. Brooks, can you either back out ports r467849 or import base r332898 as well? -- You are receiving this mail

[Bug 227941] clang assertion when compiling C++ code with -fblocks

2018-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227941 Rodney W. Grimes changed: What|Removed |Added CC|

[Bug 227941] clang assertion when compiling C++ code with -fblocks

2018-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227941 Dimitry Andric changed: What|Removed |Added Status|New |Open

[Bug 227941] llvm crash when compiling specific code

2018-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227941 --- Comment #4 from n...@wanlink.com --- Sorry about that. I missed that the attachment with the .core file didn't make it because of size. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 227941] llvm crash when compiling specific code

2018-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227941 --- Comment #3 from n...@wanlink.com --- Created attachment 193022 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193022=edit llvm crash output minus the llvm .core file, it's bigger than allowed. -- You are receiving this

[Bug 222641] www/firefox: OPTIMIZED_CFLAGS=off build fails: libgkrust.a: could not read symbols

2017-12-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222641 --- Comment #29 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sun Dec 31 00:58:13 UTC 2017 New revision: 457658 URL: https://svnweb.freebsd.org/changeset/ports/457658 Log: MFH: r457657

[Bug 222641] www/firefox: OPTIMIZED_CFLAGS=off build fails: libgkrust.a: could not read symbols

2017-12-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222641 Jan Beich changed: What|Removed |Added Status|New |Closed

[Bug 222641] www/firefox: OPTIMIZED_CFLAGS=off build fails: libgkrust.a: could not read symbols

2017-12-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222641 --- Comment #28 from commit-h...@freebsd.org --- A commit references this bug: Author: jbeich Date: Sun Dec 31 00:57:07 UTC 2017 New revision: 457657 URL: https://svnweb.freebsd.org/changeset/ports/457657 Log: www/firefox: unbreak

[Bug 223333] science/simlib: crashes nm(1) during build

2018-01-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=22 k...@openldap.org changed: What|Removed |Added CC||k...@openldap.org --- Comment

[Bug 225025] Base c++ seems to find errors in the /usr/include/c++/v1/type_traits header in base

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225025 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 225025] Base c++ seems to find errors in the /usr/include/c++/v1/type_traits header in base

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225025 Dimitry Andric changed: What|Removed |Added Assignee|freebsd-toolchain@FreeBSD.o

[Bug 216316] objcopy (elfcopy) in 11 appears to have a regression compared to the version in 10

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216316 Mitchell horne changed: What|Removed |Added CC|

[Bug 216080] science/bddsolve: fails to build with lang/gcc6 or later

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216080 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: ed Date: Wed Jan 17 14:28:32 UTC 2018 New revision: 459258 URL: https://svnweb.freebsd.org/changeset/ports/459258 Log: Upgrade bddsolve to version

[Bug 216080] science/bddsolve: fails to build with lang/gcc6 or later

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216080 Ed Schouten changed: What|Removed |Added Status|New |Closed

[Bug 225330] clang bug can incorrectly enable or disable interrupts on amd64

2018-01-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225330 Jonathan T. Looney changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 225352] clang 6.0.0 crashes building emulators/wine: Assertion failed: ((size_t)StackDisp < Context.ArgStoreVector.size() && "Function call has more parameters than the stack is adjusted for.")

2018-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225352 Bug ID: 225352 Summary: clang 6.0.0 crashes building emulators/wine: Assertion failed: ((size_t)StackDisp < Context.ArgStoreVector.size() && "Function call has

[Bug 225278] mail/deforaos-mailer: clang 5 crashes during build

2018-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225278 --- Comment #5 from Dimitry Andric --- Submitted https://bugs.llvm.org/show_bug.cgi?id=36031. Note that tuning down the -fstack-protector setting from 3 (which means 'all') to 2 (e.g. 'strong') makes the crash go away.

[Bug 225278] mail/deforaos-mailer: clang 5 crashes during build

2018-01-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225278 Dimitry Andric changed: What|Removed |Added CC|

[Bug 216316] objcopy (elfcopy) in 11 appears to have a regression compared to the version in 10

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216316 --- Comment #5 from jack --- CC:proposed path, testcase, etc. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-toolchain@freebsd.org

[Bug 216316] objcopy (elfcopy) in 11 appears to have a regression compared to the version in 10

2018-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216316 jack changed: What|Removed |Added CC||two...@yahoo.com

[Bug 225471] emulators/snes9x: clang crashes during build

2018-01-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225471 Jan Beich changed: What|Removed |Added Blocks||219139 ---

[Bug 225278] mail/deforaos-mailer: clang 6 crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225278 Jan Beich changed: What|Removed |Added CC|

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 Jan Beich changed: What|Removed |Added Blocks|224669 | Referenced

[Bug 225278] mail/deforaos-mailer: clang 5 crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225278 Jan Beich changed: What|Removed |Added Summary|mail/deforaos-mailer: clang

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 Jan Beich changed: What|Removed |Added Hardware|Any |arm

[Bug 225278] mail/deforaos-mailer: clang 6 crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225278 Jan Beich changed: What|Removed |Added Blocks||219139 ---

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 Dimitry Andric changed: What|Removed |Added CC|

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 --- Comment #4 from lich...@gmail.com --- Created attachment 189865 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189865=edit proposed patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 Jan Beich changed: What|Removed |Added See Also|

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 Bug ID: 225280 Summary: www/palemoon: clang crashes during build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

[Bug 225280] www/palemoon: clang crashes during build

2018-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 --- Comment #1 from Jan Beich --- Created attachment 189862 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189862=edit command line args (for clang 6.0) -- You are receiving this mail because: You are on

[Bug 225471] emulators/snes9x: clang crashes during build

2018-01-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225471 Dimitry Andric changed: What|Removed |Added Assignee|freebsd-toolchain@FreeBSD.o

[Bug 202665] clang++ core dump during compile with invalid syntax

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202665 Dimitry Andric changed: What|Removed |Added Resolution|--- |FIXED

[Bug 202665] clang++ core dump during compile with invalid syntax

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202665 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Jan 29 18:11:27 UTC 2018 New revision: 328555 URL: https://svnweb.freebsd.org/changeset/base/328555 Log: Pull in r217197 from upstream

[Bug 187266] clang(1): clang 3.4 aborts when building math/py-numeric with -march=athlon64 on i386

2018-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187266 Dimitry Andric changed: What|Removed |Added Resolution|--- |Unable to

[Bug 225280] www/palemoon: clang crashes during build

2018-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225280 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: tobik Date: Sat Feb 3 12:42:15 UTC 2018 New revision: 460808 URL: https://svnweb.freebsd.org/changeset/ports/460808 Log: MFH: r460803

[Bug 187266] clang(1): clang 3.4 aborts when building math/py-numeric with -march=athlon64 on i386

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187266 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 225488] clang-6.0.0 crashes building multimedia/libvpx

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225488 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 202665] clang++ core dump during compile with invalid syntax

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202665 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 225488] clang-6.0.0 crashes building multimedia/libvpx

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225488 --- Comment #3 from Pawel Pekala --- Created attachment 190111 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190111=edit c file -- You are receiving this mail because: You are the assignee for the bug.

[Bug 205934] clang crashes in configure test with #pragma weak

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205934 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 203832] clang crash: frontend command failed due to signal

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203832 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

[Bug 220822] Missing libatomic.a for clang?

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220822 Jan Beich changed: What|Removed |Added CC||jbe...@freebsd.org

[Bug 178792] -march=native fails with clang on certain CPU's

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178792 Jan Beich changed: What|Removed |Added Assignee|freebsd-am...@freebsd.org

[Bug 210886] clang/llvm-tblgen fails to buid

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210886 Jan Beich changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org

<    1   2   3   4   5   6   7   8   9   10   >