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/37420] [4.4 Regression] -Wunused-variable broken



------- Comment #5 from dfranke at gcc dot gnu dot org  2008-09-09 13:23 -------
> I think it got broken by Rev. 132756

Confirmed :(

Further down in trans-decl.c (introduced in the same revision):
3547:     /* Prevents "Unused variable" warning for RESULT variables.  */
3548:     sym->mark = sym->result->mark = 1;


-- 


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


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