This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 testsuite/15703] map_hash.exp failures on rawhide because of gcc 'var-tracking-assignments' warning


http://sourceware.org/bugzilla/show_bug.cgi?id=15703

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
(In reply to David Smith from comment #0)
> I'm not sure of the best way of fixing these errors.

We don't generally care about debuginfo for our stap modules, so perhaps we can
just inject -fno-var-tracking-assignments?  Maybe with an environment control
or something for when we do care.

And not all gcc will support this, so it should be conditional with cc-option,
like we do when adding -Wframe-larger-than.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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