[Bug middle-end/60484] [4.7/4.8/4.9 Regression] -fdump-rtl-expand and attribute optimize gives incorrect dump file path

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 14 15:42:00 GMT 2014


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 32348
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32348&action=edit
gcc49-pr60484.patch

Untested fix.

Alternatively, e.g. finish_options could guard it also with && loc ==
UNKNOWN_LOCATION (for calls other than the first one loc should be some real
locus).



More information about the Gcc-bugs mailing list