--- Comment #7 from ktietz at gcc dot gnu dot org 2010-05-23 06:57 ---
Subject: Bug 43869
Author: ktietz
Date: Sun May 23 06:57:20 2010
New Revision: 159756
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159756
Log:
2010-05-23 Naarten Lankhorst
Merged from trunk
--- Comment #6 from ktietz at gcc dot gnu dot org 2010-05-23 06:52 ---
Subject: Bug 43869
Author: ktietz
Date: Sun May 23 06:52:32 2010
New Revision: 159755
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159755
Log:
2010-05-23 Naarten Lankhorst
PR target/43869
--- Comment #5 from ktietz at gcc dot gnu dot org 2010-05-23 06:52 ---
Subject: Bug 43869
Author: ktietz
Date: Sun May 23 06:51:50 2010
New Revision: 159754
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159754
Log:
2010-05-23 Naarten Lankhorst
PR target/43869
--- Comment #47 from jv244 at cam dot ac dot uk 2010-05-23 06:31 ---
all dependencies are fixed, and so is this bug.
--
jv244 at cam dot ac dot uk changed:
What|Removed |Added
--- Comment #2 from jay dot krell at cornell dot edu 2010-05-23 06:06
---
It also goes without saying that the factoring here stinks.
At the very least, split the lists up into three:
common
32
64
and then compose the result out of two of them.
The prefixes can also probably be
--- Comment #1 from jay dot krell at cornell dot edu 2010-05-23 05:30
---
The line in the patch:
DECC_(environ, decc$ga_environ) \
should be:
DECC_(environ, ga_environ) \
obviously.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241
Trivial:
src/gcc-4.5.0/gcc/config/alpha/alpha.c: In function Âalpha_trampoline_initÂ:
/src/gcc-4.5.0/gcc/config/alpha/alpha.c:5580: warning: integer constant is too
large for Âlong type
/src/gcc-4.5.0/gcc/config/alpha/alpha.c:5591: warning: integer constant is too
large for Âlong type
/sr
--- Comment #23 from sergstesh at yahoo dot com 2010-05-23 04:49 ---
Just wondering after so many adjustments - is the bug going to be fixed ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38666
, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x
propagate () at ../../gcc-4.6-20100522/gcc/ipa-pure-const.c:104
104 DEF_VEC_P
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2010-05-23
02:19 ---
I am not having any luck trying to run this testcase through gdb to get a
backtrace...
gdb /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/lto1
(gdb) r -fPIC -quiet -dumpdir ./ -dumpbase gcc-dg-
-apple-darwin10.4.0
Configured with: ../gcc-4.6-20100522/configure --prefix=/sw
--prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info
--enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with
--- Comment #5 from jason at gcc dot gnu dot org 2010-05-23 02:13 ---
This seems pretty clearly a compiler bug; it only occurs in template context.
In a non-template function there is no error. That is, this works:
#include
void f()
{
std::complex z4 = {1.1, 2.2};
}
but this doesn
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2010-05-23 00:00
---
Subject: Bug 43851
Author: jvdelisle
Date: Sun May 23 00:00:17 2010
New Revision: 159747
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159747
Log:
2010-05-22 Jerry DeLisle
PR fortran/43851
>From PR 34653, for
---
extern unsigned long table[];
unsigned long foo(unsigned char *p) {
unsigned long tag = *p;
return table[tag >> 4] + table[tag & 0xf];
}
---
at -O2, IRA generates an extra register move:
gcc-4.3 with -O2 generates:
foo:
movzbl (%rdi), %edx
movq%
--- Comment #1 from zsojka at seznam dot cz 2010-05-22 22:43 ---
Created an attachment (id=20728)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20728&action=view)
reduced testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44248
Command line:
$ gcc -O[123s] -flto -g -fcompare-debug testcase.c
or
$ gcc -O[123s] -fwhopr -g -fcompare-debug testcase.c
Compiler output (-flto):
$ gcc -O1 -flto -g -fcompare-debug testcase.c
gcc: /tmp/cc3798AZ.o: -fcompare-debug failure (length)
lto-wrapper: /mnt/svn/gcc-trunk/binary-159696-lto-f
--- Comment #1 from zsojka at seznam dot cz 2010-05-22 22:06 ---
Created an attachment (id=20727)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20727&action=view)
reduced testcase
Command line:
$ gcc -O1 -fgraphite-identity -fcompare-debug pr44247.c
--
http://gcc.gnu.org/bugz
Command line:
gcc -O[12s] -fgraphite-identity -fcompare-debug testcase.c
Compiler output:
$ gcc -O1 -fgraphite-identity -fcompare-debug testcase.c
gcc: testcase.c: -fcompare-debug failure
$ gcc -O2 -fgraphite-identity -fcompare-debug testcase.c
gcc: testcase.c: -fcompare-debug failure (length)
$ g
--- Comment #1 from hjl dot tools at gmail dot com 2010-05-22 21:52 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01653.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
testcase.c:
-
int main(int argc, char *argv[])
{
strcat(argv[0], "X");
return strlen(argv[0]);
}
Command line:
$ gcc -flto testcase.c
or
$ gcc -fwhopr testcase.c
Compiler output (-flto):
$ /mnt/svn/gcc-trunk/binary-159696-lto-fortran/bi
--- Comment #12 from tkoenig at gcc dot gnu dot org 2010-05-22 21:20
---
(In reply to comment #11)
> You probably mean "if abs(la-lb) mod gcd(sa, sb) != 0" (assuming
> x(lb:ub:sb);-).
Yes, I had this reversed when I wrote this.
Note that if I am not mistaken, this result extends to
--- Comment #27 from hjl dot tools at gmail dot com 2010-05-22 20:48
---
Fixed by revision 159342:
http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00394.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--- Comment #4 from paolo dot carlini at oracle dot com 2010-05-22 20:21
---
Hi Gaby: actually, I don't think it does, see the error messages above, which
are still up to date, as far as I can see. I will double check, anyway, and if
I notice something new I'll let you know asap. Thanks
--- Comment #11 from mikael at gcc dot gnu dot org 2010-05-22 19:36 ---
Created an attachment (id=20726)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20726&action=view)
updated patch
Update on this :
The attached patch seems to work on sum.
I plan to reorganize some structs, but
--- Comment #5 from janus at gcc dot gnu dot org 2010-05-22 19:31 ---
Fixed with r159745. Closing.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
Compiler output:
$ /mnt/svn/gcc-trunk/binary-159696-lto-fortran/bin/gcc testcase.c
testcase.c: In function 'foo':
testcase.c:4:1: error: unrecognizable insn:
(insn 7 6 8 3 testcase.c:3 (set (reg:DI 58 [ D.2717 ])
(unspec:DI [
(reg:DI 61)
(reg:DI 62)
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-05-22 19:05 ---
I don't think this is a good idea as it means we have to support these options
forever.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44244
--- Comment #27 from rguenth at gcc dot gnu dot org 2010-05-22 18:12
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-05-22 18:12
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from janus at gcc dot gnu dot org 2010-05-22 19:01 ---
Subject: Bug 44212
Author: janus
Date: Sat May 22 18:55:53 2010
New Revision: 159745
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159745
Log:
2010-05-22 Janus Weil
PR fortran/44212
* matc
Right now, gcc provides --std=c++0x to turn on all the features from C++0x that
it's implemented. However, it would be useful for organizations migrating to
C++0x to turn on one feature at a time as that feature becomes stable. For
example, we might turn on -fenable-c++0x-auto before -fenable-c++0x
--- Comment #8 from iains at gcc dot gnu dot org 2010-05-22 18:36 ---
sorry about that ..
darwin assembler does not support .type
PR lto/44238
* gcc.dg/lto/20090914-2_0.c: XFAIL *-*-darwin*.
Sendinggcc/testsuite/ChangeLog
Sendinggcc/testsuite/gcc.dg/lt
--- Comment #4 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 ---
This is deliberate, use -fno-signed-zeros to get the optimization you
want with 4.5.
*** This bug has been marked as a duplicate of 24581 ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed
--- Comment #10 from jsm28 at gcc dot gnu dot org 2010-05-22 18:18 ---
*** Bug 43639 has been marked as a duplicate of this bug. ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:14 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #21 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #15 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #19 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #22 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #26 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #22 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:13
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-05-22 18:13 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #46 from rguenth at gcc dot gnu dot org 2010-05-22 18:12
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-05-22 18:12
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 ---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-05-22 18:12
---
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
1 - 100 of 278 matches
Mail list logo