[Bug middle-end/36262] [4.3/4.4 Regression] Extreme memory usage of VRP compared to older versions

2008-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-19 09:18 --- Confirmed. 4.3.1 -O: 177MB 4.3.1 -O2: 1.3GB 4.3.1 -O2 -fno-tree-vrp: 230MB 4.2.3 -O2: 230MB tree VRP : 42.06 (55%) usr 1.33 (53%) sys 43.52 (55%) wall 2319231 kB (94%) ggc wh ;) Looks like s

[Bug middle-end/36262] [4.3/4.4 Regression] Extreme memory usage of VRP compared to older versions

2008-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-19 09:42 --- This testcase has 1025 loops we create pre-headers for. We insert tons of asserts for non-NULL pointers due to dereferences (>3074) which all cause new PHI nodes to be registered during insertion (and nearly the who

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-05-19 10:54 --- (In reply to comment #6) > Agreed, Benjamin, I'm looking into the first library bits. By the way, both > the > core and library proposals are now in the working paper (N2461), before that, > N2249 superseeded N2149.

[Bug bootstrap/25502] I64d format Werror problem in build

2008-05-19 Thread ktietz at gcc dot gnu dot org
--- Comment #18 from ktietz at gcc dot gnu dot org 2008-05-19 10:27 --- The problem here is not that the ms-formatter patch can't treat I/I32/I64. The problem is, that the ms-extensions are treated as gnu-extensions, which is in my option wrong. The scalar width specifiers should be trea

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2008-05-19 10:31 --- Agreed, Benjamin, I'm looking into the first library bits. By the way, both the core and library proposals are now in the working paper (N2461), before that, N2249 superseeded N2149. -- paolo dot carlini at

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2008-05-19 10:58 --- Parts of it, surely. Not all of it, however. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug middle-end/36262] [4.3/4.4 Regression] Extreme memory usage of VRP compared to older versions

2008-05-19 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-05-19 11:00 --- Collecting after clearing the SCEV cache brings down peak memory usage to about 450MB, the question is whether this is safe. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36262

[Bug tree-optimization/36198] [4.4 Regression] expected integer_cst, have mult_expr

2008-05-19 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2008-05-19 14:07 --- with the patches for PR36206, d3_poly appears to compile. However, gfortran segfaults later in the compilation process. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36198

[Bug fortran/36263] New: gfortran.dg/bind_c_module.f90 doesn't work

2008-05-19 Thread hjl dot tools at gmail dot com
On Linux/ia32, I got Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/gfortran/../../gfortran -B/export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/gfortran/../../ /export/gnu/src/gcc/gcc/gcc/testsuite/gfortran.dg/bind_c_module.f90 -O -pedantic-errors -S -m32 -o bi

[Bug fortran/36264] New: [4.4 Regression]: gfortran.dg/char_cast_2.f90

2008-05-19 Thread hjl dot tools at gmail dot com
On Linux/ia32, gcc revision 135517 gives Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/gfortran/../../gfortran -B/export/build/gnu/gcc/build-x86_64-linux/gcc/testsuite/gfortran/../../ /export/gnu/src/gcc/gcc/gcc/testsuite/gfortran.dg/char_cast_2.f90 -O -fdump-tree-or

[Bug fortran/36265] New: character issue with gfortran

2008-05-19 Thread jv244 at cam dot ac dot uk
The CP2K testcase (PR29975) fails with > gfortran -O0 -c all.f90 all.f90: In function ‘cp2k_init’: all.f90:360293: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. the source

[Bug tree-optimization/36198] [4.4 Regression] expected integer_cst, have mult_expr

2008-05-19 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2008-05-19 14:22 --- (In reply to comment #5) > with the patches for PR36206, d3_poly appears to compile. However, gfortran > segfaults later in the compilation process. > this seems an unrelated issue, now PR36265. I would say the patches

[Bug fortran/36263] gfortran.dg/bind_c_module.f90 doesn't work

2008-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-19 14:24 --- Fixed in rev. 135530. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36264] [4.4 Regression]: gfortran.dg/char_cast_2.f90

2008-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-19 14:28 --- Yes, fixed by rev. 135574. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36265] character issue with gfortran

