On Mon, Mar 15, 2021 at 7:41 PM Gary Oblock via Gcc <gcc@gcc.gnu.org> wrote: > > Guys, > > I checked out a fresh copy of the GCC sources today, applied somebodies > patch to it and voila! > > options.c:13591:2: error: #error Report option property is dropped #error > Report option property is dropped > > I built this the same minimally convoluted way that I always do. > > cd $1 > BASE=`pwd` > echo BASE = $BASE > touch objdir install > rm -rf objdir install > mkdir objdir install > cd objdir > echo BUILDING IN `pwd` > ../sources/configure --prefix=$BASE/install --disable-bootstrap > -enable-language=c,c++,lto --disable-multilib --enable-valgrind-annotations > make CFLAGS='-O2 -g' CXXFLAGS='-O2 -g' -j 12 > make install > > The file option.c is generated in objdir/gcc by an awk script: > > mawk -f ../../sources/gcc/opt-functions.awk -f ../../sources/gcc/opt-read.awk > \ > -f ../../sources/gcc/optc-gen.awk \ > -v header_name="config.h system.h coretypes.h options.h tm.h" < > optionlist > options.c > > Does anyone have any idea what's going to here?
# If FLAGS contains a "NAME(...argument...)" flag, return the value # of the argument. Print error message otherwise. It could be any of the following: Name/Type inside Enum Enum/String/Value instead EnumValue Thanks, Andrew > > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and contains information that > is confidential and proprietary to Ampere Computing or its subsidiaries. It > is to be used solely for the purpose of furthering the parties' business > relationship. Any unauthorized review, copying, or distribution of this email > (or any attachments thereto) is strictly prohibited. If you are not the > intended recipient, please contact the sender immediately and permanently > delete the original and any copies of this email and any attachments thereto.