[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #9 from David Edelsohn --- Locally reverting the creation of offload_table may avoid the reference to the undefined symbol as a workaround to get sane testsuite results. tree offload_table = build_zero_cst (ptr_type_node); The fai

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-17 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 David Edelsohn changed: What|Removed |Added Target|x86_64-apple-darwin14 |x86_64-apple-darwin14,

[Bug c++/64653] Incomplete emission of D1/D2 destructors when optimising -- link failure with gold

2015-01-17 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64653 --- Comment #2 from Thiago Macieira --- Created attachment 34472 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34472&action=edit src1 assembly output by GCC 4.9

[Bug c++/64653] Incomplete emission of D1/D2 destructors when optimising -- link failure with gold

2015-01-17 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64653 --- Comment #1 from Thiago Macieira --- Created attachment 34471 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34471&action=edit src1 assembly output by GCC 4.9

[Bug c++/64653] New: Incomplete emission of D1/D2 destructors when optimising -- link failure with gold

2015-01-17 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64653 Bug ID: 64653 Summary: Incomplete emission of D1/D2 destructors when optimising -- link failure with gold Product: gcc Version: 5.0 Status: UNCONFIRMED Severity

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-17 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #5 from howarth at bromo dot med.uc.edu --- Created attachment 34469 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34469&action=edit proposed fix for plugin suffix Bootstrap and libgomp regression tested on x86_64-apple-darwin1

[Bug target/64652] New: [SH] ICE when using -mdiv=call-fp

2015-01-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64652 Bug ID: 64652 Summary: [SH] ICE when using -mdiv=call-fp Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/60884] [SH] improve inlined strlen-like builtin functions

2015-01-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60884 --- Comment #5 from Oleg Endo --- The test case gcc.target/sh/memset.c: void test00(char *dstb) { __builtin_memset (dstb, 0, 15); } compiles to: mov r4,r0 tst #3,r0 mov #0,r1 bf/s.L5 mo

[Bug libstdc++/64638] [5 Regression] Build failure with recent futex changes in libstdc++, likely all non-gthreads targets

2015-01-17 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/64651] New: std::rethrow_exception not found by ADL

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64651 Bug ID: 64651 Summary: std::rethrow_exception not found by ADL Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libs

[Bug libstdc++/64650] std::experimental::bad_optional_access is not default constructible

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64650 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64650] New: std::experimental::bad_optional_access is not default constructible

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64650 Bug ID: 64650 Summary: std::experimental::bad_optional_access is not default constructible Product: gcc Version: 4.9.3 Status: UNCONFIRMED Keywords: rejects-val

[Bug fortran/60922] [4.9/5 regression] Memory leak with allocatable CLASS components

2015-01-17 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 --- Comment #11 from janus at gcc dot gnu.org --- (In reply to janus from comment #10) > The following patchlet seems to fix it. Might just be a copy'n'paste error? In any case it regtests cleanly.

[Bug middle-end/44982] [4.8/4.9/5 Regression] ICE in get_narrower, at tree.c:7832

2015-01-17 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44982 --- Comment #12 from tbsaunde at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #11) > On Thu, 15 Jan 2015, tbsaunde at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44982 > > > > tbsaunde at gcc dot

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #12 from Dominique d'Humieres --- AFAICT gfortran.dg/unlimited_polymorphic_21.f90 has not yet been committed.

[Bug libstdc++/64649] regex_traits::lookup_classname() only works with random access iterators

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64649 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64649] New: regex_traits::lookup_classname() only works with random access iterators

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64649 Bug ID: 64649 Summary: regex_traits::lookup_classname() only works with random access iterators Product: gcc Version: 4.9.3 Status: UNCONFIRMED Keywords: reject

[Bug boehm-gc/64042] FAIL: boehm-gc.c/gctest.c -O2 execution test

2015-01-17 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64042 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #10 f

[Bug c++/63287] __STDCPP_THREADS__ is not defined

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63287 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #11 from Paul Thomas --- Author: pault Date: Sat Jan 17 20:44:07 2015 New Revision: 219802 URL: https://gcc.gnu.org/viewcvs?rev=219802&root=gcc&view=rev Log: 2015-01-17 Paul Thomas PR fortran/64578 * trans-expr.c (gfc_tra

