[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2006-08-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-08-11 19:02 --- Subject: Bug 23454 Author: ebotcazou Date: Fri Aug 11 19:02:45 2006 New Revision: 116089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116089 Log: PR rtl-optimization/23454 *

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2006-08-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-08-11 19:04 --- Subject: Bug 23454 Author: ebotcazou Date: Fri Aug 11 19:04:04 2006 New Revision: 116090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116090 Log: PR rtl-optimization/23454

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2006-08-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-08-11 19:06 --- See http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00375.html -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-08-24 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-08-24 15:42 --- > I wonder if this is related to PR 28834 at all. The ICE stems from a new sanity check in the DWARF-2 back-end and we have fixed the problem in Gigi. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28591

[Bug middle-end/28075] [4.1 Regression] inliner introduces unnecessary type conversions

2006-08-26 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2006-08-26 14:00 --- Andrew, please remove the superfluous TAB you've added in + * tree-inline.c (setup_one_parameter): Strip useless + type conversion before adding it to the IR. on the 4.1 branch at least. T

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Infinite loop at -O1 and above in RTL CSE

2006-09-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-04 19:33 --- Subject: Bug 27616 Author: ebotcazou Date: Mon Sep 4 19:33:24 2006 New Revision: 116683 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116683 Log: PR rtl-optimization/27616

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Infinite loop at -O1 and above in RTL CSE

2006-09-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-04 19:35 --- Subject: Bug 27616 Author: ebotcazou Date: Mon Sep 4 19:35:09 2006 New Revision: 116684 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116684 Log: PR rtl-optimization/27616

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Infinite loop at -O1 and above in RTL CSE

2006-09-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-09-04 19:38 --- Fixed everywhere. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28386] [4.1 regression] Wrong code with if condition in loop

2006-09-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-05 07:06 --- Subject: Bug 28386 Author: ebotcazou Date: Tue Sep 5 07:06:46 2006 New Revision: 116693 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116693 Log: PR rtl-optimization/28386

[Bug rtl-optimization/28386] [4.1 regression] Wrong code with if condition in loop

2006-09-05 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-05 07:08 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28925] problem with zero_extract during gcse

2006-09-06 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-09-06 16:04 --- Confirmed according to the RTL logs. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28925] problem with zero_extract during gcse

2006-09-08 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-08 20:45 --- The approach looks OK but the fix should use invalidate_any_buried_refs. Post the revised version to gcc-patches if it works (read the guidelines on http://gcc.gnu.org/contribute.html) and I'll formally ap

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-09 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-09 22:09 --- > it looks like ifcvt messes up in pass 3 and puts the post-inc in the > cond-exec block. It's actually the combiner that wrongly ditches the post-inc, at least with the last set of options

[Bug rtl-optimization/28965] distribute_notes fails to change REG_DEAD into REG_UNUSED notes for global registers

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-09-10 12:12 --- Please provide a testcase as well as the other required bits of info. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-09-10 12:26 --- Works with 4.0.4pre so regression on 4.1 branch. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-10 12:26 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-10 21:27 --- Subject: Bug 28636 Author: ebotcazou Date: Sun Sep 10 21:27:36 2006 New Revision: 116827 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116827 Log: PR rtl-optimization/28636 * c

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-10 21:28 --- Subject: Bug 28636 Author: ebotcazou Date: Sun Sep 10 21:28:03 2006 New Revision: 116828 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116828 Log: PR rtl-optimization/28636 * c

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-09-10 21:28 --- Subject: Bug 28636 Author: ebotcazou Date: Sun Sep 10 21:28:39 2006 New Revision: 116829 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116829 Log: PR rtl-optimization/28636 * c

[Bug rtl-optimization/28636] [4.0/4.1 regression] Miscompiled loop

2006-09-10 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2006-09-10 21:34 --- Fixed everywhere. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28243] [4.1 Regression] internal consistency failure when building fontforge with -O3 -fPIC -ftracer

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-11 10:42 --- > Here's another test case, taken from maxdb: Please do not attach "other" testcases to a PR, the underlying problems are very likely unrelated. Only testcases reduced from the original o

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-09-11 19:28 --- Subject: Bug 28726 Author: ebotcazou Date: Mon Sep 11 19:28:11 2006 New Revision: 116855 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116855 Log: PR rtl-optimization/28726

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-11 19:28 --- Subject: Bug 28726 Author: ebotcazou Date: Mon Sep 11 19:28:41 2006 New Revision: 116856 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116856 Log: PR rtl-optimization/28726

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-11 19:32 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28965] distribute_notes fails to change REG_DEAD into REG_UNUSED notes for global registers

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last

