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 other/65933] New: final.c:2239:8: error: 'vector_type_mode' was not declared in this scope


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65933

            Bug ID: 65933
           Summary: final.c:2239:8: error: 'vector_type_mode' was not
                    declared in this scope
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

In r222551, the following error occurs in stage1:

g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-
W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -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../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include -I/opt/gnu/gcc/gmp/include 
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd
-I../libdecnumber -I../../gcc/gcc/../libbacktrace   -o final.o -MT final.o -MMD
-MP -MF ./.deps/final.TPo ../../gcc/gcc/final.c
../../gcc/gcc/final.c: In function 'rtx_insn* final_scan_insn(rtx_insn*, FILE*,
int, int, int*)':
../../gcc/gcc/final.c:2239:8: error: 'vector_type_mode' was not declared in
this scope
../../gcc/gcc/final.c:2239:8: error: 'vector_type_mode' was not declared in
this scope
make[3]: *** [final.o] Error 1


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