[Bug other/38363] Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES

2010-05-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-05-22 17:42 --- As discussed, not a bug. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/42708] [4.5 Regression] ICE in gimplify_expr, at gimplify.c:6993

2010-01-12 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2010-01-12 23:10 --- Fixed for 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/42708] [4.5 Regression] ICE in gimplify_expr, at gimplify.c:6993

2010-01-12 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-01-12 23:09 --- Subject: Bug 42708 Author: jsm28 Date: Tue Jan 12 23:09:00 2010 New Revision: 155846 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155846 Log: PR c/42708 * c-typeck.c (build_c_cas

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-10-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #135 from jsm28 at gcc dot gnu dot org 2009-10-31 18:37 --- *** Bug 41867 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug c/41867] Translation time Floating Point precision is too small

2009-10-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-10-31 18:37 --- 323 covers all excess precision issues. Predictable results that do not depend on when a computation is carried out require -fexcess-precision=standard which requires 4.5. It so happens that all C conformance

[Bug c/41867] Translation time Floating Point precision is too small

2009-10-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-10-29 20:26 --- If you want C99-conforming excess precision, then use 4.5 or later (not 4.4) with -fexcess-precision=standard or strict conformance options such as -std=c99 that imply it (not -std=gnu99). With that I get: ls_ld2

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-10-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #134 from jsm28 at gcc dot gnu dot org 2009-10-29 20:26 --- *** Bug 41867 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/40860] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-07-29 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 Target Milestone|--- |4.4.2 http

[Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-07-29 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 Target Milestone|--- |4.4.2 http

[Bug bootstrap/40788] [4.5 regression] ICE : tree check: expected class 'expression', have 'declaration' (var_decl) in gimplify_va_arg_expr, at builtins.c:5107

2009-07-29 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 Target Milestone|--- |4.5.0 http

[Bug debug/40462] [4.5 Regression] ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2773 while compiling mlib-tgt.adb

2009-07-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-07-29 22:37 --- Is comment #5 meant to be a claim that the patch does not fully fix the bug? If so, please state with what revision on what target the problem is still observed. In any case, the targets mentioned are not primary or

[Bug libgcj/40181] [4.4 regression] regressions in libjava testsuite on s390-linux

2009-06-17 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40181 --- You

[Bug target/29206] [4.3/4.4/4.5 regression] gcj-dbtool segfaults

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-31 19:44 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libmudflap/28077] [4.3 regression] pass39-frag.c produces mudflap violation on alpha

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 19:39 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug target/27880] [4.3 regression] undefined reference to `_Unwind_GetIPInfo'

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #36 from jsm28 at gcc dot gnu dot org 2009-03-31 19:36 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26415] [4.3/4.4/4.5 regression] m68k-linux bootstrap error during stage2

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-31 19:31 --- Closing 4.2 branch. What is the status now on the three testcases? -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25343] [4.3/4.4/4.5 regression] [m68k] testsuite failures

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-31 19:04 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23144] [4.3/4.4/4.5 Regression] invalid parameter forward declarations not diagnosed

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-31 18:53 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39491] [4.4/4.5 regression] symbol __signb...@glibcxx_3.4 in libstdc++ not exported anymore

2009-03-31 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39491 --- You

[Bug target/34493] [4.2 Regression] ICE reload_cse_simplify_operands, at postreload.c:392 on powerpc with -funroll-loops

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-31 01:41 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 21:49 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30132] [4.2 Regression] ICE in find_lattice_value, at tree-complex.c:133

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-30 20:16 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30088] [4.2 Regression] Unexpected compilation results: -O1 vs. -O1 -fstrict-aliasing

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2009-03-30 19:43 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29474] [4.2 Regression] reload_cse_simplify_operands, at postreload.c:393 on m68k with -O -fPIC

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 19:40 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29472] [4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 19:39 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29225] [4.2 regression] ICE in gimplify_expr, at gimplify.c:4513

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 19:38 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28181] [4.2 regression] ICE in reload_cse_simplify_operands, at postreload.c:393 on m68k

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 16:58 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/16876] [4.2 Regression] ICE on testcase with -O3 in fold-const

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2009-03-30 15:37 --- Closing 4.2 branch. Original bug was fixed for 4.2.0, rejects-valid for 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-03-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #127 from jsm28 at gcc dot gnu dot org 2009-03-30 01:57 --- Fixed for C (and ObjC) for 4.5 with the new -fexcess-precision=standard support. The issue remains for other languages (and maybe for some m68k processors); I quote from my original message <http://gcc.gnu.org

[Bug rtl-optimization/323] optimized code gives strange floating point results

2009-03-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #126 from jsm28 at gcc dot gnu dot org 2009-03-30 01:51 --- Subject: Bug 323 Author: jsm28 Date: Mon Mar 30 01:50:44 2009 New Revision: 145272 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145272 Log: PR rtl-optimization/323 * c-

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

2009-03-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-29 18:16 --- Fixed for 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

2009-03-29 Thread jsm28 at gcc dot gnu dot org
--- Comment #16 from jsm28 at gcc dot gnu dot org 2009-03-29 18:14 --- Subject: Bug 456 Author: jsm28 Date: Sun Mar 29 18:13:43 2009 New Revision: 145254 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145254 Log: PR c/456 PR c/5675 PR c/19976

[Bug preprocessor/11931] unjustified warning for C89 code using HUGE_VAL

2009-02-17 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-02-18 01:14 --- For a long time glibc has used __builtin_huge_val in this definition which avoids this problem. fixincludes has fixed the definitions from old glibc to avoid this problem since: 2005-09-15 Joseph S. Myers

[Bug target/38293] [4.4 regression] libgfortran build failure on spu-elf

2008-11-27 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 Target Milestone|--- |4.4.0 http

[Bug rtl-optimization/323] optimized code gives strange floating point results

2008-11-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #123 from jsm28 at gcc dot gnu dot org 2008-11-04 13:25 --- Subject: Bug 323 Author: jsm28 Date: Tue Nov 4 13:24:30 2008 New Revision: 141578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141578 Log: PR rtl-optimization/323 * c-

[Bug c/37940] no error detected for semicolon in C function declaration

2008-10-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2008-10-28 20:25 --- *** This bug has been marked as a duplicate of 23144 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23144] [4.2/4.3/4.4 Regression] invalid parameter forward declarations not diagnosed

2008-10-28 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-10-28 20:25 --- *** Bug 37940 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

2008-10-24 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-10-24 19:36 --- Subject: Bug 456 Author: jsm28 Date: Fri Oct 24 19:34:52 2008 New Revision: 141349 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141349 Log: PR c/456 PR c/5675 PR c/19976

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

2008-10-23 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-10-24 00:06 --- Testing a patch for 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/37349] [4.4 Regression] bootstrap broken on Alpha: undefined reference to _Jv_RegisterClasses

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37349 --- You are

[Bug tree-optimization/36439] [4.3/4.4 Regression] infinite loop in PRE building gimp-plugin-registry

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-08-27 22:04 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35658] between -funroll-loops -fno-automatic -O2 and common block variable

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35090] [4.3/4.4 regression] libjava testsuite failures on hppa-linux

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/33263] [4.3/4.4 regression] libjava testsuite failures on alpha-linux

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-08-27 22:02 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/36989] Wrong type for (... ? ... : ...)

2008-07-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2008-07-31 15:44 --- Bug 456 covers c9[09]-const-expr-[12].c, bug 5675 covers c9[0-9]-const-expr-3.c. *** This bug has been marked as a duplicate of 456 *** -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/456] constant expressions constraints (gcc.dg/c90-const-expr-1)

2008-07-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-31 15:44 --- *** Bug 36989 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/16876] [4.2 Regression] ICE on testcase with -O3 in fold-const

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #24 from jsm28 at gcc dot gnu dot org 2008-07-04 22:44 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35100] [4.2/4.3/4.4 regression] internal compiler error: in extract_insn, at recog.c:1990

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 22:32 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug tree-optimization/30132] [4.2 Regression] ICE in find_lattice_value, at tree-complex.c:133

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2008-07-04 21:45 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30088] [4.2 Regression] Unexpected compilation results: -O1 vs. -O1 -fstrict-aliasing

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #18 from jsm28 at gcc dot gnu dot org 2008-07-04 21:45 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/29609] [4.2/4.3/4.4 Regression] Even with -O0 -g gcc optimizes a goto away and I cannot debug

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 21:43 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/29607] [DR 224] [4.2/4.3/4.4 Regression] dependent name with base classes

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-07-04 21:43 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29474] [4.2 Regression] reload_cse_simplify_operands, at postreload.c:393 on m68k with -O -fPIC

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 21:40 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug target/29472] [4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-07-04 21:39 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c++/29469] [DR 224] [4.2/4.3/4.4 Regression] error: non-template 'pair' used as template

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 21:37 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29225] [4.2 regression] ICE in gimplify_expr, at gimplify.c:4513

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 21:32 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28181] [4.2 regression] ICE in reload_cse_simplify_operands, at postreload.c:393 on m68k

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 21:25 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libmudflap/28077] [4.2/4.3/4.4 regression] pass39-frag.c produces mudflap violation on alpha

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-07-04 21:25 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug target/25343] [4.2/4.3/4.4 regression] [m68k] testsuite failures

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-07-04 20:16 --- Closing 4.1 branch. Patches should be pinged on the gcc-patches list, every week or two until they are reviewed. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/23144] [4.2/4.3/4.4 Regression] invalid parameter forward declarations not diagnosed

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-07-04 19:58 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/32295] [4.1 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 16:09 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/30919] [4.1 regression] unable to find a register to spill in class 'CREG'

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-04 16:01 --- Closing 4.1 branch, please reopen and mark accordingly if still present with later versions. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

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

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-07-04 15:47 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/26560] [4.1 regression] mips: unable to find a register to spill in class 'FP_REGS'

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-07-04 15:17 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34493] [4.2 Regression] ICE reload_cse_simplify_operands, at postreload.c:392 on powerpc with -funroll-loops

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:24 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29206] [4.2/4.3/4.4 regression] gcj-dbtool segfaults

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26415] [4.2/4.3/4.4 regression] m68k-linux bootstrap error during stage2

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27880] [4.2/4.3/4.4 regression] undefined reference to `_Unwind_GetIPInfo'

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/16876] [4.1/4.2 Regression] ICE on testcase with -O3 in fold-const

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #23 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgcj/33263] [4.3/4.4 regression] libjava testsuite failures on alpha-linux

