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 middle-end/71581] [5/6/7 Regression] ICE on valid code on x86_64-linux-gnu with -Wuninitialized (Segmentation fault)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71581

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-06-19
            Summary|ICE on valid code on        |[5/6/7 Regression] ICE on
                   |x86_64-linux-gnu with       |valid code on
                   |-Wuninitialized             |x86_64-linux-gnu with
                   |(Segmentation fault)        |-Wuninitialized
                   |                            |(Segmentation fault)
     Ever confirmed|0                           |1

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
TREE_NO_WARNING (expr) where expr is NULL.

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