This is the mail archive of the gcc-patches@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]

[gfortran,patch] Fix for PR 27478


:ADDPATCH fortran:

The attached patch is a proposed fix for PR 27478. I think it's only a workaround for a middle-end bug, but I don't think there's any drawback to declaring this symbol addressable even if it's not stricly necessary.

Bootstrapped and regtested on i686-linux. OK for mainline?



2006-10-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>

PR middle-end/27478
* trans-decl.c (gfc_get_fake_result_decl): Mark var as TREE_ADDRESSABLE.




Attachment: pr27478.diff
Description: Binary data


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