[Bug 239266] lang/gcc8 fails to build with clang8: tree-vect-loop.c:4979:12: error: expected unqualified-id
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Wed Jul 17 17:18:49 UTC 2019
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266
--- Comment #3 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Gerald Pfeifer from comment #1)
Note: Any gcc version with gcc_tree-vect-loop.c
using the identifier vec_step will have the problem:
clang reserves the name for the powerpc family when
it is configures to support altivec.
So it is easy to check on the problem's existence
if one has the gcc source code to search. A
general search would cover if they ever have
such code outside that one file.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-toolchain
mailing list