This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/52551] New: i686-interix3: winnt.c:400:8: error: âflag_writable_rel_rdataâ undeclared


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52551

             Bug #: 52551
           Summary: i686-interix3: winnt.c:400:8: error:
                    âflag_writable_rel_rdataâ undeclared
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 47093
              Host: x86_64-unknown-linux-gnu
            Target: i686-interix3


This started to fail somewhere between revision 184971 and 185169:

gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    -I. -I.
-I../../../gcc/gcc -I../../../gcc/gcc/. -I../../../gcc/gcc/../include
-I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include 
-I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber   \
        ../../../gcc/gcc/config/i386/winnt-stubs.c
../../../gcc/gcc/config/i386/winnt.c: In function âi386_pe_unique_sectionâ:
../../../gcc/gcc/config/i386/winnt.c:400:8: error: âflag_writable_rel_rdataâ
undeclared (first use in this function)
../../../gcc/gcc/config/i386/winnt.c:400:8: note: each undeclared identifier is
reported only once for each function it appears in
../../../gcc/gcc/config/i386/winnt.c: In function âi386_pe_section_type_flagsâ:
../../../gcc/gcc/config/i386/winnt.c:450:8: error: âflag_writable_rel_rdataâ
undeclared (first use in this function)
make[2]: *** [winnt.o] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]