This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, Fortran] PR34186 -fdump-parse-tree fixes
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Fri, 30 Nov 2007 14:38:13 +0100
- Subject: Re: [Patch, Fortran] PR34186 -fdump-parse-tree fixes
At revision 130537, I still see the (a?) problem with -fdump-parse-tree:
[ibook-dhum] f90/bug% gfc -fdump-parse-tree -c pr34186.f90
Namespace: A-H: (REAL 4) I-N: (INTEGER 4) O-Z: (REAL 4)
procedure name = func0
symtree: __iso_c_binding Ambig 0
symbol __iso_c_binding (UNKNOWN 0)(MODULE UNKNOWN-INTENT UNKNOWN-ACCESS UNKNOWN-PROC UNKNOWN INTRINSIC)
symtree: c_alert Ambig 0
f951: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
symbol c_alert (CHARACTER [ibook-dhum] f90/bug%
on Intel Core2Duo OSX 10.5.1:
[ibook-dhum] f90/bug% gfc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: ../gcc-4.3-work/configure --prefix=/opt/gcc/gcc4.3w --mandir=/opt/gcc/gcc4.3w/share/man --infodir=/opt/gcc/gcc4.3w/share/info --build=i686-apple-darwin9 --enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
Thread model: posix
gcc version 4.3.0 20071130 (experimental) (GCC)
TIA
Dominique