[Bug c++/28705] [4.0/4.1/4.2 Regression] ICE: in type_dependent_expression_p, at cp/pt.c:12837

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-03 06:41 --- *** Bug 28348 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/28348] ICE trying to gimplify invalid code

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:41 --- Fixed on the mainline: t.cc: In function ‘void bar() [with T = N::A]’: t.cc:9: instantiated from here t.cc:4: error: argument dependent lookup finds ‘N::foo’ t.cc:7: error: in call to ‘foo’ Which means this is a

[Bug c++/28253] [4.0/4.1/4.2 regression] ICE with invalid covariant return

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:37 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug other/28297] GCC 4.1.1 fails to build on Mac OS X 10.4.6

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-09-03 06:37 --- (In reply to comment #9) > I just now tried that. Now I'm getting this error: > make: *** No rule to make target `bootstrap'. Stop. That does not make sense. Anyways try these instructions: cd gcc-src # the top

[Bug c++/28266] [4.0/4.1/4.2 regression] ICE on invalid default variable

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:33 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c++/28301] [4.0/4.1/4.2 regression] ICE with broken specialization

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:30 --- Confiremed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCO

[Bug c++/27952] [4.0/4.1/4.2 Regression] ICE with invalid virtual inheritance

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 06:30 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug target/28421] [4.0 Regression] ICE with SSE code in extract_insn, at recog.c:2020

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 06:28 --- Reload 1: reload_in (V2SI) = (const_vector:V2SI [ (const_int -1 [0x]) (const_int -1 [0xf

[Bug c++/28451] [4.0/4.1/4.2 regression] ICE with invalid default template parameter

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:13 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/28484] system_clock with real-type count_rate does not compile

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 06:10 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO|

[Bug c++/28501] ICE with __real__ and implicit type conversion

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:08 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c/28504] [4.0/4.1/4.2 regression] ICE with variable sized array

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:03 --- Confirmed, this works just fine with typedefs: typedef void (*type1)(int n, int x[n]); void foo(type1 p){} So we have a problem by looking at some parts of the function declation: SAVE_EXPR ; -- pinskia at gcc d

[Bug c/28503] ICE on invalid arguments for inline-asm

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 05:58 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c++/28284] [4.2 regression] ICE with invalid static const variable

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-03 05:50 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug middle-end/28790] ICE in initialize_inlined_parameters

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 05:44 --- Confirmed, we don't add to the calls the chain decl. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28785] internal compiler error

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-03 05:39 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug c++/28420] [4.0/4.1 regression] ICE with "typeid" as template parameter

2006-09-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug target/28808] Alignment problem in __gthread_once_t in vxWorks

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 05:37 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug target/28838] LIB_SPECS lacks pthread

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 05:36 --- Confirmed, patches should be sent to gcc-patches@ after reading: http://gcc.gnu.org/contribute.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/27832] texi2pod issues

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 05:34 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug target/26504] [4.1/4.2 Regression] compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-09-03 05:33 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug target/26015] [4.1/4.2 Regression] ICE during bootstrap for vax architecture

2006-09-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|ICE during bootstrap for vax|[4.1/4.2 Regression] ICE |architecture

[Bug target/28902] Fix for "alingment of XXX is greater than maximum object alignment" on AVR

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 05:30 --- Confirmed, can you send your patch to gcc-patches@ as mentioned on http://gcc.gnu.org/contribute.html With all the requested information with the email as requested by that page. -- pinskia at gcc dot gnu dot or

[Bug fortran/28916] Build of the head fails on Mac Intel

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-03 05:28 --- cvs -qz9 -d :pserver:[EMAIL PROTECTED]:/sources/gcc up -Pd The sources on gnu.org are so out of date, it is not funny. We use svn now, there is a NOTE file about this in the cvs server. Read: http://gcc.gnu.org/svn.

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-09-03 03:44 --- Just an added note. Compile time for large values of n is very long. Many seconds. For n - 2000 $ time gfc pr28914.f90 real1m5.009s user1m3.896s sys 0m0.048s This is on 3.2 gigahertz machine.

[Bug rtl-optimization/28940] [4.1/4.2 Regression] address selection does not work correctly

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-02 21:29 --- Well actually this is just address section which goes funny. We use CSE at the rtl level do to some address mode selection (which I feel is wrong). Part of the reasons why we go funny is that we do the add in 32bit

[Bug tree-optimization/28940] New: Overzealous CSE with static array access

2006-09-02 Thread lmakhlis at bmc dot com
char a[10], b[10]; int f1(int i) { return a[i+1] + b[i+1]; } With -O1 and higher, gcc performs CSE on i+1: addl$1, %edi movslq %edi,%rdi movsbl a(%rdi),%eax movsbl b(%rdi),%edx addl%edx, %eax ret This doesn't happen with the equ

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-09-02 21:10 --- Subject: Bug number PR28935 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00061.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/28914] Code inside loop hangs; outside loop runs normally; runs OK on other compilers