[Bug rtl-optimization/28726] [4.1 regression] -fsched2-use-superblock produces wrong code

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-11 23:01 --- > Thank you for the fix. And for serving the GCC to the community. :) You're welcome. Thanks for reporting the problem and for the nice testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28726

[Bug rtl-optimization/28243] [4.1 Regression] internal consistency failure when building fontforge with -O3 -fPIC -ftracer

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-12 06:18 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29025] [4.0/4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2006-09-12 06:29 --- Confirmed, known problem in the 4.x series of compilers. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29025] [4.0/4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebotcazou at gcc dot gnu dot |dot org

[Bug other/23541] [4.0/4.1/4.2 regression] All error messages produce segfault

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |major Summary|All error messages produce |[4.0/4.1/4.2

[Bug target/24649] Hello world c++ prog core dumps

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2006-09-12 06:35 --- I've never been able to reproduce this. Do you still have the problem with the 4.x series of compiler? -- ebotcazou at gcc dot gnu dot org changed: What|Removed |

[Bug ada/29025] [4.0/4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-11 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |major http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29025

[Bug ada/29025] [4.0/4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-12 07:20 --- Created an attachment (id=12235) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12235&action=view) Fix. Patch against 4.1 branch but should apply to any 4.x trees in the ada/ subdir. Please use it

[Bug middle-end/26635] [4.1 Regression] Bogus Storage_Error warning

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-12 11:43 --- > It looks like this may be fixed on the mainline? At least the C testcase from > http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00198.html no longer shows > overflowed constants. Right, the wa

[Bug rtl-optimization/28965] distribute_notes fails to change REG_DEAD into REG_UNUSED notes for global registers

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-09-12 20:00 --- > The invalid REG_DEAD note triggered an ICE during sched1 with a 4.1.1 > based compiler with ENABLE_CHECKING set, compiling for sh4-elf with -O2 > -fno-exceptions. > > I can replicate the invali

[Bug rtl-optimization/28243] [4.1 Regression] internal consistency failure when building fontforge with -O3 -fPIC -ftracer

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-12 21:48 --- Subject: Bug 28243 Author: ebotcazou Date: Tue Sep 12 21:48:40 2006 New Revision: 116906 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116906 Log: PR rtl-optimization/28243 * c

[Bug rtl-optimization/28243] [4.1 Regression] internal consistency failure when building fontforge with -O3 -fPIC -ftracer

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-09-12 21:49 --- Subject: Bug 28243 Author: ebotcazou Date: Tue Sep 12 21:49:45 2006 New Revision: 116907 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116907 Log: PR rtl-optimization/28243 * c

[Bug rtl-optimization/28243] [4.1 Regression] internal consistency failure when building fontforge with -O3 -fPIC -ftracer

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2006-09-12 21:54 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084 (unecognizable insn) [m68k]

2006-09-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-13 06:46 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 07:57 --- > The removed comment says: > > - /* If will do cse, generate all results into pseudo registers > - since 1) that allows cse to find more things > - and 2) otherwise cse could prod

[Bug rtl-optimization/28618] The scheduler extends the lifetime of CLASS_LIKELY_SPILLED registers

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:18 --- > There might be problems if no matching set can be found in the current > basic block. I'll have to think about how to best check for this. > I'm currently leaning to add a field in struct d

[Bug rtl-optimization/28173] [4.0/4.1 regression] misses constant folding

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:24 --- Roger, could you comment on Ramana's proposition? Thanks in advance. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/28096] fdlibm/strtod.c miscompiled at -O2

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:32 --- Please indicate whether it's a regression from earlier versions of GCC. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |

[Bug rtl-optimization/28062] ICE in simplify_subreg, at simplify-rtx.c:4466

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #13 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:37 --- If the ICE has disappeared on both branches, the testcase should be added to the testsuite and the PR closed. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/27761] combine miscompiles

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:44 --- Please indicate the version(s) of the compiler, whether it's a regression, etc. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.0/4.1/4.2 regression]|[4.1/4.2 regression] |procedure doesn't m

[Bug rtl-optimization/28062] [latent] ICE in simplify_subreg, at simplify-rtx.c:4466

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 17:37 --- > But the bug still exists, just was covered up by my tree-inline patches for PR > 28075. Your patch may simply be the fix. If we have no testcase, we have no bug. -- http://gcc.gnu.org/bu

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:09 --- > I have installed the fix and the problem is now resolved. > I have tested it on a large program and it is OK. Great, thanks for the feedback. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29025

[Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 --- Subject: Bug 21952 Author: ebotcazou Date: Wed Sep 13 18:27:24 2006 New Revision: 116926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116926 Log: PR ada/21952

[Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 --- Subject: Bug 21952 Author: ebotcazou Date: Wed Sep 13 18:27:46 2006 New Revision: 116927 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116927 Log: PR ada/21952

[Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:29 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:40 --- Subject: Bug 28591 Author: ebotcazou Date: Wed Sep 13 18:40:26 2006 New Revision: 116928 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116928 Log: PR ada/28591

[Bug ada/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:42 --- Fixed on mainline. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:48 --- Subject: Bug 29025 Author: ebotcazou Date: Wed Sep 13 18:48:21 2006 New Revision: 116929 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116929 Log: PR ada/29025 *

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:48 --- Subject: Bug 29025 Author: ebotcazou Date: Wed Sep 13 18:48:46 2006 New Revision: 116930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116930 Log: PR ada/29025 *

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:50 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/29068] Bootstrap fails building in libjava directory on sparc-sun-solaris2.10

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:28 --- Same on SPARC/Solaris 8 and 9. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:40 --- Please, Andrew, stop overwriting my changes. Thanks. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:48 --- > If the bugzilla would allow me to merge the changes, it would be better but it > does not. Also I loaded the page right before you changed stuff and I had > changed the summary to include [4.2 Regres

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:23 --- Subject: Bug 26507 Author: ebotcazou Date: Wed Sep 13 21:23:28 2006 New Revision: 116931 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116931 Log: PR other/23541 PR oth

[Bug other/23541] [4.0/4.1/4.2 regression] All error messages produce segfault

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #26 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:23 --- Subject: Bug 23541 Author: ebotcazou Date: Wed Sep 13 21:23:28 2006 New Revision: 116931 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116931 Log: PR other/23541 PR oth

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:24 --- Subject: Bug 26507 Author: ebotcazou Date: Wed Sep 13 21:23:44 2006 New Revision: 116932 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116932 Log: PR other/23541 PR oth

[Bug other/23541] [4.0/4.1/4.2 regression] All error messages produce segfault

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #27 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:24 --- Subject: Bug 23541 Author: ebotcazou Date: Wed Sep 13 21:23:44 2006 New Revision: 116932 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116932 Log: PR other/23541 PR oth

[Bug other/23541] [4.0/4.1/4.2 regression] All error messages produce segfault

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #28 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:24 --- Subject: Bug 23541 Author: ebotcazou Date: Wed Sep 13 21:24:04 2006 New Revision: 116933 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116933 Log: PR other/23541 PR oth

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc (ICE while printing out warning)

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:24 --- Subject: Bug 26507 Author: ebotcazou Date: Wed Sep 13 21:24:04 2006 New Revision: 116933 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116933 Log: PR other/23541 PR oth

[Bug other/23541] [4.0/4.1/4.2 regression] All error messages produce segfault

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #29 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:25 --- At last. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added URL

[Bug other/26507] [4.2 Regression] compiler segfaults while building libobjc

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-09-13 21:26 --- At last. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added URL

[Bug ada/29015] Ada 2005 observer pattern with mutually dependent packages and containers produces compiler error

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29015

[Bug ada/25844] [4.1/4.2 regression] ICE on overloaded renames

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Summary|[4.1/4.2 regression] Ada ICE|[4.1/4.2

[Bug rtl-optimization/28618] The scheduler extends the lifetime of CLASS_LIKELY_SPILLED registers

2006-09-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2006-09-15 07:31 --- > > Why not use reg_last->sets? > > > AFAICT, reg_last[0].sets is live at that point. Sorry, I don't understand your answer. I was suggesting to use reg_last->sets to get the last

[Bug ada/18817] ACATS c380004 fails at run time

2006-09-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-15 08:59 --- Subject: Bug 18817 Author: ebotcazou Date: Fri Sep 15 08:59:02 2006 New Revision: 116964 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116964 Log: PR ada/18817 * utils.c (

[Bug ada/18817] ACATS c380004 fails at run time

2006-09-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-09-15 09:03 --- Fixed on mainline. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism)

2006-09-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-09-15 18:32 --- Subject: Bug 15802 Author: ebotcazou Date: Fri Sep 15 18:32:24 2006 New Revision: 116981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116981 Log: PR ada/15802

[Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism)

2006-09-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-15 18:37 --- Fixed on mainline. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-18 11:36 --- > Hmmm, seems this is a known issue that never got fixed. See this thread: > http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01558.html And this one: http://gcc.gnu.org/ml/gcc-patches/2006-03/msg0156

[Bug middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-09-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-18 13:48 --- > + /* TER is not run at -O0, so our representation of alignment > + information and its propagation is non-existant. */ > + if (!optimize) > +return 0; Perhaps if (!flag_tree_ter)

[Bug target/24649] Hello world c++ prog core dumps

2006-09-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-19 05:49 --- > gcc was built with: > > PKG_BUILD_GCC_LANGS=c,c++ > test -d objdir || mkdir objdir > (cd objdir; ../configure \ > --prefix=/opt/aegis \ > --wi

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:38 --- > Yes, this is a regression. > It works fine with -O2 with my system compiler (FC5 gcc, based on gcc 4.1). > It also works fine with -O2 using my gcc 4.1 build. > It fails with svn head. Thanks

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #18 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:39 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-20 17:42 --- Thanks for the fix. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/25737] ACATS c974001 c974013 hang with struct aliasing

2006-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #32 from ebotcazou at gcc dot gnu dot org 2006-09-21 14:05 --- > Note that Ada requires a patch to enable struct-aliasing, as it does Right, there is some confusion in this PR. The problem does *not* exist with the pristine mainline sources so I'm recla

[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented

2006-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-21 14:31 --- > mkdir foo > cd foo > ../configure Beginner error I'm afraid. :-) See http://gcc.gnu.org/install/configure.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27823

[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented

2006-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2006-09-21 16:09 --- > Eric, it is not forbidden to put objdir into srcdir. It is not > unsupported to do so. Simply amazing... Quoting http://gcc.gnu.org/install/configure.html: "First, we highly recommend that G

[Bug tree-optimization/25737] ACATS c974001 c974013 hang with struct aliasing

2006-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #35 from ebotcazou at gcc dot gnu dot org 2006-09-21 16:53 --- > I suspect the reality is there is some fundamental misunderstanding of > how aliasing or addressability works on the part of the Ada folks (no > offense to them, it's just the arguments they kee

[Bug libgcj/27823] Found a problem with the JNI methods declared and implemented

2006-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-09-21 17:57 --- > I've followed the mail lists for years while this was debated; I > don't think it's settled. ("./configure; make" definitely isn't > supported

[Bug tree-optimization/25737] ACATS c974001 c974013 hang with struct aliasing

2006-09-24 Thread ebotcazou at gcc dot gnu dot org
--- Comment #37 from ebotcazou at gcc dot gnu dot org 2006-09-24 18:23 --- > No, really, you don't seem to understand. > If you respect these DECL_NONADDRESSABLE_P or > TYPE_NONALIASED_COMPONENT flags, you are going to make them unaliased. > Your whole bug report is

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-29 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2006-09-29 20:40 --- > I don't think this bug has anything to do with excess precision. Valgrind > shows that, when compiled at -O2, we are reading from uninitialized memory. Confirmed: andl-144(

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-30 Thread ebotcazou at gcc dot gnu dot org
--- Comment #21 from ebotcazou at gcc dot gnu dot org 2006-09-30 08:50 --- > This smells like an aliasing issue. But it's not, it's if-conversion. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-30 Thread ebotcazou at gcc dot gnu dot org
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-09-30 13:31 --- Subject: Bug 28096 Author: ebotcazou Date: Sat Sep 30 13:31:29 2006 New Revision: 117331 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117331 Log: PR rtl-optimization/28096 *

[Bug rtl-optimization/28096] [4.2 regression] fdlibm/strtod.c miscompiled at -O2

2006-09-30 Thread ebotcazou at gcc dot gnu dot org
--- Comment #23 from ebotcazou at gcc dot gnu dot org 2006-09-30 13:35 --- Should work now. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29314] misaligned FP register for VIS instructions

2006-10-01 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-02 06:37 --- With mainline: poog% gcc/xgcc -Bgcc -c pr29314.c -mvis -mcpu=ultrasparc -O2 /usr/ccs/bin/as: "/var/tmp//ccPi3BER.s", line 12: error: invalid (misaligned) register /usr/ccs/bin/as: "/var/tmp//ccPi3

[Bug tree-optimization/25737] ACATS c974001 c974013 hang with struct aliasing

2006-10-03 Thread ebotcazou at gcc dot gnu dot org
--- Comment #40 from ebotcazou at gcc dot gnu dot org 2006-10-03 14:13 --- > Agreed. The Ada FE should either change or prove that there is a > design/implementation flaw in the aliasing machinery. I think we can prove that there is a discrepancy between the Tree type-based al

[Bug ada/27936] [4.2 Regression] gnatbind fails to link on Tru64 UNIX

2006-10-03 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2006-10-03 16:13 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/29429] Incorrect code with -O

2006-10-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-11 10:43 --- You need to put 'volatile' on hup_rcvd for this to work. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug driver/29430] Assembler messages: Error: invalid architecture -xarch=v8

2006-10-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-11 10:53 --- This > ../configure --with-mpfr=/logiciels/public/gmp-4.1.4/lib --enable-shared > --with-gnu-as=/logiciels/public/binutils-2.9/bin/as > --with-gnu-ld=/logiciels/public/binutils-2.9/bin/ld and

[Bug target/24649] Hello world c++ prog core dumps

2006-10-12 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-10-12 20:31 --- > I have found the cause of the problem. It isn't a problem with gcc. > > I use the binutils shipped with Solaris10 to strip the binaries and create > separate debug symbol files. If I do not

[Bug middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-10-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2006-10-14 10:59 --- > PA-RISC GNU/Linux is not a primary platform, so I've marked this P5. However, > PA-RISC HP-UX is a primary platform, so if this bug manifests there, please > set > this back to P3 with an ex

[Bug middle-end/29111] [4.2 Regression] FAIL: gcc.dg/torture/pr26565.c -O0 execution test

2006-10-14 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added CC|ebotcazou at gcc dot gnu dot| |org

[Bug debug/28834] [4.0/4.1/4.2 Regression] -O3 -g crashes sometimes when using may_alias and structs

2006-10-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-10-15 11:38 --- Also fails on SPARC with -O3 -g. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/29494] libgomp build fails with missing pthread_mutexattr_settype

2006-10-17 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-10-18 05:18 --- Right, bootstrap has been broken because of that for ages. I've pinged the patch many times but to no avail... -- ebotcazou at gcc dot gnu dot org changed: What|Re

<    1   2   3   4   5   6   7   8   9   10   >