[Bug target/36745] [4.4 Regression] ICE in gen_reg_rtx, at emit-rtl.c:868

2008-07-14 Thread krebbel at gcc dot gnu dot org
--- Comment #4 from krebbel at gcc dot gnu dot org 2008-07-14 06:57 --- Subject: Bug 36745 Author: krebbel Date: Mon Jul 14 06:56:46 2008 New Revision: 13 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=13 Log: 2008-07-14 Andreas Krebbel [EMAIL PROTECTED] PR

[Bug c/36818] unknow order to simple print

2008-07-14 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2008-07-14 07:34 --- Order of evaluation is unspecified. -- schwab at suse dot de changed: What|Removed |Added

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #13 from aaronavay62 at aaronwl dot com 2008-07-14 08:03 --- Joseph's patch doesn't work for me, because the --stack parameter never makes it to the link line for some reason, and I get the same crash building cipher.o. This is the relevant output of bootstrap: rm -f

[Bug c++/36820] New: Exception can't be catched when --version-script is used

2008-07-14 Thread alexi dot zuo at gmail dot com
In my project, we have 3 components: test,libbar.so and libfoo.so. libbar.so depends on libfoo.so,and test depends on the two .so. In libfoo.so, I throw an exception, but libbar.so can't catch it. exception.h-- #ifndef __EXCEPTION_H #define __EXCEPTION_H #include string class ebase {

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #8 from aaronavay62 at aaronwl dot com 2008-07-14 08:57 --- Eric, with that change, I see this: ../../../svn/libgcc/../gcc/libgcc2.c: In function '__do_global_ctors': ../../../svn/libgcc/../gcc/libgcc2.c:2161: internal compiler error: in i386_pe_binds_local_p, at

[Bug target/36613] [4.2/4.3/4.4 Regression] likely codegen bug

2008-07-14 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added CC||uweigand at gcc dot gnu dot |

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2008-07-14 09:03 --- Eric, with that change, I see this: ../../../svn/libgcc/../gcc/libgcc2.c: In function '__do_global_ctors': ../../../svn/libgcc/../gcc/libgcc2.c:2161: internal compiler error: in

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2008-07-14 09:15 --- (In reply to comment #4) I think the first thing is to figure out what mangling we want for these things and if they should be mangled at all. The C++ ABI doesn't specify a mangling for these operators,

[Bug fortran/36821] New: Flush denormals to Zero Flag

2008-07-14 Thread J dot Hogg at rl dot ac dot uk
On current x86 and x86_64 processors denormal numbers are handled as a special case and very slowly. This can have a detrimental impact on the performance of numerical programs. A common fix for this problem, at the cost of some numerical stability, is to set the processor flag to flush denormals

[Bug fortran/36821] Flush denormals to Zero Flag

2008-07-14 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-07-14 11:21 --- Compiling with -ffast-math will automatically do that at program startup time via linking against crtfastmath.o. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36821

[Bug fortran/36821] Flush denormals to Zero Flag

2008-07-14 Thread J dot Hogg at rl dot ac dot uk
--- Comment #2 from J dot Hogg at rl dot ac dot uk 2008-07-14 11:34 --- -ffast-math also enables other (even more unsafe?) optimizations which may not be desirable. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36821

[Bug target/36822] New: [4.4 Regression] ICE in subst_reloads

2008-07-14 Thread rguenth at gcc dot gnu dot org
s390x fails to build the linux kernel ./cc1 -quiet -O smp.3.i Program received signal SIGSEGV, Segmentation fault. 0x008276f4 in subst_reloads (insn=0x7fc1f2451a00) at /space/rguenther/src/svn/trunk/gcc/reload.c:6181 6181 gcc_assert (GET_CODE (*r-where) != LABEL_REF

[Bug target/36822] [4.4 Regression] ICE in subst_reloads

2008-07-14 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36822

[Bug target/31568] ICE with invalid %y operand (inline-asm)

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-07-14 12:43 --- Testing this patch right now: Index: testsuite/gcc.target/powerpc/asm-y.c === --- testsuite/gcc.target/powerpc/asm-y.c(revision 0) +++

[Bug middle-end/30142] [meta-bug] invalid gimple

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-07-14 12:44 --- I am no longer to fix this one, Guess nobody cares about the invalid gimple that is produced. Hopefully tuples fixes up most of these issues. -- pinskia at gcc dot gnu dot org changed: What

[Bug target/32107] bad codegen for vector initialization in Altivec

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-07-14 12:47 --- Note with the Cell, we can just use lvlx with a splat and that works without an alignment attribute on fa :). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36238] [4.4 Regression] ICE in reg_or_subregno, at jump.c:1730

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-07-14 12:57 --- Testing this on x86-darwin right now. though darwin's libfortran is broken so it might take a while. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36238