2006-09-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-09-02 19:24 --- I tested the provisional patch on i686-linux-pc-gnu. Had to set tmp_loopvar = NULL when declared to avoid warning message on possibly uninitialized variable. Fixes the test case in this PR. Regression testsd

[Bug java/28938] New: [ecj] update build instructions to account for changes

2006-09-02 Thread tromey at gcc dot gnu dot org
The gcc build instructions must be updated for gcj-eclipse changes before we can merge the branch. -- Summary: [ecj] update build instructions to account for changes Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-09-02 17:11 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

[Bug rtl-optimization/27735] [4.2 Regression] ICE at -O3 caused by loop unswitching

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-09-02 17:03 --- *** Bug 28934 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-02 17:03 --- This is a dup of bug 27735. *** This bug has been marked as a duplicate of 27735 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-02 16:52 --- (In reply to comment #4) > We're folding: This is related to PR 23049 which was the same problem but in DOM instead of CCP. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/28937] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-02 16:49 --- Reduced testcase (this one fails at -O2 also): class SHA256 { unsigned m_digest; unsigned long long m_count; unsigned char _buffer[64]; static void Transform (unsigned * data); void WriteByteBlock (unsigned

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-09-02 16:44 --- We're folding: #55 0x08184f06 in fold_stmt (stmt_p=0xa7cacbfc) at /home/richard/src/trunk/gcc/tree-ssa-ccp.c:2408 2408result = fold (rhs); (gdb) call debug_generic_expr (*stmt_p) indexD.1531_315 = 0 != 0 ? 1

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-09-02 16:35 --- Confirmed. Reduced testcase: int col[8]; int extend_options(int w, int h, int *map, int x, int y, int index) { int dx, dy; for (dx = -1; dx <= +1; dx++) { int index = (dy < 0 ? 6-dx : dy > 0 ? 2+dx :

[Bug tree-optimization/28937] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-09-02 16:34 --- Created an attachment (id=12179) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12179&action=view) test case Testcase from application "p7zip". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28937

[Bug tree-optimization/28544] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread tbm at cyrius dot com
--- Comment #12 from tbm at cyrius dot com 2006-09-02 16:34 --- (In reply to comment #11) > (In reply to comment #9) > > Here's another testcase. It fails at -O3. Is this code problematic too? > No it is not problematic but it is a different bug. Can you file it > seperately? Sure, P

[Bug tree-optimization/28937] New: [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread tbm at cyrius dot com
ICE at -O3: 502:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -c -O3 p7zip-SHA256.cc p7zip-SHA256.cc: In member function 'void NCrypto::NSHA256::SHA256::WriteByteBlock()': p7zip-SHA256.cc:16: internal compiler error: in add_virtual_operand, at tree-ssa-operands.c:1309 Please submit a full bu

[Bug tree-optimization/28544] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-09-02 16:29 --- (In reply to comment #9) > Here's another testcase. It fails at -O3. Is this code problematic too? No it is not problematic but it is a different bug. Can you file it seperately? -- http://gcc.gnu.org/bugzi

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2006-09-02 16:25 --- Also fails with x86 with -O3 -msse -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28934

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2006-09-02 16:23 --- (In reply to comment #2) > Hmm, which target, exact flags? It works for me (i686). -O3, x86_64 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28934

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-09-02 16:17 --- *** Bug 28936 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/28936] -O3 crash

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-09-02 16:17 --- *** This bug has been marked as a duplicate of 28934 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-09-02 16:15 --- Hmm, which target, exact flags? It works for me (i686). -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-09-02 16:15 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28935

[Bug c/28936] -O3 crash

2006-09-02 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2006-09-02 14:40 --- Created an attachment (id=12178) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12178&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28936

[Bug c/28936] New: -O3 crash

2006-09-02 Thread dcb314 at hotmail dot com
I just tried to compile Suse Linux package ctags-2006.5.31-3 with GNU C++ version 4.2 snapshot 20060826. The compiler said ruby.c: In function 'parseIdentifier': ruby.c:227: error: edge from 49 to 51 should not be marked irreducible ruby.c:227: error: basic block 51 should not be marked irreducib

[Bug c++/27397] [4.2 regression] ICE on invalid template argument

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #7 from lmillward at gcc dot gnu dot org 2006-09-02 14:17 --- Fixed in 4.2. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/27494] [4.0/4.1 regression] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #4 from lmillward at gcc dot gnu dot org 2006-09-02 14:17 --- Fixed in 4.2. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Summa

[Bug c++/27493] [4.2 regression] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #4 from lmillward at gcc dot gnu dot org 2006-09-02 14:16 --- Fixed in 4.2. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/27670] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-09-02 14:16 --- Fixed in 4.2. -- lmillward at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/27494] [4.0/4.1/4.2 regression] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-09-02 14:15 --- Subject: Bug 27494 Author: lmillward Date: Sat Sep 2 14:15:37 2006 New Revision: 116661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116661 Log: 2006-09-02 Lee Millward <[EMAIL PROTECTED]> P

[Bug c++/27397] [4.2 regression] ICE on invalid template argument

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #6 from lmillward at gcc dot gnu dot org 2006-09-02 14:15 --- Subject: Bug 27397 Author: lmillward Date: Sat Sep 2 14:15:37 2006 New Revision: 116661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116661 Log: 2006-09-02 Lee Millward <[EMAIL PROTECTED]> P

[Bug c++/27670] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #2 from lmillward at gcc dot gnu dot org 2006-09-02 14:15 --- Subject: Bug 27670 Author: lmillward Date: Sat Sep 2 14:15:37 2006 New Revision: 116661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116661 Log: 2006-09-02 Lee Millward <[EMAIL PROTECTED]> P

[Bug c++/27493] [4.2 regression] ICE on invalid template parameter

2006-09-02 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-09-02 14:15 --- Subject: Bug 27493 Author: lmillward Date: Sat Sep 2 14:15:37 2006 New Revision: 116661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116661 Log: 2006-09-02 Lee Millward <[EMAIL PROTECTED]> P

[Bug tree-optimization/28905] [4.2 regression] ICE in compare_name_with_value, at tree-vrp.c:3557

2006-09-02 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-09-02 13:50 --- Subject: Bug number PR28905 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00060.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/28935] [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-09-02 13:45 --- Created an attachment (id=12176) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12176&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28935

[Bug tree-optimization/28935] New: [4.2 regression] Segfault in operand_equal_p with -ftree-vectorize -O3

2006-09-02 Thread tbm at cyrius dot com
(gdb) run -ftree-vectorize -O3 orig.c Starting program: /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.0/cc1 -ftree-vectorize -O3 orig.c vprintf getchar getc_unlocked getchar_unlocked putchar fputc_unlocked putc_unlocked putchar_unlocked feof_unlocked ferror_unlocked strtod strtol strtoul str

[Bug tree-optimization/28934] [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2006-09-02 13:32 --- Created an attachment (id=12175) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12175&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28934

[Bug tree-optimization/28934] New: [4.2 regression] in verify_loop_structure, at cfgloop.c:1268 (edge should not be marked irreducible)

2006-09-02 Thread tbm at cyrius dot com
ICE at -O3: (sid)32:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -c -O3 exuberant-ctags-ruby.c exuberant-ctags-ruby.c: In function 'parseIdentifier': exuberant-ctags-ruby.c:50: error: edge from 32 to 34 should not be marked irreducible exuberant-ctags-ruby.c:50: error: basic block 34 should

[Bug tree-optimization/28544] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread tbm at cyrius dot com
--- Comment #10 from tbm at cyrius dot com 2006-09-02 13:27 --- Created an attachment (id=12174) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12174&action=view) test case Testcase from application "p7zip". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28544

[Bug tree-optimization/28544] [4.2 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-09-02 Thread tbm at cyrius dot com
--- Comment #9 from tbm at cyrius dot com 2006-09-02 13:27 --- Here's another testcase. It fails at -O3. Is this code problematic too? (sid)45:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/g++ -c -O3 p7zip-SHA256.cc p7zip-SHA256.cc: In member function 'void NCrypto::NSHA256::SHA25

[Bug target/27287] [4.1/4.2 Regression] returning constant double

2006-09-02 Thread guenter at roeck-us dot net
--- Comment #38 from guenter at roeck-us dot net 2006-09-02 13:23 --- (In reply to comment #36) > Subject: Re: [4.1/4.2 Regression] returning constant double > > What is confusing to me is that the r->r case is using evmergehi > and evmergelo. This is placing the value in bot

[Bug tree-optimization/28905] [4.2 regression] ICE in compare_name_with_value, at tree-vrp.c:3557

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

[Bug tree-optimization/28905] [4.2 regression] ICE in compare_name_with_value, at tree-vrp.c:3557

2006-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-09-02 10:15 --- The problem is, that for i_1: VARYING size_3: VARYING i_4: ~[0, 0] EQUIVALENCES: { } (0 elements) i_5: [-INF, -1] EQUIVALENCES: { i_6 i_7 } (2 elements) i_6: ~[0, 0] EQUIVALENCES: { i_7 } (1 elements) i_7: [0, si

[Bug libstdc++/24469] Possible race condition in mt_allocator causing SIGSEGV

2006-09-02 Thread pcarlini at suse dot de
--- Comment #10 from pcarlini at suse dot de 2006-09-02 08:34 --- Fixed for 4.2.0. -- pcarlini at suse dot de changed: What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/24469] Possible race condition in mt_allocator causing SIGSEGV

2006-09-02 Thread paolo at gcc dot gnu dot org
--- Comment #9 from paolo at gcc dot gnu dot org 2006-09-02 08:31 --- Subject: Bug 24469 Author: paolo Date: Sat Sep 2 08:31:45 2006 New Revision: 116660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116660 Log: 2006-09-02 Paolo Carlini <[EMAIL PROTECTED]> Richar