[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-17 Thread amylaar at gcc dot gnu dot org
--- Comment #6 from amylaar at gcc dot gnu dot org 2006-07-17 14:44 --- Subject: Bug 28251 Author: amylaar Date: Mon Jul 17 14:44:48 2006 New Revision: 115519 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115519 Log: gcc: PR other/28251 * tree.h (dump_addr):

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-17 Thread amylaar at gcc dot gnu dot org
--- Comment #7 from amylaar at gcc dot gnu dot org 2006-07-17 16:00 --- Fixed in mainline. -- amylaar at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-12 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-07-12 14:15 --- Subject: Bug number PR other/28251 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00517.html --

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-11 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2006-07-11 17:23 --- Created an attachment (id=11860) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11860action=view) patch with test case unroller fix I've added a testcase, and it showed failures due to unstable loop unrolling.

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-05 Thread amylaar at gcc dot gnu dot org
--- Comment #3 from amylaar at gcc dot gnu dot org 2006-07-05 13:42 --- Created an attachment (id=11833) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11833action=view) dump diff for mainline r115174 bootstrap failure The diff with -fdump-noaddr is indeed much more useful to track

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-04 Thread amylaar at gcc dot gnu dot org
--- Comment #1 from amylaar at gcc dot gnu dot org 2006-07-04 21:24 --- Created an attachment (id=11818) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11818action=view) Tentative patch I'm currently testing this patch. Hopefully this will allow to pinpoint the insns that stage3

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-04 Thread amylaar at gcc dot gnu dot org
--- Comment #2 from amylaar at gcc dot gnu dot org 2006-07-04 22:50 --- Created an attachment (id=11819) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11819action=view) Tentative patch This one compiles... -- amylaar at gcc dot gnu dot org changed: What|Removed