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 other/61016] use of uninitialized memory in gcc/config/i386/i386.c


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

Kostya Serebryany <kcc at gcc dot gnu.org> changed:

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

--- Comment #2 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
"svn blame" tells that the uninitialized array was introduced by hubicka@: 

 45726    hubicka       enum x86_64_reg_class subclasses[MAX_CLASSES];


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