: unassigned at gcc dot gnu.org
Reporter: dreich at yahoo dot com
Target Milestone: ---
The windows build is broken. See errors and subversion log history below. How
do I undo / fix changes to this file?
svn update
make
../../svn/gcc/config/i386/i386.c:44778:1: error: too many
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82943
--- Comment #3 from Darrell Reich ---
Found relevant section of Fortran specification
4.5.1 Derived-type definition
R429 derived-type-def is derived-type-stmt
[ type-param-def-stmt ] ...
[ private-or-sequence ] ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82943
--- Comment #2 from Darrell Reich ---
Debug backtrace
find . -iname '*.c' -type f -exec grep -inH --color ‘Error' {} \;
% gdb ~/c/work/compiler/build-gcc/gcc/f951
(gdb) break error.c:517
(gdb) run -Wall ~/c/work/workspace4/Test02/test.f90
(gdb) b
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: dreich at yahoo dot com
Target Milestone: ---
Created attachment 42582
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42582&action=edit
Sample program test case showing error
The attached code works without