[Bug c++/64647] [5 Regression] [C++14] std::__max_element contains code not allowed in constexpr function

2015-01-17 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64647 Ville Voutilainen changed: What|Removed |Added CC||jason at redhat dot com Com

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #4 from Jakub Jelinek --- Better add config/darwin/ and some header to it that defines SONAME_SUFFIX(n), where it would be ".so." #n in config/posix/ version of the header and "." #n ".dylib" in the config/darwin/ version of the heade

[Bug fortran/60922] [4.9/5 regression] Memory leak with allocatable CLASS components

2015-01-17 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|un

[Bug c/64648] New: Incorrect message description of -Wunused-value

2015-01-17 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64648 Bug ID: 64648 Summary: Incorrect message description of -Wunused-value Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/64639] false negative of -Wunused-value

2015-01-17 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64639 --- Comment #3 from Chengnian Sun --- (In reply to Chengnian Sun from comment #2) > (In reply to Andrew Pinski from comment #1) > > "(a = 0) != 0" has a side effect of setting a to 0. > > > > I think in this case, clang is incorrectly warning ab

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-17 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #3 from howarth at bromo dot med.uc.edu --- The minimal fix would be... Index: libgomp/configure.tgt === --- libgomp/configure.tgt (revision 219800) +++ libgomp/con

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

2015-01-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932 --- Comment #10 from Paul Thomas --- Author: pault Date: Sat Jan 17 18:08:38 2015 New Revision: 219801 URL: https://gcc.gnu.org/viewcvs?rev=219801&root=gcc&view=rev Log: 2015-01-17 Andre Vehreschild PR fortran/60357 * primary.c (buil

[Bug fortran/61275] Invalid initialization expression for ALLOCATABLE component in structure constructor at (1)

2015-01-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61275 --- Comment #2 from Paul Thomas --- Author: pault Date: Sat Jan 17 18:08:38 2015 New Revision: 219801 URL: https://gcc.gnu.org/viewcvs?rev=219801&root=gcc&view=rev Log: 2015-01-17 Andre Vehreschild PR fortran/60357 * primary.c (build

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2015-01-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 --- Comment #13 from Paul Thomas --- Author: pault Date: Sat Jan 17 18:08:38 2015 New Revision: 219801 URL: https://gcc.gnu.org/viewcvs?rev=219801&root=gcc&view=rev Log: 2015-01-17 Andre Vehreschild PR fortran/60357 * primary.c (buil

[Bug libstdc++/64647] [5 Regression] [C++14] std::__max_element contains code not allowed in constexpr function

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64647 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64647] New: [5 Regression] [C++14] std::__max_element contains code not allowed in constexpr function

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64647 Bug ID: 64647 Summary: [5 Regression] [C++14] std::__max_element contains code not allowed in constexpr function Product: gcc Version: 5.0 Status: UNCONFIRMED K

[Bug libstdc++/64646] New overloads of std::is_permutation dereference past-the-end iterator

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64646] New: New overloads of std::is_permutation dereference past-the-end iterator

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646 Bug ID: 64646 Summary: New overloads of std::is_permutation dereference past-the-end iterator Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

Re: gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-17 Thread JonY
On 1/17/2015 21:10, Marc Reynolds wrote: > NOTE: I am not on neither of these mailing list so including me on any > messages which might require further information > > The precompiled binary installed from the package manager labeled "4.9.2-1". > > The following program reproduces: > > - >

[Bug fortran/60922] [4.9/5 regression] Memory leak with allocatable CLASS components

2015-01-17 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 janus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc dot gnu.org ---

[Bug fortran/60922] [4.9/5 regression] Memory leak with allocatable CLASS components

2015-01-17 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 janus at gcc dot gnu.org changed: What|Removed |Added Summary|[4.9/5 regression] Memory |[4.9/5 regression] Memory

[Bug fortran/60922] [4.9/5 regression] Memory leak with INTENT(OUT) CLASS argument w/ allocatable CLASS components

