[Bug c++/59682] New: Invalid syntax accepted: new-placement without expression-list

2014-01-05 Thread frankhb1989 at gmail dot com
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

[Bug c++/59681] SVN 197248 adding N3582 support broke Boost.Regex with -std=c++1y

2014-01-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59681 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug target/59683] New: ICE: in classify_argument, at config/i386/i386.c:6637 with #pragma GCC target("avx512f")

2014-01-05 Thread zsojka at seznam dot cz
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

[Bug fortran/58586] [OOP] ICE with derived type with a polymorphic allocatable component passed by value

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58586 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/58557] [OOP] Issues with CLASS/TYPE functions in array constructors: reject valid, memory leaks, invalid free

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58557 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread talebi.hossein at gmail dot com
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

[Bug fortran/56660] Fails to read NAMELIST with certain form array syntax

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56660 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/54223] Statement function statement with dummy arguments that are also OPTIONAL may crash in wrong calls

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54223 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code St

[Bug fortran/58557] [OOP] Issues with CLASS/TYPE functions in array constructors: reject valid, memory leaks, invalid free

2014-01-05 Thread janus at gcc dot gnu.org
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 ::

[Bug middle-end/53714] false positive for -Wuninitialized

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53714 Dominique d'Humieres changed: What|Removed |Added Keywords||diagnostic Status|UNCO

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug fortran/58557] [OOP] Issues with CLASS/TYPE functions in array constructors: reject valid, memory leaks, invalid free

2014-01-05 Thread janus at gcc dot gnu.org
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 #

[Bug target/59685] New: ICE: in output_2305, at config/i386/sse.md:8919 with -march=bdver1 -mavx512f

2014-01-05 Thread zsojka at seznam dot cz
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

[Bug fortran/58586] ICE with derived type with allocatable component passed by value

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug fortran/58586] ICE with derived type with allocatable component passed by value

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug sanitizer/59667] ubsan: ICE ubsan_type_descriptor

2014-01-05 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59667 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread talebi.hossein at gmail dot com
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

[Bug lto/59684] lto1: internal compiler error: bytecode stream: expected tag real_type instead of error_mark

2014-01-05 Thread nheghathivhistha at gmail dot com
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*

[Bug lto/59684] lto1: internal compiler error: bytecode stream: expected tag real_type instead of error_mark

2014-01-05 Thread nheghathivhistha at gmail dot com
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

[Bug lto/59684] lto1: internal compiler error: bytecode stream: expected tag real_type instead of error_mark

2014-01-05 Thread nheghathivhistha at gmail dot com
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

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/59684] lto1: internal compiler error: bytecode stream: expected tag real_type instead of error_mark

2014-01-05 Thread nheghathivhistha at gmail dot com
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

[Bug c++/59686] New: Non-constexpr pointers accepted in constant expressions

2014-01-05 Thread ville.voutilainen at gmail dot com
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

[Bug c++/59686] Non-constexpr pointers accepted in constant expressions

2014-01-05 Thread ville.voutilainen at gmail dot com
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

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread talebi.hossein at gmail dot com
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

[Bug fortran/55932] [F03] ICE for structure constructor with scalar allocatable component

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug fortran/55932] [F03] ICE for structure constructor with scalar allocatable component

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug ada/59671] Improper Ada behavior under -gnat2012

2014-01-05 Thread p-kell at live dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671 Patrick Kelly changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE

[Bug fortran/55932] [F03] ICE for structure constructor with scalar allocatable component

2014-01-05 Thread janus at gcc dot gnu.org
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

[Bug libstdc++/59687] New: The description of ios::noreplace is hilarious

2014-01-05 Thread giecrilj at stegny dot 2a.pl
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

[Bug c++/59681] SVN 197248 adding N3582 support broke Boost.Regex with -std=c++1y

2014-01-05 Thread pab at pabigot dot com
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

[Bug libstdc++/59687] The description of ios::noreplace is hilarious

2014-01-05 Thread giecrilj at stegny dot 2a.pl
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

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread dominiq at lps dot ens.fr
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

[Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type

2014-01-05 Thread talebi.hossein at gmail dot com
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

gcc-bugs@gcc.gnu.org

2014-01-05 Thread rajveer_aujla at hotmail dot com
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

[Bug target/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha

2014-01-05 Thread nullnilaki at gmail dot com
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

[Bug target/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha

2014-01-05 Thread nullnilaki at gmail dot com
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

[Bug target/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha

2014-01-05 Thread nullnilaki at gmail dot com
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?

gcc-bugs@gcc.gnu.org

2014-01-05 Thread redi at gcc dot gnu.org
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.

[Bug bootstrap/59541] [4.9 Regression] Revision 206070 breaks bootstrap on Darwin: config/darwin.c:3665:1: error: control reaches end of non-void function [-Werror=return-type]

2014-01-05 Thread iains at gcc dot gnu.org
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):

[Bug ada/59671] Improper Ada behavior under -gnat2012

2014-01-05 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/58151] "conflict of writable function parameter in construct with arbitrary order of evaluation" is often a spurious error

2014-01-05 Thread ebotcazou at gcc dot gnu.org
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. ***

[Bug c/59688] New: Build error on MAC OS X Lion

2014-01-05 Thread juergen.reuter at desy dot de
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:

[Bug c/59688] Build error on MAC OS X Lion

2014-01-05 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688 Jürgen Reuter changed: What|Removed |Added Host||MAC OS X Severity|normal

[Bug c/59688] Build error on MAC OS X Lion

2014-01-05 Thread juergen.reuter at desy dot de
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

[Bug c/59688] Build error on MAC OS X Lion

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59688 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/59541] [4.9 Regression] Revision 206070 breaks bootstrap on Darwin: config/darwin.c:3665:1: error: control reaches end of non-void function [-Werror=return-type]

2014-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59541 Dominique d'Humieres changed: What|Removed |Added CC||juergen.reuter at desy dot de ---

[Bug target/59689] New: Code bloat introduced by pointer arithmetic

2014-01-05 Thread til...@code-monkey.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

[Bug target/59689] Code bloat introduced by pointer arithmetic

2014-01-05 Thread jakub at gcc dot gnu.org
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

[Bug target/59679] gcc version 4.7.3 and gcc version 4.5.3 cause an unaligned access exception on NetBSD/Alpha

2014-01-05 Thread pinskia at gcc dot gnu.org
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.

[Bug tree-optimization/59690] New: GCC fails to fold operations on frame-allocated variable across function call

2014-01-05 Thread patrick at parcs dot ath.cx
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

[Bug tree-optimization/59690] GCC fails to fold operations on frame-allocated variable across function call

2014-01-05 Thread pinskia at gcc dot gnu.org
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.

[Bug tree-optimization/23384] Clobber list should be flow sensitive

2014-01-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23384 Andrew Pinski changed: What|Removed |Added CC||patrick at parcs dot ath.cx --- Comment #

[Bug tree-optimization/59690] GCC fails to fold operations on frame-allocated variable across function call

2014-01-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59690 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/59691] New: cilk-plus failure on PENTIUM2

2014-01-05 Thread bernd.edlinger at hotmail dot de
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

[Bug target/59691] cilk-plus run failures on non-sse processors

2014-01-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691 Andrew Pinski changed: What|Removed |Added Target||i?86-*-* Status|UNCONFIRMED

[Bug ada/59692] New: Missing __gnat_malloc on mingw targets

2014-01-05 Thread steve at sk2 dot org
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

[Bug target/59689] Code bloat introduced by pointer arithmetic

2014-01-05 Thread til...@code-monkey.de
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.

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug ada/59671] Improper Ada behavior under -gnat2012

2014-01-05 Thread p-kell at live dot com
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,

[Bug c/59693] New: man page says "extern" declarations are unaffected by -fvisibility

2014-01-05 Thread jed at 59A2 dot org
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

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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,

[Bug fortran/15966] [4.0 Only] ICE and segmentation fault on internal write

2014-01-05 Thread jochen.kuepper at cfel dot de
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   2   >