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/44022] Spurious 'unused parameter' for a used procedure argument



------- Comment #1 from burnus at gcc dot gnu dot org  2010-05-07 13:08 -------
Manuel: As this is a middle-end warning, do you have an idea?


dgees_selecth (logical(kind=4) (*<T410>) (void) select)
{
  logical(kind=4) __result_dgees_selecth.0;
  logical(kind=4) D.1538;
  logical(kind=4) __result_dgees_selecth;

  __result_dgees_selecth.0 = select ();


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org,
                   |                            |burnus at gcc dot gnu dot
                   |                            |org
           Keywords|                            |diagnostic


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


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