2015-01-17 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60922 --- Comment #7 from janus at gcc dot gnu.org --- Looking at the output of -fdump-tree-original for comment 6, one sees with 4.8: d_vect_bld_x (struct __class_test_leak_D_vect_type & restrict x) { if (x->_data->v._data != 0B) { __built

[Bug ada/64640] Ada build failure on cygwin-32

2015-01-17 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64640 --- Comment #1 from Bernd Edlinger --- Created attachment 34468 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34468&action=edit possible fix

[Bug libstdc++/64638] [5 Regression] Build failure with recent futex changes in libstdc++, likely all non-gthreads targets

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638 Jonathan Wakely changed: What|Removed |Added Known to work||4.9.3 Version|unknown

[Bug libstdc++/64638] [5 Regression] Build failure with recent futex changes in libstdc++, likely all non-gthreads targets

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Sat Jan 17 13:48:48 2015 New Revision: 219799 URL: https://gcc.gnu.org/viewcvs?rev=219799&root=gcc&view=rev Log: PR libstdc++/64638 * include/bits/atomic_futex.h: Use appropriate

[Bug libffi/64645] New: liibffi fails to build on cygwin-32

2015-01-17 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64645 Bug ID: 64645 Summary: liibffi fails to build on cygwin-32 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libffi

[Bug libstdc++/64638] [5 Regression] Build failure with recent futex changes in libstdc++, likely all non-gthreads targets

2015-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-17 Thread Marc Reynolds
NOTE: I am not on neither of these mailing list so including me on any messages which might require further information The precompiled binary installed from the package manager labeled "4.9.2-1". The following program reproduces: - int main() { float f = 1.17549435082228750797e-38F;

[Bug tree-optimization/64601] Missed PRE on std::vector move assignment

2015-01-17 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/64644] New: "warning: anonymous union with no members" should be an error with -pedantic-errors

2015-01-17 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64644 Bug ID: 64644 Summary: "warning: anonymous union with no members" should be an error with -pedantic-errors Product: gcc Version: 4.9.2 Status: UNCONFIRMED Sever

[Bug libstdc++/64638] Build failure with recent futex changes in libstdc++, likely all non-gthreads targets

2015-01-17 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638 Ulrich Weigand changed: What|Removed |Added CC||uweigand at gcc dot gnu.org --- Comment

[Bug fortran/60334] Segmentation fault on character pointer assignments

2015-01-17 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60334 --- Comment #5 from Paul Thomas --- Author: pault Date: Sat Jan 17 11:07:57 2015 New Revision: 219798 URL: https://gcc.gnu.org/viewcvs?rev=219798&root=gcc&view=rev Log: 2015-01-17 Andre Vehreschild PR fortran/60334 * trans-decl.c (gf

[Bug c++/64643] New: bad location for multiple fields in union initialized

2015-01-17 Thread deni_ at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64643 Bug ID: 64643 Summary: bad location for multiple fields in union initialized Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Com

[Bug middle-end/64642] New: Malformed code as result of C-cast to (polymorphic) object-reference (an opt-level ...)

2015-01-17 Thread meisenmann....@fh-salzburg.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64642 Bug ID: 64642 Summary: Malformed code as result of C-cast to (polymorphic) object-reference (an opt-level ...) Product: gcc Version: 4.9.2 Status: UNCONFIRMED S

[Bug c++/64641] New: ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference

2015-01-17 Thread meisenmann....@fh-salzburg.ac.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64641 Bug ID: 64641 Summary: ICE in get_polymorphic_call_info with C-cast to (polymorphic) object-reference Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity:

[Bug ada/64640] New: Ada build failure on cygwin-32

2015-01-17 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64640 Bug ID: 64640 Summary: Ada build failure on cygwin-32 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assign

[Bug target/25678] -m68000 doesn't work

2015-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25678 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/28040] [m68k]wrong move const extends output at coldfire v4

2015-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28040 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/42759] libgcc fails to compile with segmentation fault

2015-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42759 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/64639] false negative of -Wunused-value

2015-01-17 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64639 Chengnian Sun changed: What|Removed |Added CC||chengniansun at gmail dot com --- Commen