--- Comment #19 from hubicka at gcc dot gnu dot org 2006-08-24 13:30
---
Subject: Bug 26881
Author: hubicka
Date: Thu Aug 24 13:30:45 2006
New Revision: 116374
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116374
Log:
PR debug/26881
* cgraph.c: Fix comments.
--- Comment #18 from hubicka at ucw dot cz 2006-08-20 12:47 ---
Subject: Re: [4.1/4.2 Regression] internal compiler error in dwarf2out_finish
> (In reply to comment #14)
> Any news on the patch?
Sadly we are having just tip of the iceberg here. The patch to deffer
output of debug sym
--- Comment #17 from rguenth at gcc dot gnu dot org 2006-08-20 09:14
---
*** Bug 28782 has been marked as a duplicate of this bug. ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-08-18 04:20
---
(In reply to comment #14)
Any news on the patch?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881
--- Comment #15 from stephan at s11n dot net 2006-08-07 09:47 ---
(In reply to comment #12)
> This bug prevents the current release of the Globus toolkit
> (www.globus.org) from compiling.
A semi-workaround for getting SpiderMonkey to build is to export the
BUILD_OPT=1 environment varia
--- Comment #14 from hubicka at gcc dot gnu dot org 2006-08-07 08:01
---
Created an attachment (id=12032)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12032&action=view)
Patch in testing
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881
--- Comment #13 from falk at debian dot org 2006-07-14 12:26 ---
*** Bug 28379 has been marked as a duplicate of this bug. ***
--
falk at debian dot org changed:
What|Removed |Added
--
--- Comment #12 from martin at mpa-garching dot mpg dot de 2006-05-29
08:53 ---
This bug prevents the current release of the Globus toolkit
(www.globus.org) from compiling.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-05-25 02:34
---
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #10 from flash at pobox dot com 2006-05-10 20:08 ---
PalmSource bug #126750.
--
flash at pobox dot com changed:
What|Removed |Added
CC|
--- Comment #9 from jakub at gcc dot gnu dot org 2006-05-05 12:26 ---
For static variables in function contexts dwarf2out in several places wants
to look up the parent context DIE. Now when the variables are registered
with dwarf2out before the containing function, the parent context DI
--- Comment #8 from hubicka at gcc dot gnu dot org 2006-04-30 14:30 ---
Jakub,
adding a worklist and passing all variables to dwarf2out as last it quite easy
to do. However could you enlighten me a bit why the particular order is
needed?
Honza
--
hubicka at gcc dot gnu dot org chang
--- Comment #7 from jakub at gcc dot gnu dot org 2006-04-19 13:00 ---
Honza, this is caused by your patch:
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00661.html
In -fno-unit-at-a-time mode, we used to pass the local var to dwarf2out only
when the containing function has been registered
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881
--- Comment #6 from couriousous at mandriva dot org 2006-04-16 13:07
---
Here is an another testcase:
void bar (void)
{
if (0) {
static enum {a} foo;
switch (0)
{
default:
return;
}
}
}
Fail compiling with -O0 -g on x86_64 with gcc 4
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-06 16:21 ---
*** Bug 27058 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-03-27 08:17 ---
(gdb) up
#1 0x082e8034 in dwarf2out_finish (filename=0xbfb6d1ca "t.c")
at /space/rguenther/src/svn/summit/gcc/dwarf2out.c:14104
14104 gcc_assert (context && TREE_CODE (context) ==
FUNCTION_DECL);
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-27 02:08 ---
Reduced testcase that fails even on x86_64:
int main(int argc, char **argv)
{
if (0)
{
static union{} u;
typedef char tt;
static tt c[8];
return c[0] == 0x01 && c[1] == 0x02;
}
}
--
pinskia at gcc
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-27 01:56 ---
Reducing.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail|
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
20 matches
Mail list logo