[Bug middle-end/44569] Debug statements passed to rtx

2010-10-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 Richard Guenther changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 Uros Bizjak changed: What|Removed |Added AssignedTo|steven at gcc dot gnu.org |ubizjak at gmail dot com --- Comment #6 fro

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #7 from uros at gcc dot gnu.org 2010-10-30 19:55:18 UTC --- Author: uros Date: Sat Oct 30 19:55:16 2010 New Revision: 166092 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166092 Log: PR middle-end/44569 * lower-suberg.c

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #8 from uros at gcc dot gnu.org 2010-10-30 20:37:57 UTC --- Author: uros Date: Sat Oct 30 20:37:54 2010 New Revision: 166094 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166094 Log: PR middle-end/44569 * lower-suberg.c

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #9 from uros at gcc dot gnu.org 2010-10-30 20:50:16 UTC --- Author: uros Date: Sat Oct 30 20:50:12 2010 New Revision: 166095 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166095 Log: PR middle-end/44569 * lower-suberg.c

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #10 from uros at gcc dot gnu.org 2010-10-30 20:55:07 UTC --- Author: uros Date: Sat Oct 30 20:55:03 2010 New Revision: 166096 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166096 Log: PR middle-end/44569 * lower-suberg.

[Bug middle-end/44569] Debug statements passed to rtx

2010-08-15 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2010-08-15 19:05 --- Is this still a problem for you? I can try to help you here, but I need to know what patch I should apply and to what revision, to reproduce the problem. -- steven at gcc dot gnu dot org changed: What

[Bug middle-end/44569] Debug statements passed to rtx

2010-08-15 Thread artyom dot shinkaroff at gmail dot com
--- Comment #2 from artyom dot shinkaroff at gmail dot com 2010-08-15 19:35 --- Created an attachment (id=21483) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21483&action=view) Recent version of the patch for the revision 163240 Recent version of the patch for the revision 16324

[Bug middle-end/44569] Debug statements passed to rtx

2010-08-15 Thread artyom dot shinkaroff at gmail dot com
--- Comment #3 from artyom dot shinkaroff at gmail dot com 2010-08-15 19:38 --- Yes, I still would like to solve the problem. I just uploaded the patch for the revision 163240 (2010-08-14). The bug is still there. The problem happens when you compile the following code with "-On -g".

[Bug middle-end/44569] Debug statements passed to rtx

2010-08-15 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2010-08-15 20:48 --- Investigating... -- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u