2008-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-05-19 14:31 --- Yes, I actually have known about that ICE for a few hours now, and have a patch ready (I'm now working to reduce a testcase to add with the patch). I actually sent you a mail to warn you (to be sure you didn't spe

[Bug fortran/36265] character issue with gfortran

2008-05-19 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2008-05-19 14:35 --- (In reply to comment #1) > Yes, I actually have known about that ICE for a few hours now, and have a > patch > ready (I'm now working to reduce a testcase to add with the patch). I actually > sent you a mail to warn you

[Bug fortran/36265] character issue with gfortran

2008-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-05-19 15:58 --- Subject: Bug 36265 Author: fxcoudert Date: Mon May 19 15:57:28 2008 New Revision: 135576 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135576 Log: PR fortran/36265 * trans-expr.c (gfc_co

[Bug fortran/36265] character issue with gfortran

2008-05-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-05-19 16:10 --- Fixed, and I can compile cp2k again with trunk gfortran. Sorry for the regression. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26854] Inordinate compile times on large routines

2008-05-19 Thread lucier at math dot purdue dot edu
--- Comment #69 from lucier at math dot purdue dot edu 2008-05-19 17:54 --- That really smashed the problem. I find the following timings without IRA: local alloc : 8.53 ( 4%) usr 0.01 ( 0%) sys 8.59 ( 3%) wall 7073 kB ( 1%) ggc global alloc : 30.44 (14%

[Bug c++/35243] [4.3/4.4 regression] ICE with invalid initializer list in variadic template

2008-05-19 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2008-05-19 18:02 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00691.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35243

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2008-05-19 18:21 --- Sounds great Paolo! I am not working on this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2008-05-19 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2008-05-19 19:48 --- I don't understand this PR. gfc_error's format strings may look like C's printf format strings, but these are different. These format strings are parsed and used by gfortran, and are not passed directly to libc. So,

[Bug fortran/36157] ICE in snapshot of 05/02/08 under FreeBSD i386 with IMPLICIT and function call

2008-05-19 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2008-05-19 19:56 --- Works for me on FreeBSD-8.0. mobile:kargl[210] cat m.f90 SUBROUTINE mnbrak IMPLICIT REAL(a-f) f=func() END SUBROUTINE mnbrak mobile:kargl[211] ~/work/bin/gfortran -c m.f90 mobile:kargl[212] nm m.o U func_ 00

[Bug c++/36266] New: C++ typedef misplaced in DWARF information

2008-05-19 Thread jimb at red-bean dot com
ith: ../gcc/configure --prefix=/home/jimb/gcc --disable-bootstrap --enable-languages=c,c++ Thread model: posix gcc version 4.4.0 20080519 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-g' '-c' '-o' 'Interpreter.o' '-shared-libgcc' &

[Bug fortran/36161] gfc_error formats are not marked gcc-internal-format in po file

2008-05-19 Thread goeran at uddeborg dot se
--- Comment #2 from goeran at uddeborg dot se 2008-05-19 20:15 --- I'm not saying they should be marked "c-format", but "gcc-internal-format". That special marker is known by msgfmt for the "printf inspired" error messages in GCC. Tobias Burnus has pointed out in a mail, however, that

[Bug driver/14435] [4.1/4.2/4.3/4.4 Regression] gnatchop cannot use the compiled compiler in Ada's testsuite because of changed GCC_EXEC_PREFIX semantics

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #27 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/12245] [4.1/4.2/4.3/4.4 regression] Uses lots of memory when compiling large initialized arrays

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #37 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/19636] [4.1/4.2 regression] Can't compile large switch statement

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/19910] [4.2 regression] ICE with -ftree-loop-linear

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/16876] [4.1/4.2 Regression] ICE on testcase with -O3 in fold-const

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #23 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/22488] [4.1/4.2/4.3/4.4 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #51 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/23287] [4.1/4.2/4.3/4.4 regression] Explicitly invoking destructor of template class in a template and is dependent

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/24998] [4.2/4.3/4.4 Regression] Build failure: undefined symbol __floatunsitf

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #39 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/26415] [4.2/4.3/4.4 regression] m68k-linux bootstrap error during stage2

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/22553] [4.1/4.2/4.3/4.4 regression] ICE building libstdc++

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/25470] [4.2/4.3/4.4 Regression] fixincludes/ subdirectory not cleaned by "make distclean"

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/26154] OpenMP extensions to the C language is not documented or doumented in the wrong spot

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25743] crosscompiler fails to build ada-rts for target platform.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/25438] [4.2/4.3/4.4 Regression] make: *** No rule to make target `bubblestrap'. Stop.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug bootstrap/27367] [4.2/4.3 Regression] gstdint.h in libdecnumber is not cleaned up with make distclean

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug testsuite/27376] treelang testsuite fails on cygwin

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/27880] [4.2/4.3/4.4 regression] undefined reference to `_Unwind_GetIPInfo'

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/27478] [4.2 Regression] entry and addressable and value-expr: and the gimplifier

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/28583] [4.2 regression] ICE in default_secondary_reload, at targhooks.c:532 when building libgcc2.c as _divsc3.o

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgomp/28482] Cannot use libgomp in shared library

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/28102] [4.2/4.3/4.4 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #28 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/28639] [4.2 regression] ICE trying to print error on invalid template parameter

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/29129] [4.2/4.3/4.4 Regression] [DR needed] unnamed parameters using [*]

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/29256] [4.2/4.3/4.4 regression] loop performance regression

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #24 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug testsuite/28870] [4.2/4.3/4.4 Regression] configuring, over-riding timeout values in testsuite

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/29206] [4.2/4.3/4.4 regression] gcj-dbtool segfaults

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/29524] [4.2/4.3/4.4 Regression] Too much RAM used: __clz_tab[] linked

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/29363] [4.2/4.3/4.4 regression] ICE throwing undeclared object

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/29571] [4.2/4.3/4.4 regression] ICE with invalid static const member

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/29727] [4.2/4.3/4.4 regression] ICE on invalid initializer for template member

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:22 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/30243] [4.1/4.2/4.3/4.4 Regression][avr] signbit() causes an internal compiler error

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/30299] [4.2 regression] ICE with broken template and inheritance

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/30298] [4.2/4.3/4.4 regression] ICE with duplicate broken inheritance

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/31108] [4.2 regression] ACATS C35507M fails

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/31131] [4.2 regression] ICE on invalid constructor definition

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/31130] [4.2/4.3/4.4 Regression] VRP no longer derives range for division after negation

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/31446] [4.2 regression] ICE with invalid template parameter

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/31174] [4.2 Regression] ACATS C380004 fails

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/31747] [4.2 Regression] ICE combining static and extern

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/31906] "-Xcompiler" is inserted after "-Xlinker" when building libstdc++

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/32182] [4.2 Regression] -fstrict-aliasing optimizations cause constructor not to run for object causing segfault

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/31947] [4.2 Regression] ICE in calc_dfs_tree, at dominance.c:374

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/32306] [4.2/4.3/4.4 Regression] DOM jump threading no longer iterates

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/32256] [4.2 Regression] pragma system_header doesn't suppress warnings in tree-cfg

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/32327] [4.2 Regression] Incorrect stack sharing causing removal of live code

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #33 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/32519] [4.1/4.2/4.3/4.4 regression] g++ allows access to protected template member functions of base class

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/32328] [4.2 Regression] -fstrict-aliasing causes skipped code

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #31 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/32544] [4.2 Regression] miscompiles Mesa's r300 DRI driver with -ftree-vrp

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/32575] [4.2 regression] With -ftree-vrp miscompiles a single line of code in SQLite

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug ada/32654] [4.2 regression] Ada comparison failure in exp_aggr.o on Tru64 UNIX V5.1B

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/32716] [4.2 Regression] Wrong code generation. Alias and C++ virtual bases problem.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/32950] [4.1/4.2 regression] ICE with __complex__ double

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/33008] [4.1/4.2 regression] code pessimization after -fforce-mem removal.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/32974] [4.2 Regression] #pragma GCC dependency generates extra token error.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/33088] [4.2 Regression] spurious exceptions with -ffloat-store

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgomp/33131] [4.2 regression] libgomp/env.c:60: warning: implicit declaration of function 'strncasecmp'

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/33289] [4.2 Regression] __sprintf_chk etc. not DECL_ANTICIPATED

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/33423] [4.2 regression]: internal compiler error: in expand_expr_real_1, at expr.c:8670

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/33506] [4.2 Regression] TYPE_RAISES_EXCEPTIONS dumped with attributes

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/33540] [4.2 regression] ICE with vectors in expand_simple_binop at optabs.c

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/33553] [4.1/4.2 Regression] Bogus "array bound is not an integer constant" for parameter in template method of template class

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/33616] [4.1/4.2 regression] "lvalue required as unary '&' operand" with template pmf

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/33619] [4.1/4.2 Regression] TER breaks some inline-asm code (again)

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libgcj/33764] [4.2/4.3/4.4 regression] gij is built as 32-bit binary when building multilib gcc

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/33763] [4.1/4.2/4.3/4.4 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/33841] [4.2 regression] ICE with non-integral bit-field

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/33887] [4.1/4.2 Regression] Reference to bitfield gets wrong value when optimizing

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #45 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/33962] [4.1/4.2 Regression] ICE at call to overloaded template function with variable-length function argument list

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/33969] [4.2 regression] ICE with const and function pointer

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/34006] [4.2 Regression] vectorization with 64-bit integers

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/34089] [4.1/4.2 regression] Segfault on specialization using struct instead of template function.

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/34146] [4.1/4.2 Regression] Inefficient code with compound literals inside a CONSTRUCTO

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/34213] [4.2 Regression] static member function in anonymous namespace can't be used as template argument

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/34216] [4.2 regression] Optimizations cause audio distortion in GSM decompression

2008-05-19 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-05-19 20:23 --- 4.2.4 is being released, changing milestones to 4.2.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added --

  1   2   >