https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
--- Comment #10 from Jan Hubicka ---
Author: hubicka
Date: Sun Mar 29 15:41:55 2015
New Revision: 221764
URL: https://gcc.gnu.org/viewcvs?rev=221764&root=gcc&view=rev
Log:
PR ipa/65588
* gcc.target/i386/pr65588.c: New testcase.
Added:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
Jan Hubicka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
--- Comment #8 from Jan Hubicka ---
Author: hubicka
Date: Fri Mar 27 21:35:51 2015
New Revision: 221745
URL: https://gcc.gnu.org/viewcvs?rev=221745&root=gcc&view=rev
Log:
PR ipa/65588
* symtab.c (symtab_node::get_partitioning_class): Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
--- Comment #6 from Jan Hubicka ---
Hi,
this patch fixes the partitioner and also avoids assemble_undefined_decl to be
called
on hard registers and value exprs. I am not sure how the reduced testcase
could work,
since I think the bug needs parti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
--- Comment #5 from Jan Hubicka ---
The reduced testcase does not reproduce for me. The original source does. We
do insert undefined register variables into symbol table (not sure how much
sense it makes, but lets not change it now).
The probl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
Jan Hubicka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot
gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65588
Richard Biener changed:
What|Removed |Added
Target||x86_64-linux
Priority|P3