[Bug rtl-optimization/36419] [4.3/4.4 Regression] Wrong unwind info with -Os -fasynchronous-unwind-tables

2008-07-14 Thread jakub at gcc dot gnu dot org
--- Comment #18 from jakub at gcc dot gnu dot org 2008-07-14 13:19 --- Created an attachment (id=15906) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15906action=view) gcc44-pr36419.patch Patch I'm going to bootstrap/regtest now. It fixes the testcase. And to answer the last

[Bug target/36745] [4.4 Regression] ICE in gen_reg_rtx, at emit-rtl.c:868

2008-07-14 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-07-14 13:47 --- Subject: Bug 36745 Author: jakub Date: Mon Jul 14 13:46:25 2008 New Revision: 137785 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137785 Log: PR target/36745 * g++.dg/torture/pr36745.C: Use

[Bug c/36823] New: Fails to warn about possibly uninitialized variables

2008-07-14 Thread heide-gcc at bfw-online dot de
Target: i686-pc-linux-gnulibc2 Configured with: ../configure --prefix=/tmp/gcc-4.3.1 --disable-nls --enable-shared --with-sysroot=/usr/i686-pc-linux-gnulibc2/ i686-pc-linux-gnulibc2 gcc version 4.3.1 (GCC) $ gcc -O -Wall -Wuninitialized -c -o t.o t.c $ gcc -O -Wall -Wuninitialized

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread aaronavay62 at aaronwl dot com
--- Comment #10 from aaronavay62 at aaronwl dot com 2008-07-14 14:38 --- (In reply to comment #9) gcc_assert (!(TREE_CODE (exp) == VAR_DECL TREE_STATIC (exp) DECL_EXTERNAL (exp))); Eric, OK, now I get: /mingw/src/gccada/./prev-gcc/xgcc

[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595

2008-07-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2008-07-14 14:44 --- /mingw/src/gccada/./prev-gcc/xgcc -B/mingw/src/gccada/./prev-gcc/ -B/mingw/i386-pc-mingw32/bin/ -c -g -O2 -D__USE_MINGW_ACCESS -gnatpg -gnata -gnatwns -g -O1 -fno-inline \ -nostdinc -I- -I.

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread sebor at roguewave dot com
--- Comment #6 from sebor at roguewave dot com 2008-07-14 15:24 --- (In reply to comment #4) ... Is it a reasonable restriction on users to say thou shalt not use __is_empty in an expression that gets mangled? For example, can the user just use std::is_empty instead? As a data

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread mark at codesourcery dot com
--- Comment #7 from mark at codesourcery dot com 2008-07-14 15:28 --- Subject: Re: ICE on SFINAE and __is_empty sebor at roguewave dot com wrote: My preference would be for gcc to avoid imposing restrictions on the use of these helpers to facilitate portability to other compilers

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread sebor at roguewave dot com
--- Comment #8 from sebor at roguewave dot com 2008-07-14 15:41 --- (In reply to comment #7) Subject: Re: ICE on SFINAE and __is_empty sebor at roguewave dot com wrote: My preference would be for gcc to avoid imposing restrictions on the use of these helpers to facilitate

[Bug fortran/36824] New: gfortran does not recognize constant array bounds in dimension attribute of type component

2008-07-14 Thread flad at gmx dot at
- program test implicit none integer, dimension( 3 ), parameter :: tgc = (/5, 6, 7 /) type tgccomp integer, dimension( tgc( 1 ) : tgc( 2 ) ) :: tgclist end type tgccomp end program - This gives the following error: gfortran

[Bug bootstrap/18895] libgfortran AM_MAKEFLAGS arg list + environment too large

2008-07-14 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2008-07-14 16:03 --- any news? also, P1 is probably wrong (resetting to P3). -- bonzini at gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/35281] [4.3 Regression] multiply with 0 generated for 64*32-64

