[Bug c++/34297] New: static linking with pthreads stl runtime error

2007-11-29 Thread thehighhat at gmail dot com
Tracking down a problem with a much more rigorous codebase. Using this contrived example to demonstrate the issue: #include using namespace std; // static link this with pthreads to test int main() { // this will exit cleanly cout << "std::cout" << endl; // this will segfault, why?

[Bug tree-optimization/34244] [4.3 Regression] VRP/SCEV miscompiles Firefox

2007-11-29 Thread rakdver at gcc dot gnu dot org
--- Comment #10 from rakdver at gcc dot gnu dot org 2007-11-30 00:32 --- Subject: Bug 34244 Author: rakdver Date: Fri Nov 30 00:32:04 2007 New Revision: 130527 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130527 Log: PR tree-optimization/34244 * tree-vrp.c (ad

[Bug libfortran/34291] Uninitialized variable is used in io/list_read.c which causes segfault

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2007-11-30 04:04 --- I will get on this soon. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34230] Expressions of parameters evaluated with too high precision

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-11-30 04:18 --- Subject: Bug 34230 Author: jvdelisle Date: Fri Nov 30 04:18:05 2007 New Revision: 130532 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130532 Log: 2007-11-29 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug libfortran/33583] FAIL: gfortran.dg/gamma_1.f90

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2007-11-30 04:14 --- Subject: Bug 33583 Author: jvdelisle Date: Fri Nov 30 04:14:01 2007 New Revision: 130531 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130531 Log: 2007-11-29 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug fortran/34230] Expressions of parameters evaluated with too high precision

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-11-30 04:11 --- Subject: Bug 34230 Author: jvdelisle Date: Fri Nov 30 04:10:47 2007 New Revision: 130530 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130530 Log: 2007-11-29 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug target/32086] [4.3 Regression] 10% to 20% Performance Regression Between 4.1.3 and 4.3

2007-11-29 Thread bonzini at gnu dot org
--- Comment #2 from bonzini at gnu dot org 2007-11-30 05:41 --- What were the benchmarks where the cost model was slower? -- bonzini at gnu dot org changed: What|Removed |Added ---

[Bug regression/33928] [4.3 Regression] 22% performance slowdown from 4.2.2 to 4.3.0 in floating-point code

2007-11-29 Thread bonzini at gnu dot org
--- Comment #16 from bonzini at gnu dot org 2007-11-30 05:39 --- One suspect is fwprop. Anyone can confirm? -- bonzini at gnu dot org changed: What|Removed |Added

[Bug libfortran/34291] [4.3 Regression] Segfault in io/list_read.c handling of end conditions

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-11-30 05:16 --- I have retitled this to reflect a bit more correctly. The workaround in Comment #6 almost works, but it masks another problem. The patch that caused the regression is r129016. The test case works fine on r129015

[Bug fortran/34203] Treat \ as normal character (at least on Windows); diagnose unrecognized escape characters

2007-11-29 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-11-30 04:11 --- Subject: Bug 34203 Author: jvdelisle Date: Fri Nov 30 04:10:47 2007 New Revision: 130530 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130530 Log: 2007-11-29 Steven G. Kargl <[EMAIL PROTECTED]>

[Bug libfortran/34291] Uninitialized variable is used in io/list_read.c which causes segfault

2007-11-29 Thread ek dot kato at gmail dot com
--- Comment #5 from ek dot kato at gmail dot com 2007-11-30 02:39 --- Maybe I could find a reliable testcase for the problem. Following program will crash while accessing dtp->u.p.line_buffer[dtp->u.p.item_count]. IMPLICIT NONE CHARACTER(len=10), DIMENSION(2) :: var NAMELIST /i

[Bug c++/34298] New: [3.4] ICE on templated class with statically sized array computed from static const member

2007-11-29 Thread dweatherford at facebook dot com
I'm not really sure how to explain this one, so I'll let the attached reduced test case do the talking. The same code compiles fine on the same machine running g++-4.1.2-20061115 (Debian prerelease 4.1.1-21) Output of `g++ -v`: Reading specs from /usr/lib/gcc/i486-linux-gnu/3.4.6/specs Configured

[Bug target/32086] [4.3 Regression] 10% to 20% Performance Regression Between 4.1.3 and 4.3

2007-11-29 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2007-11-30 06:42 --- (In reply to comment #1) > w/ -fvect-cost-model: > user0m46.439s Looking a bit into generated code, it looks that -fect-cost-model effectively disables all interesting vectorizations, effectively -fno-tree-vectorize.

[Bug c++/34298] [3.4] ICE on templated class with statically sized array computed from static const member

2007-11-29 Thread dweatherford at facebook dot com
--- Comment #1 from dweatherford at facebook dot com 2007-11-30 07:00 --- Created an attachment (id=14669) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14669&action=view) Reduced test case The two branches of the '#if' should be functionally identical, but the one indicated as d

[Bug c++/34275] [4.1/4.2 regression] Broken diagnostic: 'obj_type_ref' not supported by dump_expr

2007-11-29 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-11-30 07:26 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Summary|

[Bug target/32086] [4.3 Regression] 10% to 20% Performance Regression Between 4.1.3 and 4.3

2007-11-29 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2007-11-30 07:17 --- So -fvect-cost-model is doing its job. The vectorizations must not be profitable, or are they? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32086

[Bug fortran/34143] alloc_comp_constructor.f90 fails with -fdefault-integer-8

2007-11-29 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-11-30 07:49 --- (In reply to comment #5) > Erik, Paul, as authors of the original patch and testcases, can you confirm my > conclusion that the code in comment #4 (and thus, the > gfortran.dg/alloc_comp_constructor_1.f90 testcase) is

[Bug c++/34275] [4.1/4.2/4.3 regression] Broken diagnostic: 'obj_type_ref' not supported by dump_expr

2007-11-29 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2007-11-30 07:25 --- Subject: Bug 34275 Author: jakub Date: Fri Nov 30 07:24:54 2007 New Revision: 130533 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130533 Log: PR c++/34275 * error.c (dump_expr): Handle OBJ_TY

[Bug tree-optimization/34244] [4.3 Regression] VRP/SCEV miscompiles Firefox

2007-11-29 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2007-11-30 07:20 --- Fixed, thanks. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

<    1   2