[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-09 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2005-05-10 01:24 --- Patch approved by rth and committed. -- What|Removed |Added Status|NEW

[Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105

2006-02-02 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2006-02-03 04:06 --- (gdb) p offset $1 = 16 (gdb) p *last_view_index $2 = 16 (gdb) p field $3 = 0xf7ef9850 (gdb) pt field_decl 0xf7ef9850 this$0 type pointer_type 0xf7f37680 type record_type 0xf7f37618 Two tree_2 type_2 type_3

[Bug middle-end/26187] New: computed goto code does not produce jumps

2006-02-08 Thread bje at gcc dot gnu dot org
not produce jumps Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC host triplet: i686

[Bug middle-end/26187] computed goto code does not produce jumps

2006-02-08 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2006-02-09 00:38 --- Thanks; I guess I misunderstood the semantics of computed gotos. On closer inspection of the GCC manual, You may not use this mechanism to jump to code in a different function. If you do that, totally

[Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105

2006-03-20 Thread bje at gcc dot gnu dot org
--- Comment #6 from bje at gcc dot gnu dot org 2006-03-21 02:54 --- Based on an investigation of the problem by myself and Tom, it appears to be due to the object layout chosen for PPC32 (and presumably other) targets. -- bje at gcc dot gnu dot org changed: What

[Bug c++/20201] requesting -Wfatal-errors=n

2005-11-27 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2005-11-28 05:22 --- One problem with this proposal is that sometimes the user just wants one actual error (the C++ error messages are multiline, but are still one message) and it is difficult to estimate what a good value of n is to ensure

[Bug web/25198] svn.html

2005-12-13 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-12-13 21:47 --- Fixed in revision 1.17 of htdocs/svn.html. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-12-16 22:13 --- Subject: Bug 25422 Author: bje Date: Fri Dec 16 22:12:55 2005 New Revision: 108689 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108689 Log: PR testsuite/25422 * gcc.dg/20031012-1.c: Add -Walways

[Bug testsuite/25422] [4.2 Regression] gcc.dg/20031012-1.c and gcc.dg/weak/weak-3.c (and a couple others) fails, forgot to update for new option, -Walways-true

2005-12-16 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2005-12-16 22:14 --- Fixed. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug java/26042] New: ICE in mark_reference_fields, at java/boehm.c:105

2006-01-30 Thread bje at gcc dot gnu dot org
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC host triplet: powerpc-linux GCC target

[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-12-12 Thread bje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org | Status|NEW

[Bug libstdc++/19495] New: basic_string::_M_rep() can produce an unnaturally aligned pointer to _Rep

2005-01-17 Thread bje at gcc dot gnu dot org
Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: powerpc-linux GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug other/17900] [4.0 Regression] GCC's source path in ICE is wrong

2004-10-14 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-10-14 07:04 --- It's a simple bug. Patch sent to gcc-patches. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17900

[Bug tree-optimization/17716] [4.0 Regression] ICE in tree-ssa-dom

2004-10-14 Thread bje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org | Status|NEW

[Bug debug/17924] [4.0 Regression] gcc.dg/debug/dwarf2/dwarf-die7.c fails

2004-10-14 Thread bje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org | Status|NEW

[Bug debug/17924] [4.0 Regression] gcc.dg/debug/dwarf2/dwarf-die7.c fails

2004-10-15 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-10-15 06:07 --- gen_subprogram_die is indeed being called for the decl of `t'. The problem seems a bit more subtle. This program illustrates the problem: /* Fails with: gcc foo.c -DSTATIC=static -O3 -dA -S -gdwarf-2

[Bug debug/17924] [4.0 Regression] gcc.dg/debug/dwarf2/dwarf-die7.c fails

2004-10-15 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-10-15 06:43 --- Actually, Pinski is right ;-/ gen_subprogram_die() is not being called. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17924

[Bug c/17720] New: Grammatical error in C warning

2004-09-28 Thread bje at gcc dot gnu dot org
: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: bje at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet

[Bug tree-optimization/17716] [4.0 Regression] ICE in tree-ssa-dom

2004-10-20 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-10-21 01:12 --- Pinski asked me to close this :-) -- What|Removed |Added Status|ASSIGNED

[Bug middle-end/18164] [4.0 Regression] ICE on trivial invalid asm

2004-10-27 Thread bje at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org | Status|NEW

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-12-01 05:05 --- This patch still causes a regression: FAIL: gcc.dg/funcdef-storage-1.c (test for excess errors) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug debug/17924] [4.0 Regression] gcc.dg/debug/dwarf2/dwarf-die7.c fails

2004-12-01 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-12-02 05:43 --- Trivial test case: static int f () { return 3; } int main() { return f (); } Here, cgraph_optimize() decides to inline f() into main() and then eliminates the node for f() from the call graph

[Bug preprocessor/22428] New: __extension__ won't silence pedwarns about hex float constants

2005-07-11 Thread bje at gcc dot gnu dot org
Severity: normal Priority: P2 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla

[Bug target/24306] New: va_arg gets confused when skipping over certain zero-sized types

2005-10-11 Thread bje at gcc dot gnu dot org
gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24306

[Bug target/24306] va_arg gets confused when skipping over certain zero-sized types

2005-10-11 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2005-10-11 14:02 --- gcc version 4.1.0 20051010 (experimental) I managed to work out that you need to add -msse to trigger the bug. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed

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

[Bug c/30636] New: incorrect array bounds warning on multi-dimensional arrays

2007-01-29 Thread bje at gcc dot gnu dot org
Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC host triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30636

[Bug c/30636] incorrect array bounds warning on multi-dimensional arrays

2007-01-29 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2007-01-30 04:01 --- Created an attachment (id=12978) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12978action=view) Reduced test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30636

[Bug c/30636] incorrect array bounds warning on multi-dimensional arrays

2007-01-29 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal Priority|P3 |P2 http

[Bug middle-end/30992] Scaling error in decimal floating-point arithmetic blows conversions to integers

2007-03-01 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug middle-end/30992] Scaling error in decimal floating-point arithmetic blows conversions to integers

2007-03-01 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2007-03-02 05:28 --- Subject: Bug 30992 Author: bje Date: Fri Mar 2 05:28:06 2007 New Revision: 122469 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122469 Log: 2007-03-02 Ben Elliston [EMAIL PROTECTED] PR 30992

[Bug middle-end/30992] Scaling error in decimal floating-point arithmetic blows conversions to integers

2007-03-01 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2007-03-02 05:29 --- Thanks also for the report on the C99 library! -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet

2007-05-03 Thread bje at gcc dot gnu dot org
regardless of target triplet Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot

[Bug c/39034] Decimal floating-point math done wrong

2009-02-01 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2009-02-02 02:35 --- Thanks for expanding the test case, Janis. I think this is worthy of a test case in the regression testsuite, which I will submit now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39034

[Bug c/39034] Decimal floating-point math done wrong

2009-02-02 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-02-02 23:03 --- Subject: Bug 39034 Author: bje Date: Mon Feb 2 23:03:20 2009 New Revision: 143884 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=143884 Log: PR c/39034 * gcc.dg/dfp/pr39034.c: New test. Added

[Bug c/39134] New: front end does not reject sizeof on function types

2009-02-08 Thread bje at gcc dot gnu dot org
Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC host triplet

[Bug target/5267] invoke.texi RS/6000 and PowerPC Options list needs cleanup

2009-03-11 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/30451] incorrect attributes in *movti_ppc64 of rs6000.md

2009-03-11 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/36425] Option -mno-isel not working

2009-03-11 Thread bje at gcc dot gnu dot org
--- Comment #7 from bje at gcc dot gnu dot org 2009-03-12 04:52 --- A patch was checked in. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-11 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/36800] va_arg for _Decimal128 on 32-bit Power mishandled in certain cases

2009-03-11 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-18 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-03-18 22:11 --- Invoking gcc with every possible argument to -msdata, I see: eabi ./as -mppc -many -Qy -memb -o foo.o /tmp/ccVvv3TA.s sysv ./as -mppc -many -Qy -o foo.o /tmp/ccdORyjE.s default ./as -mppc -many -Qy -o foo.o /tmp

[Bug bootstrap/31418] Bootstrap failure with -O2 -funroll-loops -funsafe-math-optimizations options on PPC

2009-03-19 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-03-20 02:46 --- Reproduced today with current tip of the 4.3 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31418

[Bug c/38847] error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-03-19 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-20 04:06 --- You should not be using --target=powerpc-405-linux-gnu, as this is not a valid triplet. You should be using --target=powerpc-linux-gnu. -- bje at gcc dot gnu dot org changed: What|Removed

[Bug target/15767] ppc-linux type attribute aligned, packed on vector types behaves wrongly

2009-03-19 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2009-03-20 04:45 --- The first test case (t.c) now works correctly on mainline. The second still does not work correctly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15767

[Bug target/27288] barfs on glibc code with an ICE (freescale's messy targets)

2009-03-19 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2009-03-20 04:59 --- Closing as this has been fixed in numerous releases for some time. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/35700] Problems compiling applications with -pg option using gcc 3.4.4 compiler.

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-03-23 01:51 --- Can you reproduce this problem using a current GCC release? From the command line you gave, it looks like you are using a Wind River GCC release, which the GCC community does not support. Am I right? -- http

[Bug target/32348] ICE on valid code

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-23 01:53 --- Edmar, can you confirm Joseph's suggestion? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32348

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-22 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-23 03:47 --- Tested patch posted for review: http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01017.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32542

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug middle-end/39301] ICE in register_overhead, at bitmap.c:115

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/31635] -mno-vrsave ignored on ppc64

2009-03-22 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/39175] ICE while compiling qt-4.5.0-rc1

2009-03-25 Thread bje at gcc dot gnu dot org
--- Comment #7 from bje at gcc dot gnu dot org 2009-03-25 22:05 --- Subject: Bug 39175 Author: bje Date: Wed Mar 25 22:05:08 2009 New Revision: 145076 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145076 Log: Backport from mainline: 2009-02-19 Jakub Jelinek ja

[Bug target/39175] ICE while compiling qt-4.5.0-rc1

2009-03-25 Thread bje at gcc dot gnu dot org
--- Comment #8 from bje at gcc dot gnu dot org 2009-03-25 22:06 --- Now fixed on the 4.3 branch and on mainline. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37595] funcs.c:323: internal compiler error: Segmentation fault

2009-03-25 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-26 04:28 --- Can you check this with GCC 4.3.3 (or the tip of the GCC 4.3 branch), please? I cannot reproduce this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37595

[Bug target/25160] ICE in print_operand if using -mfloat-gprs w/ non-854x -mcpu option

2009-03-25 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-03-26 04:32 --- I think this patch should suffice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25160

[Bug target/39558] Bad interaction of decls named 'vector' and -maltivec vector support

2009-03-25 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug middle-end/39301] ICE in register_overhead, at bitmap.c:115

2009-03-26 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-27 04:14 --- I am unable to reproduce this problem with mainline. I see: cc1: out of memory allocating 4064 bytes after a total of 3543465984 bytes -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39301

[Bug target/30451] incorrect attributes in *movti_ppc64 of rs6000.md

2009-03-28 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2009-03-28 23:27 --- Subject: Bug 30451 Author: bje Date: Sat Mar 28 23:27:14 2009 New Revision: 145213 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145213 Log: PR target/30451 * config/rs6000/rs6000.md

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-28 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2009-03-28 23:31 --- Subject: Bug 32542 Author: bje Date: Sat Mar 28 23:31:35 2009 New Revision: 145214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145214 Log: PR target/32542 * sysv4.opt (msdata): Improve comment

[Bug target/32542] When -msdata is set, gcc sent -memb to gas.

2009-03-28 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-03-28 23:53 --- Fixed on mainline. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug target/30451] incorrect attributes in *movti_ppc64 of rs6000.md

2009-03-28 Thread bje at gcc dot gnu dot org
--- Comment #6 from bje at gcc dot gnu dot org 2009-03-28 23:55 --- Fixed on mainline. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-31 01:57 --- Subject: Bug 38462 Author: bje Date: Tue Mar 31 01:56:52 2009 New Revision: 145328 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145328 Log: PR libmudflap/38462 * testsuite/libmudflap.c/fail27

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2009-03-31 03:05 --- Subject: Bug 38462 Author: bje Date: Tue Mar 31 03:05:23 2009 New Revision: 145329 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145329 Log: PR libmudflap/38462 * testsuite/libmudflap.c/fail27

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-03-31 03:06 --- Fixed in 4.4 and mainline. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31635] -mno-vrsave ignored on ppc64

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-03-31 05:25 --- Subject: Bug 31635 Author: bje Date: Tue Mar 31 05:25:08 2009 New Revision: 145332 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145332 Log: PR target/31635 * config/rs6000/rs6000.c

[Bug target/31635] -mno-vrsave ignored on ppc64

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-03-31 05:31 --- Fixed on mainline. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug middle-end/39301] ICE in register_overhead, at bitmap.c:115

2009-03-30 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2009-03-31 05:46 --- I still cannot reproduce this using the 4.4 branch: $ ./xgcc -v Reading specs from ./specs Target: powerpc64-unknown-linux-gnu Configured with: /home/bje/source/gcc-clean/configure --enable-languages=c --enable-gather

[Bug bootstrap/34818] --with-gmp overrides --with-mpfr

2009-03-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|bje at gcc dot gnu dot org |unassigned at gcc dot gnu

[Bug middle-end/26933] Volatile member in struct member accessed/written implicitly

2009-03-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/36800] va_arg for _Decimal128 on 32-bit Power mishandled in certain cases

2009-04-01 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2009-04-02 05:08 --- Testing a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36800

[Bug middle-end/32970] [4.3 Regression] C++ frontend can not handle vector pointer constant parameter

2007-08-16 Thread bje at gcc dot gnu dot org
--- Comment #8 from bje at gcc dot gnu dot org 2007-08-17 05:24 --- Subject: Bug 32970 Author: bje Date: Fri Aug 17 05:24:24 2007 New Revision: 127578 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=127578 Log: PR middle-end/32970 gcc/ * tree.c

[Bug middle-end/32970] [4.3 Regression] C++ frontend can not handle vector pointer constant parameter

2007-08-17 Thread bje at gcc dot gnu dot org
--- Comment #9 from bje at gcc dot gnu dot org 2007-08-17 06:49 --- Fixed in r127578. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/34720] ICE in real_to_decimal, at real.c:1656

2008-01-16 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-01-17 05:27 --- I cannot reproduce this using either r131302 (a revision close to 2008-01-04) or today's head revision. Can you please check again using an updated source tree? From the paths listed in your bug report, it appears

[Bug other/22232] Bug in fixproto (missing escape)

2008-01-21 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug middle-end/24573] g++: Internal error message while building openh323

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2008-01-21 23:28 --- Can you please try building again with GCC 4.2? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24573

[Bug other/12618] core not cleaned up by 'make distclean'

2008-01-21 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug other/12618] core not cleaned up by 'make distclean'

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-01-21 23:52 --- Patch posted to: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg00975.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12618

[Bug target/34422] Bootstrap error with --enable-fixed-point

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2008-01-22 00:58 --- Confirmed with today' r131705. The --with-arch option seems to have no involvement here. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19490] PowerPC back end ignores SPE command-line options

2008-01-21 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/15951] m68k-*-elf doesn't allow --with-cpu= in the configure script

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-01-22 03:22 --- This now works on mailine: ./xgcc -B. -v foo.c Reading specs from ./specs Target: m68k-elf Configured with: /home/bje/source/gcc-trunk/configure --target=m68k-elf --enable-languages=c --disable-mutilib --with-cpu

[Bug target/545] -std=c89 defines macros it shouldn't

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #16 from bje at gcc dot gnu dot org 2008-01-22 03:51 --- Not much has changed. For r131688: ./ptx4.h ./sol2.h ./svr4.h ./cris/aout.h ./rs6000/aix53.h ./rs6000/sysv4.h ./rs6000/aix51.h ./rs6000/aix.h ./rs6000/aix52.h ./rs6000/aix43.h ./rs6000/aix41.h ./i386/sco5.h ./i386

[Bug bootstrap/34818] --with-gmp overrides --with-mpfr

2008-01-21 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug bootstrap/34818] --with-gmp overrides --with-mpfr

2008-01-21 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2008-01-22 04:57 --- I agree with your reasoning for the easy fix. I'll post a patch and we'll see if it is accepted. If not, there is a fair bit more work involved to split the gmplibs variable into two new variables. -- http

[Bug c++/25701] gcc.texi missing @direntry for g++

2008-01-21 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug other/22232] Bug in fixproto (missing escape)

2008-01-23 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2008-01-23 23:27 --- Subject: Bug 22232 Author: bje Date: Wed Jan 23 23:26:24 2008 New Revision: 131768 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131768 Log: PR other/22232 * fixproto: Escape . in sed expression

[Bug other/22232] Bug in fixproto (missing escape)

2008-01-23 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-01-24 00:12 --- Subject: Bug 22232 Author: bje Date: Thu Jan 24 00:11:47 2008 New Revision: 131769 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131769 Log: Revert this patch, as it is not a regression. 2008-01-24 Ben

[Bug c/34720] ICE in real_to_decimal, at real.c:1656

2008-01-23 Thread bje at gcc dot gnu dot org
--- Comment #6 from bje at gcc dot gnu dot org 2008-01-24 02:33 --- Thanks; I will keep investigating. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34720

[Bug c++/25701] gcc.texi missing @direntry for g++

2008-01-23 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2008-01-24 06:08 --- Patch posted at: http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01126.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25701

[Bug c++/25701] gcc.texi missing @direntry for g++

2008-01-24 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-01-24 10:22 --- Subject: Bug 25701 Author: bje Date: Thu Jan 24 10:22:11 2008 New Revision: 131778 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131778 Log: PR c++/25701 * doc/gcc.texi (Software development

[Bug other/22232] Bug in fixproto (missing escape)

2008-01-24 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2008-01-24 20:53 --- Subject: Bug 22232 Author: bje Date: Thu Jan 24 20:52:56 2008 New Revision: 131809 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131809 Log: Committed with RM approval this time. PR other/22232

[Bug c++/25701] gcc.texi missing @direntry for g++

2008-01-24 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2008-01-24 21:25 --- Fixed in r131778. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug other/22232] Bug in fixproto (missing escape)

2008-01-24 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2008-01-24 21:27 --- Fixed in r131809. -- bje at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/29326] __builtin_trap is not documented

2008-01-31 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2008-02-01 01:41 --- Subject: Bug 29326 Author: bje Date: Fri Feb 1 01:40:49 2008 New Revision: 131995 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131995 Log: PR c/29326 * doc/extend.texi (Other Builtins

[Bug c/29326] __builtin_trap is not documented

2008-01-31 Thread bje at gcc dot gnu dot org
--- Comment #4 from bje at gcc dot gnu dot org 2008-02-01 01:42 --- Subject: Bug 29326 Author: bje Date: Fri Feb 1 01:41:27 2008 New Revision: 131996 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131996 Log: PR c/29326 * doc/extend.texi (Other Builtins

[Bug c/29326] __builtin_trap is not documented

2008-01-31 Thread bje at gcc dot gnu dot org
--- Comment #5 from bje at gcc dot gnu dot org 2008-02-01 01:42 --- Fix committed to mainline and the 4.2 branch. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26349] config/i386/i386.h: typo in comment?

2008-01-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

[Bug target/26349] config/i386/i386.h: typo in comment?

2008-01-31 Thread bje at gcc dot gnu dot org
--- Comment #1 from bje at gcc dot gnu dot org 2008-02-01 02:19 --- Thanks for the report. In the mainline i386.h (changed since 4.2), the cpu types are enumerated rather than a sequence of #defines. As a result, i486 really is 2, so the comment is now correct. enum

[Bug c/30552] gcc crashed when compiling an example

2008-01-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known

[Bug other/32948] five warnings and a patch

2008-01-31 Thread bje at gcc dot gnu dot org
-- bje at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bje at gcc dot gnu dot org |dot org

  1   2   3   >