https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64517
--- Comment #3 from Thomas Fanning ---
In gcc-4.9.2, using both -M and -E produce the expected output: dependencies
only. But in gfortran, both preprocessed output and dependencies are produced.
This is incorrect.
It seems to me that the gfortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479
--- Comment #4 from Yasushi Oshima ---
> Both patches fix the problem here, but I haven't tested them further. My
> feeling is that the function reg_set_p should be fixed.
I tried to patch to reg_set_p(), then this problem is fixed.
And the nat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479
--- Comment #3 from Oleg Endo ---
(In reply to Oleg Endo from comment #2)
>
>
> I haven't checked it, but maybe this also helps PR 56451 in some way.
>
Unfortunately it doesn't.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551
Martin Liška changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
--- Comment #5 from charles at kde dot org ---
No you're right.
I could add, though, that the compiler should have said something.
Also, why did it compile just fine with -O0?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|target
--- Comment #4 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
--- Comment #3 from charles at kde dot org ---
with "gcc test.c -O2" it fails
with "gcc test.c -O2 -mpclmul" it succeeds.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510
--- Comment #4 from Chen Gang ---
For gcc version 5.0.0 20150109 (experimental) (GCC), can not find this warnings
again.
So at present, for me, this bug can be closed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551
Steve Ellcey changed:
What|Removed |Added
CC||mliska at suse dot cz,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412
--- Comment #21 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 9 21:38:00 2015
New Revision: 219410
URL: https://gcc.gnu.org/viewcvs?rev=219410&root=gcc&view=rev
Log:
PR middle-end/64412
* lto-streamer.h (lto_stream_offload_p): New
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
--- Comment #2 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 9 21:36:10 2015
New Revision: 219409
URL: https://gcc.gnu.org/viewcvs?rev=219409&root=gcc&view=rev
Log:
PR rtl-optimization/64536
* cfgrtl.c (rtl_tidy_fallthru_edge): Han
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
--- Comment #1 from charles at kde dot org ---
It does compile with -march=westmere or later. I guess this is intended
behavior.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64554
Bug ID: 64554
Summary: _mm_clmulepi64_si128 doesn't compile with -O2
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64536
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Fri Jan 9 21:17:10 2015
New Revision: 219405
URL: https://gcc.gnu.org/viewcvs?rev=219405&root=gcc&view=rev
Log:
PR rtl-optimization/64536
* cfgrtl.c (rtl_tidy_fallthru_edge): Han
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250
--- Comment #13 from Hans-Peter Nilsson ---
On Fri, 9 Jan 2015, dje at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250
>
> David Edelsohn changed:
>
>What|Removed |Added
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64505
--- Comment #2 from Michael Meissner ---
Author: meissner
Date: Fri Jan 9 20:57:30 2015
New Revision: 219403
URL: https://gcc.gnu.org/viewcvs?rev=219403&root=gcc&view=rev
Log:
[gcc]
2015-01-09 Michael Meissner
Backport from mainline:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
--- Comment #5 from dave.anglin at bell dot net ---
On 2015-01-09 2:31 PM, ubizjak at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
>
>
>
> --- Comment #4 from Uroš Bizjak ---
>
> (In reply to Mikhail Maltsev from comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
--- Comment #4 from Uroš Bizjak ---
(In reply to Mikhail Maltsev from comment #3)
> In libgfortran/intrinsics/c99_functions.c, scalbn is implemented like this:
>
> double
> scalbn (double x, int y)
You should be extra careful here, we are using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64553
--- Comment #1 from Andris Pavenis ---
Created attachment 34415
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34415&action=edit
A patch
After included patch for cxx11-shim_facets.cc native bootstrap succeeded for
DJGPP (C, C++, Fortran, O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
Mikhail Maltsev changed:
What|Removed |Added
CC||maltsevm at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
--- Comment #5 from Anton Blanchard ---
Thanks Martin, the patch fixes the issue for me.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250
David Edelsohn changed:
What|Removed |Added
Target|hppa*-*-hpux* |hppa*-*-hpux*,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64553
Bug ID: 64553
Summary: Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in
src/c++11/cxx11-shim_facet.cc
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539
vries at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539
--- Comment #7 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Jan 9 18:54:20 2015
New Revision: 219400
URL: https://gcc.gnu.org/viewcvs?rev=219400&root=gcc&view=rev
Log:
Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.c
2015-01-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891
mrs at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51891
--- Comment #4 from mrs at gcc dot gnu.org ---
Author: mrs
Date: Fri Jan 9 18:12:51 2015
New Revision: 219399
URL: https://gcc.gnu.org/viewcvs?rev=219399&root=gcc&view=rev
Log:
Added PR libobjc/51891.
Modified:
trunk/gcc/testsuite/ChangeLo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476
--- Comment #1 from Jonathan Wakely ---
Author: redi
Date: Fri Jan 9 18:02:30 2015
New Revision: 219397
URL: https://gcc.gnu.org/viewcvs?rev=219397&root=gcc&view=rev
Log:
PR libstdc++/64476
* include/bits/stl_uninitialized.h (uninitiali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551
renlin at gcc dot gnu.org changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552
renlin at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Fri Jan 9 18:02:47 2015
New Revision: 219398
URL: https://gcc.gnu.org/viewcvs?rev=219398&root=gcc&view=rev
Log:
PR libstdc++/64476
* include/bits/stl_uninitialized.h (uninitiali
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63509
Rafael Sene changed:
What|Removed |Added
CC||rpsene at linux dot
vnet.ibm.com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552
Hans-Peter Nilsson changed:
What|Removed |Added
Target||cris-elf
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286
--- Comment #4 from Jakub Jelinek ---
Untested patch (just tried it on the testcase so far).
Trying to reduce the testcase now.
--- gcc/ree.c.jj2015-01-05 13:07:15.0 +0100
+++ gcc/ree.c2015-01-09 18:08:30.820754926 +0100
@@ -102
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552
Bug ID: 64552
Summary: Build broken for cris-elf and others
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206
David Malcolm changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551
renlin at gcc dot gnu.org changed:
What|Removed |Added
Target|alpha-linux-gnu |alpha-linux-gnu,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59955
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206
--- Comment #6 from David Malcolm ---
Author: dmalcolm
Date: Fri Jan 9 17:01:04 2015
New Revision: 219395
URL: https://gcc.gnu.org/viewcvs?rev=219395&root=gcc&view=rev
Log:
PR jit/64206: delay cleanup of tempdir if the user has requested debugi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971
--- Comment #5 from Andrew Pinski ---
(In reply to Tejas Belagod from comment #4)
> It looks like this still fails on trunk.
That is because the conditional compares patch was reverted but my patch was
not. Just revert my patch for the testsuit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #17 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110
Jakub Jelinek changed:
What|Removed |Added
CC||law at gcc dot gnu.org
--- Comment #16 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295
--- Comment #5 from Wojciech Migda ---
(In reply to Yaakov Selkowitz from comment #4)
> This still occurs with 4.9.2, and the patch in comment 2 fixes it.
I contacted Bernd Schmidt few minutes ago about the patch and he wrote that:
> I think I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295
--- Comment #4 from Yaakov Selkowitz ---
This still occurs with 4.9.2, and the patch in comment 2 fixes it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451
Yaakov Selkowitz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295
Yaakov Selkowitz changed:
What|Removed |Added
CC||yselkowi at redhat dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64110
--- Comment #15 from Vladimir Makarov ---
(In reply to Jakub Jelinek from comment #14)
> (In reply to Vladimir Makarov from comment #13)
> > (In reply to Jakub Jelinek from comment #11)
> > > Looking at the generated assembly, I see there:
> > >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63971
Tejas Belagod changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64286
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460
--- Comment #5 from ktkachov at gcc dot gnu.org ---
(In reply to Joel Sherrill from comment #4)
> (In reply to ktkachov from comment #3)
> > I have a fix in the works. The bug is down to the "shift" attribute value in
> > one of the patterns, alth
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460
--- Comment #4 from Joel Sherrill ---
(In reply to ktkachov from comment #3)
> I have a fix in the works. The bug is down to the "shift" attribute value in
> one of the patterns, although only xscale_sched_adjust_cost uses that
> attribute.
Awes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64460
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451
Wojciech Migda changed:
What|Removed |Added
CC||wojtek.golf at interia dot pl
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966
--- Comment #33 from Jonathan Wakely ---
Author: redi
Date: Fri Jan 9 14:40:46 2015
New Revision: 219394
URL: https://gcc.gnu.org/viewcvs?rev=219394&root=gcc&view=rev
Log:
PR libstdc++/60966
* include/std/future (packaged_task::operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60966
--- Comment #32 from Jonathan Wakely ---
Author: redi
Date: Fri Jan 9 14:40:16 2015
New Revision: 219393
URL: https://gcc.gnu.org/viewcvs?rev=219393&root=gcc&view=rev
Log:
PR libstdc++/60966
* include/std/future (packaged_task::operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551
Bug ID: 64551
Summary: Segfault in target_opts_for_fn (from
ipa_icf::sem_function::equals_private)
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
--- Comment #4 from Martin Liška ---
Suggested patch:
diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c
index 9cb7bc3..7e3b1dd 100644
--- a/gcc/ipa-icf-gimple.c
+++ b/gcc/ipa-icf-gimple.c
@@ -260,7 +260,7 @@ func_checker::compare_memory_o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
--- Comment #3 from Martin Liška ---
The problem is hidden in missing volatile side-effect comparison for:
# VUSE <.MEM_5(D)>
__mptr_8 ={v} _17->first;
(gdb) call debug_gimple_stmt(s2)
# VUSE <.MEM_5(D)>
__mptr_8 = _17->first;
where compare_mem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61413
--- Comment #3 from renlin at gcc dot gnu.org ---
Author: renlin
Date: Fri Jan 9 13:55:16 2015
New Revision: 219386
URL: https://gcc.gnu.org/viewcvs?rev=219386&root=gcc&view=rev
Log:
[ARM]Fix definition of __ARM_SIZEOF_WCHAR_T.
Backport fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304
--- Comment #3 from Jiong Wang ---
cased by one bug in combine pass.
patch under review at https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00508.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64476
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
--- Comment #2 from dave.anglin at bell dot net ---
On 2015-01-09, at 7:35 AM, ubizjak at gmail dot com wrote:
> The exp2 call was substituted wiht scalbln as part of PR64503 fix.
>
>
>
> Is this still an issue?
I will check but it would appe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
--- Comment #2 from Anton Blanchard ---
The testcase in bug #64090 hits it, but for some reason the testcase in the bug
it was duped to does not.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63949
--- Comment #10 from vekumar at gcc dot gnu.org ---
(In reply to Segher Boessenkool from comment #9)
> A MULT by a constant power of 2 is not canonical RTL (well, not what
> simplify_rtx would give you); combine shouldn't generate this.
In that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550
Bug ID: 64550
Summary: IPA fixes cause ICE in tree-ssa.c:939
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ipa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
--- Comment #1 from Uroš Bizjak ---
The exp2 call was substituted wiht scalbln as part of PR64503 fix.
Is this still an issue?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61466
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #4 from simon at pushface dot org ---
I think my use of --with-host-libstdcxx=-lstdc++ to avoid this problem came at
it from slightly the wrong angle.
It seems to me that it's more to do with -static-libgcc and the 4.9 change to
use t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #3 from simon at pushface dot org ---
Created attachment 34412
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34412&action=edit
Remove settings in gcc/ada/gcc-interface/Makefile.in (for Darwin)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435
--- Comment #3 from David Abdurachmanov
---
The patch has been submitted to LLVM/compiler-rt and approved. Not yet
committed, pending testing with Clang.
http://reviews.llvm.org/D6854
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799
Richard Biener changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64540
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64487
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64513
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64355
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64479
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64474
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63522
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60211
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64475
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64539
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64432
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64406
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
1 - 100 of 128 matches
Mail list logo