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 fortran/41070] Error: Components of structure constructor '' at (1) are PRIVATE



------- Comment #3 from dominiq at lps dot ens dot fr  2009-08-14 18:26 -------
> are you sure that it works with 150730?

[ibook-dhum] f90/bug% gfc -v -c pr41070.f90
Using built-in specs.
Target: i686-apple-darwin9
Configured with: ../gcc-4.5-work/configure --prefix=/opt/gcc/gcc4.5w
--mandir=/opt/gcc/gcc4.5w/share/man --infodir=/opt/gcc/gcc4.5w/share/info
--build=i686-apple-darwin9 --enable-languages=c,c++,fortran,objc,obj-c++,java
--with-gmp=/sw --with-libiconv-prefix=/usr --with-system-zlib
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-cloog=/sw
--with-ppl=/sw --with-mpc=/opt/mpc/build
Thread model: posix
gcc version 4.5.0 20090814 (experimental) [trunk revision 150730] (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8' '-v' '-c' '-mtune=generic'

/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../libexec/gcc/i686-apple-darwin9/4.5.0/f951
pr41070.f90 -fPIC -quiet -dumpbase pr41070.f90 -mmacosx-version-min=10.5.8
-mtune=generic -auxbase pr41070 -version -fintrinsic-modules-path
/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../lib/gcc/i686-apple-darwin9/4.5.0/finclude
-o /var/folders/iU/iUj3xngxGYe3MPCc0TZUcE+++TI/-Tmp-//ccWKVrYY.s
GNU Fortran (GCC) version 4.5.0 20090814 (experimental) [trunk revision 150730]
(i686-apple-darwin9)
        compiled by GNU C version 4.5.0 20090813 (experimental) [trunk revision
150712], GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.6
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran (GCC) version 4.5.0 20090814 (experimental) [trunk revision 150730]
(i686-apple-darwin9)
        compiled by GNU C version 4.5.0 20090813 (experimental) [trunk revision
150712], GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.6
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8' '-v' '-c' '-mtune=generic'
 as -arch i386 -force_cpusubtype_ALL -o pr41070.o
/var/folders/iU/iUj3xngxGYe3MPCc0TZUcE+++TI/-Tmp-//ccWKVrYY.s
COMPILER_PATH=/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../libexec/gcc/i686-apple-darwin9/4.5.0/:/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../libexec/gcc/:/usr/libexec/gcc/i686-apple-darwin9/:/usr/lib/gcc/i686-apple-darwin9/
LIBRARY_PATH=/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../lib/gcc/i686-apple-darwin9/4.5.0/:/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../lib/gcc/:/Volumes/MacBook/opt/gcc/gcc4.5w/bin/../lib/gcc/i686-apple-darwin9/4.5.0/../../../:/usr/lib/
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8' '-v' '-c' '-mtune=generic'
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.5.8' '-v' '-c' '-mtune=generic'

It may be due to a  non initialized variable(?).


-- 


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


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