This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/43062] NAMELIST attribute conflicts with ALLOCATABLE attribute
- From: "zazzou at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 09:11:30 +0000
- Subject: [Bug fortran/43062] NAMELIST attribute conflicts with ALLOCATABLE attribute
- Auto-submitted: auto-generated
- References: <bug-43062-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43062
--- Comment #26 from Xavier <zazzou at gmail dot com> 2011-01-28 09:11:27 UTC ---
Thanks for your work.
Question : I tried to build my own version, but i did not succeed.
(1) gcc-4.5.2 : ok
(2) gcc-4.5.2 + modified/added files from trunk (4.6) : compilation error on
file match.c
(3) gcc-4.6 (from trunk) : some errors... (I don't remerber)
Is it normal that test (2) did not work ?
Do i need to modify directly files related to this bug report ?