[Bug fortran/21915] [4.0 only] Would like atanh etc. as intrinsics

2005-07-24 Thread jvdelisle at gcc dot gnu dot org
--- 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

[Bug tree-optimization/17790] [4.0/4.1 Regression] Significant compile time increases for sixtrack with tree LICM and IV optimization

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug tree-optimization/18594] PHI insertion is slow

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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%

[Bug tree-optimization/19445] 50 fold compile time increase between gcc-3,4 and gcc-4,0 on included code

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25 04:41 --- Fixed on the mainline. -- What|Removed |Added Status|NEW

[Bug rtl-optimization/19767] [3.4 only] CSE hang on very simple code with -O2 -ftracer

2005-07-24 Thread pinskia at gcc dot gnu dot org
-- 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 -

[Bug c++/23055] New: overload resolution does not find templated function

2005-07-24 Thread peter dot pirkelbauer at tamu dot edu
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_

[Bug c++/23055] overload resolution does not find templated function

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/23056] New: [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
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

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- 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

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- 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

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Keywords|

[Bug fortran/23057] New: Wrong DWARF output for Fortran common block

2005-07-24 Thread woodzltc at sources dot redhat dot com
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

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/23057] Wrong DWARF output for Fortran common block

2005-07-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||wrong-debug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23057

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- 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

[Bug fortran/23057] Fortran common blocks are not described with DW_TAG_common_block

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- 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

<    1   2