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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from David Smith <dsmith at redhat dot com> ---
As I was about to test the following patch:

  // To avoid "note: variable tracking size limit exceeded with                 
  // -fvar-tracking-assignments" messages from gcc, turn off var                
  // tracking assignments. PR15703.                                             
  o << "EXTRA_CFLAGS += $(call cc-option,-fno-var-tracking-assignments)"        
    << endl;                                                                    

I realized this doesn't happen any more on rawhide
(3.11.0-0.rc3.git1.1.fc20.x86_64) with the following gcc:

gcc (GCC) 4.8.1 20130717 (Red Hat 4.8.1-5)

So, let's just close this for now.

-- 
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]