2008-07-14 Thread bonzini at gnu dot org
--- Comment #18 from bonzini at gnu dot org 2008-07-14 16:07 --- The two commits listed here fix the regression, they should be safe to backport to 4.3.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35281

[Bug middle-end/36753] [4.3/4.4 Regression] Forward propagation interacts badly with global register variable

2008-07-14 Thread bonzini at gnu dot org
--- Comment #8 from bonzini at gnu dot org 2008-07-14 16:18 --- mine -- bonzini at gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug middle-end/36753] [4.3/4.4 Regression] Forward propagation interacts badly with global register variable

2008-07-14 Thread bonzini at gnu dot org
--- Comment #9 from bonzini at gnu dot org 2008-07-14 16:29 --- In fact, using modified_between_p would not fix the bug. The problem is that use_killed_between gives the wrong answer *before* it reaches the code that redoes modified_between_p using df data structures. I'll regtest

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread mark at codesourcery dot com
--- Comment #9 from mark at codesourcery dot com 2008-07-14 16:53 --- Subject: Re: ICE on SFINAE and __is_empty sebor at roguewave dot com wrote: int fooA0 (BA0, __is_empty (A0)::X*): _Z3fooI1AILi0EEEiPN1BIT_Xv19builtin16TOS3_EE1XE int fooint(Bint, !__is_empty

[Bug c/23104] [4.2/4.3/4.4 Regression] C does not reject the same function in two different TUs with -combine

2008-07-14 Thread nightstrike at gmail dot com
--- Comment #12 from nightstrike at gmail dot com 2008-07-14 17:09 --- On 4.2.4 and 4.3.1, I get this: $ cat a.c int f(void) {} $ cat b.c int f(void) {} $ /opt/cfarm/release/4.3.1/bin/gcc -combine a.c b.c a.c:2: error: redefinition of 'f' a.c:1: error: previous definition of 'f'

[Bug fortran/36825] New: Problems with dimensions 7

2008-07-14 Thread burnus at gcc dot gnu dot org
gfortran 4.4 allows 15 instead of 7 dimensions, however, it has some problems with that: gfortran -std=f95 -Wall -pedantic should print a message for: integer,parameter:: N=10 complex,dimension(-N:N,-N:N,0:1,0:1,-N:N,-N:N,0:1,0:1) :: P end But it does not. This seems

[Bug fortran/36825] Problems with dimensions 7

2008-07-14 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-14 17:28 --- The I/O ICE is due to: trans-types.c: gcc_assert (rank = GFC_DTYPE_RANK_MASK); where the maximal DTYPE rank is defined as: libgfortran.h:#define GFC_DTYPE_RANK_MASK 0x07 The other problem can be cured using:

[Bug other/36820] Exception can't be catched when --version-script is used

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-14 18:43 --- I don't think this is a bug as the typeinfo of ebase in libbar is being marked as hidden (local) so you have two different typeinfo that are not merged at load time. -- pinskia at gcc dot gnu dot org changed:

[Bug c++/36797] ICE on SFINAE and __is_empty

