FreeBSD Bugzilla – Attachment 211416 Details for
Bug 243933
devel/freebsd-gcc6: fix build on powerpc64 elfv2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
freebsd-gcc9.patch (text/plain), 1.20 KB, created by
Piotr Kubaj
on 2020-02-06 17:21:41 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-02-06 17:21:41 UTC
Size:
1.20 KB
patch
obsolete
>Index: files/patch-clang-vec_step >=================================================================== >--- files/patch-clang-vec_step (nonexistent) >+++ files/patch-clang-vec_step (working copy) >@@ -0,0 +1,21 @@ >+https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how >+clang unfortunately poisons user namespace by default (without any >+special options). >+ >+Until that changes (or GCC changes) we need to avoid using vec_step >+as a variable. >+ >+--- UTC >+Index: gcc/tree-vect-loop.c >+=================================================================== >+--- gcc/tree-vect-loop.c (revision 273856) >++++ gcc/tree-vect-loop.c (working copy) >+@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see >+ #include "vec-perm-indices.h" >+ #include "tree-eh.h" >+ >++#define vec_step vec_step_ >++ >+ /* Loop Vectorization Pass. >+ >+ This pass tries to vectorize loops. > >Property changes on: files/patch-clang-vec_step >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
jhb
)
Actions:
View
|
Diff
Attachments on
bug 243933
: 211416