--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-07-25
03:27 ---
This has been applied to mainline and 4.0 branch
--
What|Removed |Added
Status
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
04:13 ---
Does anyone have new numbers?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17790
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
04:28 ---
branch prediction : 4.63 (17%) usr 0.78 (16%) sys 5.57 (16%) wall
187672 kB (61%) ggc
Memory usage here is a big problem.
fold-const.c:2981 (invert_truthvalue) 36146592:15.8%
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
04:41 ---
Fixed on the mainline.
--
What|Removed |Added
Status|NEW
--
What|Removed |Added
Summary|[3.4 onl] CSE hang on very |[3.4 only] CSE hang on very
|simple code with -O2 - |simple code with -O2 -
I believe that the call to foo in line 35 should resolve to the function defined
in line 28/29.
# 1 "gnubug.cc"
# 1 ""
# 1 ""
# 1 "gnubug.cc"
# 1 "/local/lib/gcc/i686-pc-linux-gnu/4.0.0/include/stddef.h" 1 3 4
# 152 "/local/lib/gcc/i686-pc-linux-gnu/4.0.0/include/stddef.h" 3 4
typedef int ptrdiff_
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
05:12 ---
Confirmed, not a regression. 2.95.3 rejects the code too.
--
What|Removed |Added
We get an ICE building a real C++ app.
Thanks to mec for the minimized testcase, which I will attach.
Building it with gcc-4.0.1 and last week's gcc-4.1 snapshot
produces the errors shown below.
gcc-4.0.1:
i686-unknown-linux-gnu-g++ -c b2.cc
b2.cc: In instantiation of 'Beta':
b2.cc:40: instanti
--- Additional Comments From dank at kegel dot com 2005-07-25 05:27 ---
Created an attachment (id=9357)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9357&action=view)
Minimal test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056
--- Additional Comments From dank at kegel dot com 2005-07-25 05:29 ---
Also seems to happen with cvs HEAD at the moment, so it's a live one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
05:31 ---
This started after 20040909 but before 20041124.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org
Keywords|
In section 4.2 of DWARF STD, it says that:
A Fortran common block may be described by a debugging information entry
with the tag DW_TAG_common_block.
But it seems that both gfortran and g77 didn't conform to this. This makes
trouble for debugging common block. Here is a testcase to verify thi
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
05:41 ---
Here is a little more reduced:
template struct Beta
{
virtual ~Beta();
};
void method_one()
{
static_cast("Foo");
}
Beta a;
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
05:45 ---
I think this is a problem in the shared INTEGER_CSTs.
--
What|Removed |Added
--
What|Removed |Added
Keywords||wrong-debug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057
--- Additional Comments From dank at kegel dot com 2005-07-25 05:47 ---
Sorry we didn't test with our app before gcc-4.0 was released.
We'll try to do better for gcc-4.1.
This bug affects the use of libstdc++, too, for what it's worth:
.../include/c++/4.0.1/bits/stl_algobase.h: In stati
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25
05:48 ---
Confiremd, since the standard says "may", this is an enhancement.
--
What|Removed |Added
101 - 118 of 118 matches
Mail list logo