[Bug bootstrap/40061] New: [4.3.4 regression] Bootstrap failure in dwarf2out.c, function add_subscript_info: 'dimension_number' undefined
gerald at pfeifer dot com
gcc-bugzilla@gcc.gnu.org
Thu May 7 13:31:00 GMT 2009
gmake[3]: Entering directory `/usr/ports/lang/gcc43/work/build/gcc'
gcc43 -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I.
-I.././..//gcc-4.3-20090503/gcc -I.././..//gcc-4.3-20090503/gcc/.
-I.././..//gcc-4.3-20090503/gcc/../include
-I.././..//gcc-4.3-20090503/gcc/../libcpp/include -I/usr/local/include
-I.././..//gcc-4.3-20090503/gcc/../libdecnumber
-I.././..//gcc-4.3-20090503/gcc/../libdecnumber/dpd -I../libdecnumber
-I/usr/local/include .././..//gcc-4.3-20090503/gcc/dwarf2out.c -o
dwarf2out.o
.././..//gcc-4.3-20090503/gcc/dwarf2out.c: In function 'add_subscript_info':
.././..//gcc-4.3-20090503/gcc/dwarf2out.c:11327: error: 'dimension_number'
undeclared (first use in this function)
.././..//gcc-4.3-20090503/gcc/dwarf2out.c:11327: error: (Each undeclared
identifier is reported only once
.././..//gcc-4.3-20090503/gcc/dwarf2out.c:11327: error: for each function it
appears in.)
.././..//gcc-4.3-20090503/gcc/dwarf2out.c:11328: error: break statement not
within loop or switch
gmake[3]: *** [dwarf2out.o] Error 1
I believe this is caused by
2009-04-24 Tobias Burnus <burnus@net-b.de>
PR fortran/39791
Backport from mainline:
2008-08-22 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (add_subscript_info): Stop on Fortran TYPE_STRING_FLAG
types.
(gen_array_type_die): Emit DW_TAG_string_type for Fortran character
types.
--
Summary: [4.3.4 regression] Bootstrap failure in dwarf2out.c,
function add_subscript_info: 'dimension_number'
undefined
Product: gcc
Version: 4.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gerald at pfeifer dot com
GCC host triplet: alpha-unknown-freebsd6.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40061
More information about the Gcc-bugs
mailing list