[Bug 250932] lang/gcc10: fails to build on aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 7 20:10:24 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250932

            Bug ID: 250932
           Summary: lang/gcc10: fails to build on aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald at FreeBSD.org
          Reporter: mikael at FreeBSD.org
             Flags: maintainer-feedback?(gerald at FreeBSD.org)
          Assignee: gerald at FreeBSD.org

Created attachment 219435
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219435&action=edit
v1

c++ -std=gnu++98 -fno-PIE -c   -g -DIN_GCC    -fno-strict-aliasing
-fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wno-format -
Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I.
-I. -I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc -I/usr/ports
/lang/gcc10/work/gcc-10.2.0/gcc/.
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../include
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libcpp/include
-I/usr/local/include  -I/usr/ports/lang/gcc10/work/gcc-10.2
.0/gcc/../libdecnumber
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libdecnumber/dpd
-I../libdecnumber -I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libbacktrace 
-DLIBICONV_PLUG -I. -I. -I/usr/ports/lang/gc
c10/work/gcc-10.2.0/gcc -I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/.
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../include
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libcpp/include
-I/usr/local/include  -
I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libdecnumber
-I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libdecnumber/dpd
-I../libdecnumber -I/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/../libbacktrace 
\       
       
/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/config/aarch64/aarch64-builtins.c


/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/config/aarch64/aarch64-builtins.c:1231:3:
error: expected expression
  AARCH64_INIT_MEMTAG_BUILTINS_DECL (IRG, irg, irg, fntype);
  ^   
/usr/ports/lang/gcc10/work/gcc-10.2.0/gcc/config/aarch64/aarch64-builtins.c:1227:5:
note: expanded from macro 'AARCH64_INIT_MEMTAG_BUILTINS_DECL'
                                {T, CODE_FOR_##I};
                                ^

aarch64-builtins.c needs to be compiled with std=gnu++11, and the rest with
gnu++98...

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


More information about the freebsd-ports-bugs mailing list