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 optimization/13136] invalid "might be used uninitialized" warning (-O, long long)


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-20 08:01 -------
Related to bug 12792 (filed for m68k).
Actually I think its analysis is to be able to mark it as a dup of it then:
* life_analysis() does not track subregister modifications -- if you don't
modify the whole register with a single set, it considers the register
unused.

*** This bug has been marked as a duplicate of 12792 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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