2008-07-14 Thread sebor at roguewave dot com
--- Comment #10 from sebor at roguewave dot com 2008-07-14 18:43 --- (In reply to comment #9) I'd be happy to provide whatever info you need (e.g., the table of built-ins, if you can explain to me how to get it from the front-end :) As for the semantics of the built-ins, I assume both

[Bug ada/15479] Ada manual problems

2008-07-14 Thread rwild at gcc dot gnu dot org
--- Comment #12 from rwild at gcc dot gnu dot org 2008-07-14 18:50 --- Subject: Bug 15479 Author: rwild Date: Mon Jul 14 18:49:37 2008 New Revision: 137793 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137793 Log: gcc/ada/ PR documentation/15479 * gnat_ugn.texi

[Bug fortran/36824] gfortran does not recognize constant array bounds in dimension attribute of type component

2008-07-14 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-07-14 19:30 --- The following seems to fix it. Index: resolve.c === --- resolve.c (Revision 137789) +++ resolve.c (Arbeitskopie) @@ -7682,8 +7805,8 @@

[Bug c++/36826] New: ICE in fold_convert, at fold-const.c:2528

2008-07-14 Thread sdirkse at gams dot com
$gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../configure --enable-languages=c,c++,fortran Thread model: posix gcc version 4.4.0 20080714 (experimental) (GCC) Running g++ -O3 -fomit-frame-pointer -pipe -pedantic-errors -Wall -MD -MP -c -fPIC -DPIC -o

[Bug middle-end/36826] ICE in fold_convert, at fold-const.c:2528

2008-07-14 Thread sdirkse at gams dot com
--- Comment #1 from sdirkse at gams dot com 2008-07-14 20:18 --- Created an attachment (id=15907) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15907action=view) zipped, pre-processed source to turf up the bug I couldn't generate the .i file using -save-temps, so I used -E

[Bug middle-end/36826] ICE in fold_convert, at fold-const.c:2528

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-07-14 20:20 --- (In reply to comment #1) I couldn't generate the .i file using -save-temps, so I used -E instead. Is that also a bug? Most likely not as it is going to be a .ii file as it is C++ :). --

[Bug fortran/36771] Non-Standard addition for C_LOC and character strings

2008-07-14 Thread brtnfld at hdfgroup dot org
--- Comment #1 from brtnfld at hdfgroup dot org 2008-07-14 20:45 --- For the simple program, PROGRAM main USE ISO_C_BINDING CHARACTER(LEN=2, KIND=C_CHAR), TARGET :: chr TYPE(C_PTR) :: chr_ptr chr_ptr = C_LOC(chr) END PROGRAM main the work around is to: CHARACTER(LEN=1,

[Bug tree-optimization/36788] [4.4 Regression] ICE in loop_optimizer_init at -O3

2008-07-14 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/36554] [4.4 regression] verify_flow_info ICE can not throw but has EH edges

2008-07-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2008-07-14 21:50 --- OK, thanks for the tip. The patch to convert Ada to a canonical boolean type is written though (and eliminates the ICE as expected), I'm just waiting for the GDB people to adjust the Ada module. This will be

[Bug c/36827] New: newlib:libm/math/k_rem_pio2.c fails in reload

2008-07-14 Thread dj at redhat dot com
as of rev 137639: cc1 -fpreprocessed k_rem_pio2.i -quiet -dumpbase k_rem_pio2.c -auxbase-strip lib_a-k_rem_pio2.o -Os -fno-builtin -o k_rem_pio2.s src/newlib/libm/math/k_rem_pio2.c: In function '__kernel_rem_pio2': newlib/libm/math/k_rem_pio2.c:318: error: unable to find a register to spill in

[Bug c/36827] newlib:libm/math/k_rem_pio2.c fails in reload

2008-07-14 Thread dj at redhat dot com
--- Comment #1 from dj at redhat dot com 2008-07-14 22:31 --- Created an attachment (id=15908) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15908action=view) preprocessed file for description -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36827

