http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59682
Bug ID: 59682
Summary: Invalid syntax accepted: new-placement without
expression-list
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: minor
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59683
Bug ID: 59683
Summary: ICE: in classify_argument, at config/i386/i386.c:6637
with #pragma GCC target("avx512f")
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #2 from Hossein Talebi ---
I tried but I could not get it with a simple test case. It will take me 1-2
full days until I reduce my code to a minimalistic example. I know you GCC guys
don't like this kind of error reporting; I understa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56660
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54223
Dominique d'Humieres changed:
What|Removed |Added
Keywords||ice-on-invalid-code
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
--- Comment #2 from janus at gcc dot gnu.org ---
I think the conversion errors are simply due to declaration issues in the test
case, e.g.:
program main
implicit none
type t
end type t
interface
function f_type_na()
import ::
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53714
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to Hossein Talebi from comment #2)
> I tried but I could not get it with a simple test case. It will take me 1-2
> full days until I reduce my code to a minimalistic example.
A gfortran de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords|rejects-valid |ice-on-valid-code
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59685
Bug ID: 59685
Summary: ICE: in output_2305, at config/i386/sse.md:8919 with
-march=bdver1 -mavx512f
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: nor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
janus at gcc dot gnu.org changed:
What|Removed |Added
Summary|[OOP] ICE with derived type |ICE with derived type with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586
--- Comment #3 from janus at gcc dot gnu.org ---
Further reduction:
type :: b
integer, allocatable :: a
end type
call add(b(null()))
contains
subroutine add (c)
type(b), value :: c
end subroutine
end
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59667
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #4 from Hossein Talebi ---
Created attachment 31574
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31574&action=edit
test case, permix.f90 and the external
Please replace the contents of permix.f90 with this below. Put the attach
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #1 from David Kredba ---
After I rebuilt Vc library using the same compiler it stopped to ICE.
Instead it reports
/usr/include/Vc/version.h:45: error: undefined reference to
'Vc::checkLibraryAbi(unsigned int, unsigned int, char const*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #2 from David Kredba ---
gcc-nm -C /usr/lib64/libVc.a
const.cpp.o:
T Vc::RandomState
T Vc::checkLibraryAbi(unsigned int, unsigned int, char const*)
T Vc::AVX::_IndexesFromZero8
T Vc::AVX::_IndexesF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #3 from David Kredba ---
When libVc built without -flto Calligra can be built without -flto too.
nm -C /usr/lib64/libVc.a
const.cpp.o:
U abort
U _GLOBAL_OFFSET_TABLE_
r .LC1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59684
--- Comment #4 from David Kredba ---
It does not build later (without lto).
CMakeFiles/calligrasheetscommon.dir/commands/ConditionCommand.cpp.o: In
function `Calligra::Sheets::Conditions::operator<(Calligra::Sheets::Conditions
const&) const':
/v
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59686
Bug ID: 59686
Summary: Non-constexpr pointers accepted in constant
expressions
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59686
--- Comment #1 from Ville Voutilainen ---
(In reply to Ville Voutilainen from comment #0)
> int main
> {
> static const int x = 5;
> const int * const y = &x;
> static_assert(y, "");
> }
>
> clang rejects this, gcc accepts.
well, typ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #6 from Hossein Talebi ---
Thank you for trying it. Please spend 5 minutes to read and follow this. I
have attached a zip files in proper folder which you have to overwrite to
your local copy of PERMIX. I have modified the these to mak
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932
--- Comment #4 from janus at gcc dot gnu.org ---
Allocation-on-assignment works for 'normal' assignments of allocatable scalars,
as shown by this test case:
IMPLICIT NONE
TYPE :: test_typ
REAL, ALLOCATABLE :: a
END TYPE
TYPE(test_ty
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671
Patrick Kelly changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932
--- Comment #5 from janus at gcc dot gnu.org ---
The following is sufficient to get rid of the ICE:
Index: gcc/fortran/trans-expr.c
===
--- gcc/fortran/trans-expr.c(revision 20633
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59687
Bug ID: 59687
Summary: The description of ios::noreplace is hilarious
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681
--- Comment #3 from Peter A. Bigot ---
But also note [dcl.type.simple] p4:
The type denoted by decltype(e) is defined as follows:
— if e is an unparenthesized id-expression or an unparenthesized class member
access (5.2.5), decltype(e) is the typ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59687
--- Comment #1 from Christopher Yeleighton ---
(In reply to Christopher Yeleighton from comment #0)
> Also inconsistent with the table at filebuf::open that does not mention "x"
> mode to be actually used.
Oops, scratch that, I had "noreplace" in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #7 from Dominique d'Humieres ---
After some trial and error steps I have been able to build an executable with
gfortran 4.8.2 on x86_64-apple-darwin13. Its output is
PERMIX 28 July 2013
--
solver_i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678
--- Comment #8 from Hossein Talebi ---
Basically it is similar. Below is the output and error message in Ubuntu x64
13.1 using GCC 4.8.1. You get a little more information though.
PERMIX 28 July 2013
--
so
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59192
--- Comment #4 from Rajveer Aujla ---
Is there a timeline/GCC version planned for when C++11 allocator support will
be added to std::deque? I don't mean to sound pushy, just wondering if it's
worth me recoding the part of my project that relies on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679
--- Comment #2 from nullnilaki at gmail dot com ---
Created attachment 31576
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31576&action=edit
perl.h
perl.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679
--- Comment #3 from nullnilaki at gmail dot com ---
Created attachment 31577
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31577&action=edit
scope.c
scope.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679
--- Comment #4 from nullnilaki at gmail dot com ---
(In reply to Andrew Pinski from comment #1)
> This looks more like a bug in perl sources. Can you attach the preprocessed
> source for scope.c?
>
> The big question is how is ARG0_PTR defined?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59192
--- Comment #5 from Jonathan Wakely ---
It should be done for GCC 5.0
The WIP patch is not reliable.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
--- Comment #12 from Iain Sandoe ---
Author: iains
Date: Sun Jan 5 21:47:43 2014
New Revision: 206348
URL: http://gcc.gnu.org/viewcvs?rev=206348&root=gcc&view=rev
Log:
gcc:
PR bootstrap/59541
* config/darwin.c (darwin_function_section):
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58151
--- Comment #6 from Eric Botcazou ---
*** Bug 59671 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688
Bug ID: 59688
Summary: Build error on MAC OS X Lion
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688
Jürgen Reuter changed:
What|Removed |Added
Host||MAC OS X
Severity|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688
--- Comment #1 from Jürgen Reuter ---
Created attachment 31578
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31578&action=edit
config log of my gcc build
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541
Dominique d'Humieres changed:
What|Removed |Added
CC||juergen.reuter at desy dot de
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59689
Bug ID: 59689
Summary: Code bloat introduced by pointer arithmetic
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59689
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59679
--- Comment #5 from Andrew Pinski ---
This is still not the preprocessed source. We need the preprocessed source and
the exact options you used to compile the source and the exact options used to
configure gcc with.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59690
Bug ID: 59690
Summary: GCC fails to fold operations on frame-allocated
variable across function call
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: no
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59690
--- Comment #1 from Andrew Pinski ---
>It seems to think that the frame-allocated "x" is global memory.
No it thinks it has already escaped the function because right now escape
analysis is not flow sensitive.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23384
Andrew Pinski changed:
What|Removed |Added
CC||patrick at parcs dot ath.cx
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59690
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691
Bug ID: 59691
Summary: cilk-plus failure on PENTIUM2
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691
Andrew Pinski changed:
What|Removed |Added
Target||i?86-*-*
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59692
Bug ID: 59692
Summary: Missing __gnat_malloc on mingw targets
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59689
--- Comment #2 from Tilman Sauerbeck ---
Sigh, I wondered about that but wasn't sure. Sorry about the noise.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #21 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #23 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #22 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #24 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #25 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #26 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #27 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #28 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #29 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #30 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #31 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #32 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #33 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #34 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #35 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #36 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #37 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #38 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #39 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #40 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #41 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #42 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #43 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #44 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #45 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #46 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #47 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #48 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #49 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671
--- Comment #4 from Patrick Kelly ---
Let's say I'm trying to build a library/package, tens thousands of lines long,
provided by someone else. Is changing every instance of a function with an
"out" parameter to a procedure with an "out" parameter,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59693
Bug ID: 59693
Summary: man page says "extern" declarations are unaffected by
-fvisibility
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #50 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #51 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #52 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #53 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #54 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #55 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #56 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #57 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #58 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966
--- Comment #59 from jochen.kuepper at cfel dot de ---
You have contacted me on an old email address at the FHI Berlin. This account
will soon not be available anymore. Please change your address book to use
jochen.kuep...@cfel.de.
On 06.01.2014,
1 - 100 of 158 matches
Mail list logo