2008-03-14 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-03-15 00:41 --- Update milestone after 4.3.0 release. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34493] [4.2 Regression] ICE reload_cse_simplify_operands, at postreload.c:392 on powerpc with -funroll-loops

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-02-01 16:55 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #22 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34950] [4.2/4.3 Regression] ICE in svn boost math toolkit

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-02-01 16:55 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/33410] [4.2/4.3 regression] ICE in iv_analyze_expr, at loop-iv.c:934

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-02-01 16:54 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30052] [4.2 Regression] points-to analysis slow and memory hungry

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #51 from jsm28 at gcc dot gnu dot org 2008-02-01 16:53 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29206] [4.2/4.3 regression] gcj-dbtool segfaults

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-02-01 16:53 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26415] [4.2/4.3 regression] m68k-linux bootstrap error during stage2

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27880] [4.2/4.3 regression] undefined reference to `_Unwind_GetIPInfo'

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2008-02-01 16:52 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2008-02-01 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2008-02-01 16:54 --- 4.2.3 is being released now, changing milestones of open bugs to 4.2.4. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29469] [DR 224] [4.1/4.2/4.3 Regression] error: non-template 'pair' used as template

2008-01-21 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-01-21 16:30 --- Bugs waiting for the committee should not be release-critical; we can restore this to P3 and reconsider the priority when unsuspending. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c++/29607] [DR 224] [4.1/4.2/4.3 Regression] dependent name with base classes

2008-01-21 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-01-21 16:32 --- Bugs waiting for the committee should not be release-critical; we can restore this to P3 and reconsider the priority when unsuspending. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug c/32295] [4.1 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-10-10 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2007-10-10 18:31 --- Fixed for 4.2.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug c/32295] [4.1/4.2 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-10-10 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2007-10-10 18:24 --- Subject: Bug 32295 Author: jsm28 Date: Wed Oct 10 18:24:29 2007 New Revision: 129215 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129215 Log: PR c/32295 * c-typeck.c (default_co

[Bug c/32295] [4.1/4.2 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-09-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2007-09-27 12:20 --- Fixed for 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary

[Bug c/32295] [4.1/4.2/4.3 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-09-25 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2007-09-25 15:05 --- Subject: Bug 32295 Author: jsm28 Date: Tue Sep 25 15:04:58 2007 New Revision: 128765 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128765 Log: PR c/32295 * c-typeck.c (default_co

[Bug c/32295] [4.1/4.2/4.3 Regression] An invalid c code causes an ICE in create_tmp_var, at gimplify.c:489

2007-09-24 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2007-09-24 17:36 --- Working on a patch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added AssignedTo

[Bug bootstrap/33368] [4.3 regression] bootstrap comparision failure with --enable-targets=all

2007-09-11 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33368 --- You

[Bug ada/30618] [4.1 regression] Infinite loop in sem_ch8.end_use_clauses

2007-02-03 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30618 --- You

[Bug target/25343] [4.0/4.1/4.2/4.3 regression] [m68k] testsuite failures

2007-02-03 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25343 --- You

[Bug c/23144] [4.0/4.1/4.2/4.3 Regression] invalid parameter forward declarations not diagnosed

2007-02-03 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144 --- You

[Bug target/28183] [4.0/4.1/4.2 regression] assembler error "FATAL: can't close x.o" on m68k with new binutils

2006-09-10 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28183 --- You

[Bug libmudflap/28077] [4.1/4.2 regression] pass39-frag.c produces mudflap violation on alpha

2006-09-10 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28077 --- You

[Bug c/28280] [4.2 regression] bogus "statement with no effect" warning with VLA and typeof

2006-08-15 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2006-08-15 16:16 --- The patch http://gcc.gnu.org/ml/gcc-patches/2006-07/txt00017.txt is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28280 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ada/26866] [4.1 regression] 428 test failures in ada testsuite

2006-06-04 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26866 --- You

[Bug c/456] constant expressions constraints

2005-05-28 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-28 10:45 --- *** Bug 21794 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/11459] -ansi -std=c99 -pedantic warns about C90's non long-long support when in C99 mode

2005-05-01 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11459 --- You are receiving this mail because: ---

Bug#128950: [Bug c/9072] -Wconversion should be split into two distinct flags

2005-03-19 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-19 13:34 --- *** Bug 20535 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/456] constant expressions constraints

2004-08-11 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||16989 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=456 -

[Bug c/456] constant expressions constraints

2004-08-11 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2004-08-11 20:50 --- Semi-formal model of constant expressions proposed for discussion: http://gcc.gnu.org/ml/gcc/2004-08/msg00377.html (with informal documentation of the extensions in GNU C). -- http://gcc.gnu.org/bugzilla

  1   2   >