[Bug target/36827] [4.4 Regression] newlib:libm/math/k_rem_pio2.c fails in reload

2008-07-14 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/36827] [4.4 Regression] newlib:libm/math/k_rem_pio2.c fails in reload

2008-07-14 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2008-07-14 22:44 --- Note that the problematic patch has been installed on the 4.3 branch as well. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36827] [4.3/4.4 Regression] newlib:libm/math/k_rem_pio2.c fails in reload

2008-07-14 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker Keywords||build

[Bug c/36828] New: 4.3.1 when optimising for size generates much larger code than 4.0.x

2008-07-14 Thread zoltan at bendor dot com dot au
The attached C file generates a significantly larger object code with the new compiler than with the old one. The exact command line for gcc is in the first comment of the C file. -- Summary: 4.3.1 when optimising for size generates much larger code than 4.0.x

[Bug objc++/36723] [4.4 Regression] massive obj-c++ failures at rev.137407

2008-07-14 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2008-07-15 00:59 --- Also occurs on x86_64-unknown-linux-gnu and i686-unknown-linux-gnu: http://gcc.gnu.org/ml/gcc-testresults/2008-07/msg01321.html http://gcc.gnu.org/ml/gcc-testresults/2008-07/msg01323.html -- ghazi at gcc dot gnu

[Bug bootstrap/36664] [4.4 Regression] bootstrap failure at rev.137248

2008-07-14 Thread ghazi at gcc dot gnu dot org
--- Comment #3 from ghazi at gcc dot gnu dot org 2008-07-15 01:06 --- Fixed. -- ghazi at gcc dot gnu dot org changed: What|Removed |Added CC|ghazi at

[Bug target/36829] New: Take advantage of lower bit zeroing of load/store insns on SPU

2008-07-14 Thread jadamcze at utas dot edu dot au
The SPU's load and store instructions ({l,st}q{a,d,r,x}) zero the lower four bits of the computed address before performing the requested load or store. In certain cases (particularly, working with array loads of vector data), this may be utilised to avoid unnecessary shifts and masks. Consider

[Bug libstdc++/36801] config/cpu/generic/atomicity_mutex/atomicity.h incorrectly relies on global constructor ordering

2008-07-14 Thread jifl-bugzilla at jifvik dot org
--- Comment #5 from jifl-bugzilla at jifvik dot org 2008-07-15 01:19 --- Created an attachment (id=15909) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15909action=view) Patch against 4.3.1 using a once variable to ensure safe initialisation Here's a patch, let me know what you

[Bug tree-optimization/36830] New: [4.4 Regression] STORAGE_ERROR raised compiling s-os_lib.adb

2008-07-14 Thread danglin at gcc dot gnu dot org
/test/gnu/gcc/objdir/./prev-gcc/xgcc -B/test/gnu/gcc/objdir/./prev-gcc/ -B/opt/g nu/gcc/gcc-4.4.0/hppa2.0w-hp-hpux11.11/bin/ -c -g -O2 -mdisable-indexing -gn atpg -gnata -gnatwns -nostdinc -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/a da/s-os_lib.adb -o ada/s-os_lib.o raised STORAGE_ERROR

[Bug middle-end/35736] [4.4 regression] ICE with continue and -Wall

2008-07-14 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2008-07-15 04:15 --- Fixed. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug objc++/36723] [4.4 Regression] massive obj-c++ failures at rev.137407

2008-07-14 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2008-07-15 05:12 --- Subject: Bug 36723 Author: jason Date: Tue Jul 15 05:11:18 2008 New Revision: 137813 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137813 Log: PR objc++/36723 * objc/objc-act.c

[Bug objc++/36723] [4.4 Regression] massive obj-c++ failures at rev.137407

2008-07-14 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug objc++/36723] [4.4 Regression] massive obj-c++ failures at rev.137407

2008-07-14 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2008-07-15 05:12 --- fixed -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED