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
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,
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638
Hans-Peter Nilsson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64650
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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.
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64649
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63287
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64647
Ville Voutilainen changed:
What|Removed |Added
CC||jason at redhat dot com
Com
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
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
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64647
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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:
>
> -
>
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
---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638
Jonathan Wakely changed:
What|Removed |Added
Known to work||4.9.3
Version|unknown
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64601
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64638
Ulrich Weigand changed:
What|Removed |Added
CC||uweigand at gcc dot gnu.org
--- Comment
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
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
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
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:
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25678
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28040
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42759
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64639
Chengnian Sun changed:
What|Removed |Added
CC||chengniansun at gmail dot com
--- Commen
55 matches
Mail list logo