Debian Bug report logs - #55298
[PR c/3481, partly fixed in 3.2] function attributes should apply to function pointers too

Package: gcc; Maintainer for gcc is Debian GCC Maintainers <[email protected]>; Source for gcc is src:gcc-defaults (PTS, buildd, popcon).

Reported by: [email protected]

Date: Sun, 16 Jan 2000 01:18:01 UTC

Severity: wishlist

Tags: upstream

Forwarded to http://gcc.gnu.org/PR3481

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Debian GCC maintainers <[email protected]>:
Bug#55298; Package gcc. (full text, mbox, link).


Acknowledgement sent to Richard Kettlewell <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian GCC maintainers <[email protected]>. (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Richard Kettlewell <[email protected]>
To: [email protected]
Subject: function attributes should apply to function pointers too
Date: Sat, 15 Jan 2000 23:29:12 +0000 (GMT)
Package: gcc
Version: 2.7.2.3-7

Function attributes, such as `noreturn' and `format', should be
allowed to be specified for function pointers as well as real
functions.

lyonesse$ cat t.c
extern void (*error)(int, const char *, ...)
    __attribute__((noreturn))
    __attribute__((format(printf, 2, 3)));

lyonesse$ gcc -c t.c
t.c:3: argument format specified for non-function `error'
lyonesse$ gcc --version 
2.7.2.3

lyonesse$ egcc -c t.c
t.c:3: argument format specified for non-function `error'
lyonesse$ egcc --version
egcs-2.91.60

ttfn/rjk


Acknowledgement sent to [email protected], [email protected]:
Extra info received and filed, but not forwarded. (full text, mbox, link).


Message #8 received at [email protected] (full text, mbox, reply):

From: [email protected]
To: [email protected]
Subject: Re: c/3481: function attributes should apply to function pointers too
Date: 29 Jun 2001 17:36:01 -0000
Thank you very much for your problem report.
It has the internal identification `c/3481'.
The individual assigned to look at your
report is: unassigned. 

>Category:       c
>Responsible:    unassigned
>Synopsis:       function attributes should apply to function pointers too
>Arrival-Date:   Fri Jun 29 10:36:01 PDT 2001



Noted your statement that Bug has been forwarded to [email protected]. Request was from Matthias Klose <[email protected]> to [email protected]. (full text, mbox, link).


Changed Bug title. Request was from Matthias Klose <[email protected]> to [email protected]. (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and filed, but not forwarded. (full text, mbox, link).


Message #15 received at [email protected] (full text, mbox, reply):

From: Matthias Klose <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: gcc: submitted Debian report #55298 to gcc-gnats as PR 3481
Date: Sun, 01 Jul 2001 12:57:55 +0200
# submitted Debian report #55298 to gcc-gnats as PR 3481
# http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3481&database=gcc

forwarded 55298 [email protected]
retitle 55298 [PR c/3481] function attributes should apply to function pointers too
thanks



Acknowledgement sent to [email protected]:
Extra info received and filed, but not forwarded. (full text, mbox, link).


Message #18 received at [email protected] (full text, mbox, reply):

From: [email protected]
To: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: c/3481: function attributes should apply to function pointers too
Date: 5 Oct 2001 18:39:09 -0000
Synopsis: function attributes should apply to function pointers too

State-Changed-From-To: open->analyzed
State-Changed-By: jsm28
State-Changed-When: Fri Oct  5 11:39:08 2001
State-Changed-Why:
    Format attributes now (mainline) apply properly to function types,
    using the documented syntax.  Noreturn attributes work
    in the case given, but not yet in general on types, only
    on declarations of functions or pointers to functions;
    and there are other function attributes that ought
    to apply to types but currently only apply to decls.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3481&database=gcc



Message sent on to Richard Kettlewell <[email protected]>:
Bug#55298. (full text, mbox, link).


Message #21 received at [email protected] (full text, mbox, reply):

From: Matthias Klose <[email protected]>
To: [email protected]
Subject: partially in gcc-3.1 (CVS HEAD branch)
Date: Sun, 27 Jan 2002 19:16:13 +0100
State-Changed-From-To: open->analyzed
State-Changed-By: jsm28
State-Changed-When: Fri Oct  5 11:39:08 2001
State-Changed-Why:
    Format attributes now (mainline) apply properly to function types,
    using the documented syntax.  Noreturn attributes work
    in the case given, but not yet in general on types, only
    on declarations of functions or pointers to functions;
    and there are other function attributes that ought
    to apply to types but currently only apply to decls.



Bug closed, send any further explanations to Richard Kettlewell <[email protected]> Request was from Richard Kettlewell <[email protected]> to [email protected]. (full text, mbox, link).


Bug reopened, originator set to [email protected]. Request was from Richard Kettlewell <[email protected]> to [email protected]. (full text, mbox, link).


Changed Bug title. Request was from Matthias Klose <[email protected]> to [email protected]. (full text, mbox, link).


Forwarded-to-address changed from [email protected] to http://gcc.gnu.org/PR3481. Request was from Matthias Klose <[email protected]> to [email protected]. (full text, mbox, link).


Tags added: upstream Request was from Matthias Klose <[email protected]> to [email protected]. (full text, mbox, link).


Severity set to `wishlist'. Request was from Falk Hueffner <[email protected]> to [email protected]. (full text, mbox, link).


Bug reassigned from package `gcc' to `gcc-4.0'. Request was from Falk Hueffner <[email protected]> to [email protected]. (full text, mbox, link).


Information stored:
Bug#55298; Package gcc-4.0. (full text, mbox, link).


Message #38 received at [email protected] (full text, mbox, reply):

From: "pinskia at gcc dot gnu dot org" <[email protected]>
To: [email protected]
Subject: [Bug c/3481] function attributes should apply to function pointers too
Date: 10 Dec 2005 05:42:37 -0000

------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-10 05:42 -------
Format now applies to function types for at least 4.1.0 and above.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3481

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Bug reassigned from package `gcc-4.0' to `gcc'. Request was from Matthias Klose <[email protected]> to [email protected]. (Wed, 30 Jan 2008 19:21:10 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Fri, 14 Oct 2016 19:51:02 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx Standard Overnight" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Fri, 14 Oct 2016 19:51:02 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Sat, 15 Oct 2016 21:30:03 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx International MailService" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Sat, 15 Oct 2016 21:30:03 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Wed, 19 Oct 2016 15:27:03 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx International MailService" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Wed, 19 Oct 2016 15:27:03 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Sat, 22 Oct 2016 09:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx SmartPost" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Sat, 22 Oct 2016 09:03:04 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Sun, 23 Oct 2016 11:27:07 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx Standard Overnight" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Sun, 23 Oct 2016 11:27:07 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Sun, 23 Oct 2016 14:06:03 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx 2Day" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Sun, 23 Oct 2016 14:06:03 GMT) (full text, mbox, link).


Information forwarded to [email protected], Debian GCC Maintainers <[email protected]>:
Bug#55298; Package gcc. (Tue, 01 Nov 2016 08:15:03 GMT) (full text, mbox, link).


Acknowledgement sent to "FedEx International Ground" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian GCC Maintainers <[email protected]>. (Tue, 01 Nov 2016 08:15:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Sat, 18 Feb 2017 06:36:03 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and filed, but not forwarded. (Sat, 18 Feb 2017 06:36:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 20 Mar 2017 14:48:03 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and filed, but not forwarded. (Mon, 20 Mar 2017 14:48:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Sat, 01 Apr 2017 00:51:03 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and filed, but not forwarded. (Sat, 01 Apr 2017 00:51:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:24:05 GMT) (full text, mbox, link).


Acknowledgement sent to "msebor at gcc dot gnu.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:24:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:27:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:27:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:30:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:30:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:33:01 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:33:01 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:36:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:36:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:39:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:39:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:42:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:45:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:45:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:48:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:48:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:51:08 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:51:08 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:54:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:54:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 17:57:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 17:57:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:00:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:03:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:03:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:06:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:06:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:09:26 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:09:26 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:12:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:12:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:15:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:15:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:18:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:18:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:21:08 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:21:08 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:24:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:24:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:27:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:27:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:27:04 GMT) (full text, mbox, link).


Acknowledgement sent to "jakub at gcc dot gnu.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:27:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:27:05 GMT) (full text, mbox, link).


Acknowledgement sent to "jakub at gcc dot gnu.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:27:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:30:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:30:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:30:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:30:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:30:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:30:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 18:33:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 18:33:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 19:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 19:09:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 19:12:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 19:12:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 19:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 19:15:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 19:57:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 19:57:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 19:57:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 19:57:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:00:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:00:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:00:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:03:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:03:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:03:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:06:08 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:06:08 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:06:09 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:06:09 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:27:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:27:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:30:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:33:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:33:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:36:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:36:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:39:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:39:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:42:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:42:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:45:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:48:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:48:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:51:07 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:51:07 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:54:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:54:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 20:57:11 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 20:57:11 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:00:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:09:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:51:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:51:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:51:06 GMT) (full text, mbox, link).


Acknowledgement sent to "jsm28 at gcc dot gnu.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:51:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:54:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:54:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 21:54:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 21:54:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 22:36:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 22:36:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 22:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 22:36:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 22:39:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 22:39:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 23:15:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 23:15:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 23:18:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 23:18:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 23:39:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 23:39:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 23:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 23:42:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Mon, 16 Mar 2020 23:45:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Mon, 16 Mar 2020 23:45:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:27:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:27:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:30:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:33:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:33:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:36:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:36:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:39:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:39:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:42:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:45:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:45:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:48:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:51:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:51:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:54:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:54:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 00:57:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 00:57:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:00:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:03:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:09:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:12:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:12:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:15:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:15:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:18:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:18:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:21:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:21:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:24:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:24:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 01:27:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 01:27:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 02:06:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 02:06:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 02:24:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 02:24:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 02:27:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 02:27:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 02:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 02:45:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:06:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:06:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:09:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:12:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:12:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:15:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:18:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:18:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:30:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:51:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:51:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:54:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:54:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:54:05 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:54:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 03:57:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 03:57:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 04:36:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 04:36:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 04:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 04:36:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 05:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 05:15:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 05:15:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 05:15:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 05:57:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 05:57:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 05:57:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 05:57:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 06:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 06:00:05 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 06:00:06 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 06:00:06 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 06:39:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 06:39:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 06:39:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 06:39:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:21:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:21:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:21:04 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:21:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:24:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:24:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:33:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:33:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:36:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:36:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:39:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:39:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:42:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:45:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:45:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:48:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:48:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:51:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:51:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:54:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:54:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 07:57:02 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 07:57:02 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 08:15:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 08:15:04 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 17 Mar 2020 08:36:03 GMT) (full text, mbox, link).


Acknowledgement sent to "owner at bugs dot debian.org" <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 17 Mar 2020 08:36:03 GMT) (full text, mbox, link).


Information stored :
Bug#55298; Package gcc. (Tue, 22 Oct 2024 01:27:02 GMT) (full text, mbox, link).


Acknowledgement sent to Edward Phan <[email protected]>:
Extra info received and filed, but not forwarded. (Tue, 22 Oct 2024 01:27:12 GMT) (full text, mbox, link).


Message #705 received at [email protected] (full text, mbox, reply):

From: Edward Phan <[email protected]>
To: [email protected], [email protected], [email protected]
Subject: 民众心声:“共产党就是流氓”“中共灭亡一步之遥”
Date: Tue, 22 Oct 2024 08:24:57 +0700
[Message part 1 (text/plain, inline)]
*你好!*

近日,越来越多的中国大陆民众看穿了 中共的流氓本质并声明三退与中共划清界限,未来不再被其左右,重获新生。

大陆民众胡英杰发表退党声明说:“中共国,中南坑,金玉其外,败絮其中,魔鬼当道,民不聊生,昏庸无道,党魁小学生。”

中共为了维系自己的政权,不仅花大量人力物力在全国搭建维稳体系,长期以来还一直利用谎言和暴力治国。中共本身其实不从事任何生产及发明创造,取得政权后,就一直附着在国家人民身上。

坚信自己的常识和良知来戳穿谎言。

详情请看附件。

祝你和你的家人好运!

---

*法轮大法是佛法, 是正法。诚念九字真言得福报。*
*法轮大法好,真善忍好*

中共进行活体器官移植可谓“一箭双雕”。在消除异己的同时,在器官移植市场获取暴利。受害者主要是法轮功学员,由于他们经常打坐,冥想,身体比较健康,因此也称为了器官活摘的主要受害者。当然,还包括政治异见人士和其他公民。据估算,自2000年以来,在中国进行了超过一百万例谋杀性器官移植。
[Message part 2 (text/html, inline)]
[s9QY95JAQI.mp4 (video/mp4, attachment)]
[kTvEN0AdHU.pdf (application/pdf, attachment)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 13:00:54 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.