[Bug c/27734] always inline fails with function body unavailable error

2006-05-22 Thread raj dot khem at gmail dot com
--- Comment #3 from raj dot khem at gmail dot com 2006-05-22 22:45 --- I think it can be closed invalid. -- raj dot khem at gmail dot com changed: What|Removed |Added

[Bug c++/27732] Parentheses elicit spurious error: "missing '>' to terminate the template argument list"

2006-05-22 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2006-05-22 22:46 --- Confirmed. I guess the workaround is to simply not use the parenthesis. Nevertheless, this is a regression introduced with the new parser in 3.4.0. W. -- bangerth at dealii dot org changed: What|Rem

[Bug c++/27648] [4.0/4.1/4.2 Regression] ICE on attribute on pointers in static_cast

2006-05-22 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2006-05-22 23:02 --- A regression hunt for mainline on powerpc-linux identified this patch as the one for which the testcase starts getting an ICE instead of the error messages shown for GCC 3.4 (branch) in comment #3: http://gcc.gnu.org/

[Bug middle-end/27736] New: unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread danglin at gcc dot gnu dot org
In stage1: /home/dave/gcc-4.2/objdir/./gcc/xgcc -B/home/dave/gcc-4.2/objdir/./gcc/ -B/home/ dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hp pa-linux/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/include -isys tem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-li

[Bug libgomp/26175] [4.2 Regression] In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined

2006-05-22 Thread malitzke at metronets dot com
--- Comment #4 from malitzke at metronets dot com 2006-05-23 00:49 --- No need to be offensive. At the time I was using the the latest kernel available (something like 2.6.15.x or 16.x) I was still able to compile on that dual G4 MAC glibc, as available from gcc.gnu.org/pub/glibc/snapsh

[Bug rtl-optimization/26855] [4.2 Regression] ICE in add_deps_for_def with -fmodulo-sched -maltivec

2006-05-22 Thread zadeck at gcc dot gnu dot org
--- Comment #12 from zadeck at gcc dot gnu dot org 2006-05-23 01:18 --- Subject: Bug 26855 Author: zadeck Date: Tue May 23 01:17:29 2006 New Revision: 114010 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114010 Log: 2006-05-22 Kenneth Zadeck <[EMAIL PROTECTED]> PR rtl

[Bug rtl-optimization/26375] [4.2 Regression] Swing modulo scheduling results in ICE

2006-05-22 Thread zadeck at gcc dot gnu dot org
--- Comment #8 from zadeck at gcc dot gnu dot org 2006-05-23 01:18 --- Subject: Bug 26375 Author: zadeck Date: Tue May 23 01:17:29 2006 New Revision: 114010 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114010 Log: 2006-05-22 Kenneth Zadeck <[EMAIL PROTECTED]> PR rtl-

[Bug middle-end/27736] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2006-05-23 01:54 --- Created an attachment (id=11497) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11497&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27736

[Bug middle-end/27736] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2006-05-23 01:55 --- The following change introduced the bug: 2006-05-22 Richard Sandiford <[EMAIL PROTECTED]> PR rtl-optimization/25514 * combine.c (replaced_rhs_insn): New variable. (combine_instructions): S

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/27733] [4.1/4.2 Regression] Large compile time regression

2006-05-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-23 02:29 --- This is not the first time multiply expand is taking this long. There was another bug about something like this but for alpha. It would be interesting which multiply is getting messed up by expand. -- pinskia a

[Bug rtl-optimization/27735] ice with -O3 on legal code [unswitch]

2006-05-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-23 04:12 --- Reduced testcase: void set_color(void); void xml_colorize_line(unsigned int *p, int state) { int c; switch(state) { case 1: goto parse_tag; case 2: goto parse_comm

[Bug rtl-optimization/27735] [4.2 Regression] ice with -O3 on legal code [unswitch]

2006-05-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added GCC host triplet|i686-suse-linux | GCC target triplet||i686-*-*, x86_64-*-*

[Bug target/27696] [4.2 Regression] g++.dg/other/i386-2.C ICEs on the mainline on x86_64

2006-05-22 Thread kazu at gcc dot gnu dot org
--- Comment #4 from kazu at gcc dot gnu dot org 2006-05-23 04:52 --- Subject: Bug 27696 Author: kazu Date: Tue May 23 04:52:19 2006 New Revision: 114012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114012 Log: gcc/ PR target/27696 * config/i386/i386.c (ix86_exp

[Bug target/27696] [4.2 Regression] g++.dg/other/i386-2.C ICEs on the mainline on x86_64

2006-05-22 Thread kazu at gcc dot gnu dot org
--- Comment #5 from kazu at gcc dot gnu dot org 2006-05-23 04:53 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread rsandifo at gcc dot gnu dot org
-- rsandifo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rsandifo at gcc dot gnu dot |dot org

[Bug middle-end/27736] [4.2 Regression] unwind-dw2-fde.c:833: fatal error: internal consistency failure

2006-05-22 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-05-23 06:17 --- Created an attachment (id=11498) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11498&action=view) Possible patch I'm very sorry for the breakage. Here's a patch that appears to fix the bug. I'll continue t

[Bug c++/27724] [4.1/4.2 Regression] internal compiler error: no-op convert from 4 to 8 bytes in initializer

2006-05-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-23 06:51 --- Reduced testcase: struct st{ int _mark; }; unsigned long long t = ((int)&(((struct st*)16)->_mark) - 16); This is undefined code. -- pinskia at gcc dot gnu dot org changed: What|Removed

<    1   2