https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77840
Bug ID: 77840
Summary: List-initialization and copy-constructor
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77836
--- Comment #2 from Marc Glisse ---
(In reply to Andrew Pinski from comment #1)
> The easy way to do this is to canonicalize the shift to a multiply or the
> multiply to a shift which is what it is done on the RTL level.
For unsigned types that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77839
Bug ID: 77839
Summary: [7 Regression] Memory- and compile time hog at -O1 and
above
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: compile-time-hog, me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #9 from Andrew Pinski ---
do the following to remove the PCH:
rm -rF ./obj/Release/emu.h.gch
and then rebuild the preprocessed source.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77836
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809
Andrew Pinski changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77838
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77838
Bug ID: 77838
Summary: bootstrap broken on powerpc64*-linux
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837
Bug ID: 77837
Summary: missing -Wformat-length warning for %p with null
argument on powerpc64
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #8 from Jordi Mallach ---
I'm afraid I don't know. I have asked upstream.
How are you building mame? I don't get why you don't get these files on your
own.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39103
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30109
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27368
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.1.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38075
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830
--- Comment #3 from Martin Liška ---
Reduced test-case:
#include
template struct Parser
{
char arr[N][1];
constexpr void setMember (const char *, int);
};
template
constexpr void
Parser::setMember (const char *, int i)
{
for (auto j = 0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30884
Andrew John Hughes changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |gnu_andrew at member
dot fsf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30884
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.3.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830
Martin Liška changed:
What|Removed |Added
Keywords||accepts-invalid,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12660
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|3.4.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77834
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77833
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28149
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16990
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.0.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77804
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77836
Bug ID: 77836
Summary: Simplify (x>>4)*16 in gimple
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77835
Bug ID: 77835
Summary: -O2 -pg -m32 overwrites saved lr with bogus value
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828
--- Comment #2 from Jerry DeLisle ---
Created attachment 39746
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39746&action=edit
One approach to resolving this
With the attached patch, here is the result of trying to go forward or backward
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832
--- Comment #3 from joseph at codesourcery dot com ---
See bug 66462.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399
--- Comment #13 from Andreas Schwab ---
Executing on host: /daten/gcc/gcc-20161002/Build/gcc/xgcc
-B/daten/gcc/gcc-20161002/Build/gcc/
/daten/gcc/gcc-20161002/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c -m32
-fno-diagnostics-show-caret -fdiag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550
--- Comment #5 from Jeffrey A. Law ---
Author: law
Date: Mon Oct 3 19:28:24 2016
New Revision: 240727
URL: https://gcc.gnu.org/viewcvs?rev=240727&root=gcc&view=rev
Log:
PR tree-optimization/71550
PR tree-optimization/71403
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71403
--- Comment #12 from Jeffrey A. Law ---
Author: law
Date: Mon Oct 3 19:28:24 2016
New Revision: 240727
URL: https://gcc.gnu.org/viewcvs?rev=240727&root=gcc&view=rev
Log:
PR tree-optimization/71550
PR tree-optimization/71403
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77834
Bug ID: 77834
Summary: [7 Regression] ICE: in make_decl_rtl, at varasm.c:1311
with -O -ftree-pre -mstringop-strategy=libcall
Product: gcc
Version: 7.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72850
Doug Gilmore changed:
What|Removed |Added
CC||doug.gilmore at imgtec dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77833
Bug ID: 77833
Summary: [7 Regression] ICE: in plus_constant, at explow.c:87
with -O -mavx512f
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keywords: ice-on-val
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809
Ian Lance Taylor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809
--- Comment #5 from ian at gcc dot gnu.org ---
Author: ian
Date: Mon Oct 3 18:39:54 2016
New Revision: 240724
URL: https://gcc.gnu.org/viewcvs?rev=240724&root=gcc&view=rev
Log:
PR go/77809
libgo: strip most C macros from runtime.in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832
--- Comment #2 from Gordon Mc ---
Created attachment 39743
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39743&action=edit
Runs the test prog with various arguments
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832
--- Comment #1 from Gordon Mc ---
Created attachment 39742
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39742&action=edit
Makefile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77832
Bug ID: 77832
Summary: isnan() check causes signal 8 with signaling nans
Product: gcc
Version: 6.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77831
Bug ID: 77831
Summary: add fixit hints to -Wformat-length
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77690
Martin Sebor changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20469
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34313
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32904
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830
Asad Mehmood changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890
--- Comment #3 from Andrew John Hughes ---
Moved to GNU Classpath.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13603
Bug 13603 depends on bug 21890, which changed state.
Bug 21890 Summary: SecurityManager is incomplete
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21890
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77830
Bug ID: 77830
Summary: internal compiler error: in
output_constructor_regular_field, at varasm.c:4968,
when using constexpr (with testcase)
Product: gcc
Version:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20508
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28977
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13459
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77814
--- Comment #6 from tprince at computer dot org ---
Permits bootstrap to proceed, will post to testresults when successful.
Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39481
Andrew John Hughes changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Version|4.4.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828
Jerry DeLisle changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77816
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43258
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77371
Thomas Schwinge changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #5 from Thomas Sc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516
--- Comment #12 from rguenther at suse dot de ---
On October 3, 2016 12:21:13 PM GMT+02:00, markus at oberhumer dot com
wrote:
>https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516
>
>--- Comment #11 from Markus F.X.J. Oberhumer com> ---
>Did you
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77829
Bug ID: 77829
Summary: Bad fix-it for nested-name-specifier
Product: gcc
Version: 6.2.1
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77829
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20395
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #7 from ktkachov at gcc dot gnu.org ---
:1:39: warning: emu.h.gch: created by a different GCC executable
:1:9: fatal error: emu.h.gch: PCH file was invalid
Is there any way you can get a pre-processed source without any precompiled
he
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19612
Andrew John Hughes changed:
What|Removed |Added
CC||gnu_andrew at member dot
fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77342
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23888
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794
Jonathan Wakely changed:
What|Removed |Added
CC||dmorilha at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68058
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77586
tbsaunde at gcc dot gnu.org changed:
What|Removed |Added
CC||tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77817
--- Comment #2 from jim at meyering dot net ---
Oops. That must have been the "worked-around" version.
Swap the #undef and fallthrough comment to repro:
int
foo (int x)
{
switch (x)
{
case 1:
x = 3;
/* fallthrough */
#undef
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #5 from Jordi Mallach ---
Created attachment 39738
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39738&action=edit
emu.h.d for the failed tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #6 from Jordi Mallach ---
emu.h.gch can be found here due to being > 1000KB:
http://oskuro.net/emu.h.gch.gz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32497
--- Comment #6 from Valeriy E. Ushakov ---
(In reply to Oleg Endo from comment #5)
> (In reply to Valeriy E. Ushakov from comment #4)
>
> > GEN_INT (-4294967296L;
>
> > GEN_INT (4294967295L)),
>
> I think those should be -4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #4 from Jordi Mallach ---
(In reply to ktkachov from comment #3)
> I can't compile this:
> fatal error: ./obj/Release/emu.h.gch: couldn't open PCH file: No such file
> or directory
I am unsure why you're not getting it generated. If
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:42:06 2016
New Revision: 240720
URL: https://gcc.gnu.org/viewcvs?rev=240720&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256
--- Comment #11 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:42:06 2016
New Revision: 240720
URL: https://gcc.gnu.org/viewcvs?rev=240720&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:42:06 2016
New Revision: 240720
URL: https://gcc.gnu.org/viewcvs?rev=240720&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:35:28 2016
New Revision: 240714
URL: https://gcc.gnu.org/viewcvs?rev=240714&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77794
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:36:22 2016
New Revision: 240719
URL: https://gcc.gnu.org/viewcvs?rev=240719&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256
--- Comment #10 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:36:22 2016
New Revision: 240719
URL: https://gcc.gnu.org/viewcvs?rev=240719&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:36:22 2016
New Revision: 240719
URL: https://gcc.gnu.org/viewcvs?rev=240719&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59256
--- Comment #9 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:35:28 2016
New Revision: 240714
URL: https://gcc.gnu.org/viewcvs?rev=240714&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68323
--- Comment #3 from Jonathan Wakely ---
Author: redi
Date: Mon Oct 3 14:35:28 2016
New Revision: 240714
URL: https://gcc.gnu.org/viewcvs?rev=240714&root=gcc&view=rev
Log:
Fix libstdc++ versioned namespace build
PR libstdc++/68323
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77826
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77699
--- Comment #1 from Bernd Edlinger ---
Author: edlinger
Date: Mon Oct 3 14:05:46 2016
New Revision: 240713
URL: https://gcc.gnu.org/viewcvs?rev=240713&root=gcc&view=rev
Log:
2016-10-03 Bernd Edlinger
PR preprocessor/77699
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77827
--- Comment #1 from Andrew Pinski ---
I think the Sanitizers just need a merge.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828
vehre at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77827
Bug ID: 77827
Summary: tsan lacks support for 48 bit VMA on aarch64
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: saniti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828
Bug ID: 77828
Summary: [7 Regression] Linking gfortran-7 compiled program
with libgfortran of 5.x allowed but crashes when
containing write to string
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77816
--- Comment #7 from ktkachov at gcc dot gnu.org ---
(In reply to Bernd Edlinger from comment #6)
> (In reply to ktkachov from comment #4)
> > I can't reproduce the fortran failures with a clean trunk at r240705
> > configured with --enable-languag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77790
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77791
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77823
--- Comment #4 from Zdenek Sojka ---
(In reply to Jakub Jelinek from comment #3)
> Created attachment 39735 [details]
> gcc7-pr77823.patch
>
> Short patch to fix the ICE.
>
> That said, we should think of what to do with the generic vector exte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77791
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
1 - 100 of 131 matches
Mail list logo