https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82209
Bug ID: 82209
Summary: Compile error "X causes a section type conflict with
Y" should provide more information
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82208
--- Comment #1 from martin ---
I used the gcc-trunk source:
nas-02-90-38:/media/gcc-trunk# /opt/svn-1.9.7/bin/svn info
Path: .
Working Copy Root Path: /c/media/gcc-trunk
URL: svn://gcc.gnu.org/svn/gcc/trunk
Relative URL: ^/trunk
Repository Root:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82208
Bug ID: 82208
Summary: exec_linux.go:197:27: error: reference to undefined
name 'SYS_UNSHARE'
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82069
Markus Trippelsdorf changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #6 from Markus Trip
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71208
Hans-Peter Nilsson changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71208
--- Comment #10 from Yaakov Selkowitz ---
A fix for PR ld/20125, set for the 2.29.1 release, has been committed. Does
anything further need to happen on the gcc side?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81317
--- Comment #25 from Randy MacLeod ---
Any progress or need for additional information?
What should I expect over the coming weeks?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82207
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82207
--- Comment #3 from Bill Sacks ---
Thanks for pointing that out, kargl. I'm fine with this being closed if it's
not actually a bug: it's not causing me any problems, I just happened to notice
it in the course of investigating other aspects of gfo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #35 from Iain Sandoe ---
(In reply to simon from comment #33)
> (In reply to Iain Sandoe from comment #32)
>
> > it doesn't make any difference if the libstdc++ is statically or dynamically
> > linked, in fact
>
> It’s libgcc that c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82207
--- Comment #2 from kargl at gcc dot gnu.org ---
See gcc/gcc/libgfortran/ieee/ieee_helper.c lines 75-79:
if (res == IEEE_QUIET_NAN) \
{ \
/* TODO: Handle signaling NaNs */ \
return res; \
} \
See also gcc/gcc/libgfortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #34 from Dominique d'Humieres ---
> Yes, as Arno said, you need to manually build libada in this setup:
> make -C gcc gnatlib-shared
This fails for me with
x86_64-apple-darwin16.7.0/sys-include -L/opt/gcc/build_w/gcc/../ld -c -g -O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66462
Bill Sacks changed:
What|Removed |Added
CC||sacks at ucar dot edu
--- Comment #9 from B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82207
--- Comment #1 from Bill Sacks ---
Created attachment 42166
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42166&action=edit
Simple test program
Added attachment to demonstrate the problem in a simpler test program.
Compile and run with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82207
Bug ID: 82207
Summary: ieee_class identifies signaling NaNs as quiet NaNs
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82206
Bug ID: 82206
Summary: -Wformat-nonliteral does not warn when passing a non
literal to vprintf
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #33 from simon at pushface dot org ---
(In reply to Iain Sandoe from comment #32)
> it doesn't make any difference if the libstdc++ is statically or dynamically
> linked, in fact
It’s libgcc that causes the problem; with static libgc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184
--- Comment #6 from paul.richard.thomas at gmail dot com ---
Thanks Andrey. I'll get to it as soon as I can.
Paul
On 13 September 2017 at 21:12, andrey.y.guskov at intel dot com
wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173
--- Comment #3 from Paul Thomas ---
Author: pault
Date: Wed Sep 13 21:15:26 2017
New Revision: 252734
URL: https://gcc.gnu.org/viewcvs?rev=252734&root=gcc&view=rev
Log:
2017-09-13 Paul Thomas
PR fortran/82173
* decl.c (match_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82174
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82205
Bug ID: 82205
Summary: parametrized derived types, problems with
initialization
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priorit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #32 from Iain Sandoe ---
(In reply to simon from comment #28)
> (In reply to Iain Sandoe from comment #23)
>
> > --with-checking=release --disable-libada succeeds for me too.
>
> Because the bug appears when building libada.
right.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184
--- Comment #5 from Andrey Guskov ---
program r187
call s()
call s()
contains
subroutine s()
complex(4), allocatable, save :: a(:, :)
complex(4), pointer, save :: b(:, :)
if (.not. associated(b)) then
allocate(a(2, 2))
allocate(b(2, 2))
a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
Eric Botcazou changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #30 from Eric Botcazou ---
> I wonder whether the check-acats exception issues in PR81361 are related?
Hum, yes, I totally forgot about this, it might be a good track indeed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #29 from Eric Botcazou ---
> OK, I see, that's not been a pattern we've needed to use in the past.
> Is there some specific reason that this is preferred over the integrated
> case?
It's more versatile, i.e. you can build custom liba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82204
Bug ID: 82204
Summary: G++ doesn't connect friend and extern declarations
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82196
--- Comment #1 from Daniel Santos ---
Created attachment 42163
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42163&action=edit
proposed fix minus tests
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82195
--- Comment #1 from Nathan Sidwell ---
Created attachment 42164
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42164&action=edit
simpler testcase
A slightly simpler testcase. The mangling of the Capture instantiation is:
_Z7CaptureIZZ3Foo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 68177, which changed state.
Bug 68177 Summary: Lambda capture doesn't work correctly when lambda is used in
a pack expansion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68177
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68177
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68177
--- Comment #2 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed Sep 13 19:22:55 2017
New Revision: 252732
URL: https://gcc.gnu.org/viewcvs?rev=252732&root=gcc&view=rev
Log:
2017-09-13 Paolo Carlini
PR c++/68177
* g++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82154
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82154
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Wed Sep 13 19:12:08 2017
New Revision: 252728
URL: https://gcc.gnu.org/viewcvs?rev=252728&root=gcc&view=rev
Log:
Fix emission of exception dispatch (PR middle-end/82154).
2017-09-13 Mar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #28 from simon at pushface dot org ---
(In reply to Iain Sandoe from comment #23)
> --with-checking=release --disable-libada succeeds for me too.
Because the bug appears when building libada. I haven’t tried with
--checking=release.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #27 from Iain Sandoe ---
(In reply to Eric Botcazou from comment #26)
> > likewise with --with-checking=yes,rtl,tree.
> > However make check-ada fails with "gnatlib missing, exiting"
> > If I cd gcc ; make check-gnat then most of thos
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 64488, which changed state.
Bug 64488 Summary: [c++11] Expand initializer list with lambdas in variadic
template. Reject valid code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64488
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64488
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47226
Paolo Carlini changed:
What|Removed |Added
CC||reagentoo at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #26 from Eric Botcazou ---
> likewise with --with-checking=yes,rtl,tree.
> However make check-ada fails with "gnatlib missing, exiting"
> If I cd gcc ; make check-gnat then most of those tests fail too (claims
> missing adainclude/ada
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82141
--- Comment #25 from Eric Botcazou ---
> AFAIR, the difference is that the Ada runtime (when built during each stage)
> is made as convenience (statically linked) libs, whereas libada is built
> shared - so there will (probably) be different code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 61362, which changed state.
Bug 61362 Summary: g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 does not compile lambda
with template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61362
What|Removed |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61362
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61362
--- Comment #7 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed Sep 13 18:18:48 2017
New Revision: 252724
URL: https://gcc.gnu.org/viewcvs?rev=252724&root=gcc&view=rev
Log:
2017-09-13 Paolo Carlini
PR c++/61362
* g++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925
--- Comment #25 from Steve Ellcey ---
Author: sje
Date: Wed Sep 13 18:06:36 2017
New Revision: 252723
URL: https://gcc.gnu.org/viewcvs?rev=252723&root=gcc&view=rev
Log:
2017-09-13 Steve Ellcey
PR tree-optimization/80925
* gfo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18805
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|NEW
--- Comment #3 from Nathan Sidwell
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82015
--- Comment #5 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 18:01:46 2017
New Revision: 252719
URL: https://gcc.gnu.org/viewcvs?rev=252719&root=gcc&view=rev
Log:
2017-08-30 Michael Meissner
PR target/82015
* gcc.tar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82001
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 18:00:35 2017
New Revision: 252713
URL: https://gcc.gnu.org/viewcvs?rev=252713&root=gcc&view=rev
Log:
Fix IPA ICF with ASM statements (PR inline-asm/82001).
2017-08-30 Marti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82195
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81236
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:40:43 2017
New Revision: 252627
URL: https://gcc.gnu.org/viewcvs?rev=252627&root=gcc&view=rev
Log:
PR c++/81236 - ICE with template-id in generic lambda
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82015
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:39:41 2017
New Revision: 252622
URL: https://gcc.gnu.org/viewcvs?rev=252622&root=gcc&view=rev
Log:
[gcc]
2017-08-29 Michael Meissner
PR target/82015
* c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78840
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:39:28 2017
New Revision: 252621
URL: https://gcc.gnu.org/viewcvs?rev=252621&root=gcc&view=rev
Log:
PR c++/78840 - ICE with const and nested generic lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80935
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:39:03 2017
New Revision: 252619
URL: https://gcc.gnu.org/viewcvs?rev=252619&root=gcc&view=rev
Log:
PR c++/80935 - wrong C++17 error with lambda
* decl.c (c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80767
--- Comment #5 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:38:39 2017
New Revision: 252617
URL: https://gcc.gnu.org/viewcvs?rev=252617&root=gcc&view=rev
Log:
PR c++/80767 - unnecessary instantiation of generic lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81503
--- Comment #22 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:36:05 2017
New Revision: 252605
URL: https://gcc.gnu.org/viewcvs?rev=252605&root=gcc&view=rev
Log:
[gcc]
2017-08-29 Bill Schmidt
Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80993
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:35:39 2017
New Revision: 252603
URL: https://gcc.gnu.org/viewcvs?rev=252603&root=gcc&view=rev
Log:
PR target/80993
* gcc/config/msp430/msp430.c (msp430_attr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39851
--- Comment #11 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:35:13 2017
New Revision: 252601
URL: https://gcc.gnu.org/viewcvs?rev=252601&root=gcc&view=rev
Log:
Fix --help=target (Ada) (PR other/39851)
2017-08-29 Martin Liska
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39851
--- Comment #10 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:34:49 2017
New Revision: 252599
URL: https://gcc.gnu.org/viewcvs?rev=252599&root=gcc&view=rev
Log:
Fix --help=target (PR other/39851).
2017-08-29 Martin Liska
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81770
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:33:49 2017
New Revision: 252594
URL: https://gcc.gnu.org/viewcvs?rev=252594&root=gcc&view=rev
Log:
2017-08-28 Janus Weil
PR fortran/81770
* expr.c (gfc_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81968
--- Comment #12 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:32:46 2017
New Revision: 252589
URL: https://gcc.gnu.org/viewcvs?rev=252589&root=gcc&view=rev
Log:
2017-08-28 Richard Biener
PR lto/81968
* simple-obje
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81993
--- Comment #14 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:32:31 2017
New Revision: 252588
URL: https://gcc.gnu.org/viewcvs?rev=252588&root=gcc&view=rev
Log:
2017-08-28 Richard Biener
PR debug/81993
* dwarf2out
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81977
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:32:20 2017
New Revision: 252587
URL: https://gcc.gnu.org/viewcvs?rev=252587&root=gcc&view=rev
Log:
2017-08-28 Richard Biener
PR tree-optimization/81977
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80640
--- Comment #10 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:32:07 2017
New Revision: 252586
URL: https://gcc.gnu.org/viewcvs?rev=252586&root=gcc&view=rev
Log:
optabs: ensure mem_thread_fence is a compiler barrier
PR target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78387
--- Comment #14 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:31:53 2017
New Revision: 252585
URL: https://gcc.gnu.org/viewcvs?rev=252585&root=gcc&view=rev
Log:
2017-08-27 Jerry DeLisle
PR libgfortran/78387
* io/l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81995
--- Comment #5 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:31:29 2017
New Revision: 252583
URL: https://gcc.gnu.org/viewcvs?rev=252583&root=gcc&view=rev
Log:
PR target/81995
* config/i386/i386.md (*): Change operand
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81974
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:31:16 2017
New Revision: 252582
URL: https://gcc.gnu.org/viewcvs?rev=252582&root=gcc&view=rev
Log:
2017-08-27 Thomas Koenig
PR fortran/81974
* frontend-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81504
--- Comment #12 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:29:41 2017
New Revision: 252577
URL: https://gcc.gnu.org/viewcvs?rev=252577&root=gcc&view=rev
Log:
2017-08-25 Bill Schmidt
PR target/81504
* config/rs6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81921
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:29:17 2017
New Revision: 252575
URL: https://gcc.gnu.org/viewcvs?rev=252575&root=gcc&view=rev
Log:
Retabify 2017-08-24 Richard Biener
PR target/81921
Modified:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81747
--- Comment #10 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:28:54 2017
New Revision: 252573
URL: https://gcc.gnu.org/viewcvs?rev=252573&root=gcc&view=rev
Log:
PR81747, ICE in operator[]
PR rtl-optimization/81747
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135
--- Comment #11 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Wed Sep 13 17:28:37 2017
New Revision: 252571
URL: https://gcc.gnu.org/viewcvs?rev=252571&root=gcc&view=rev
Log:
2017-09-13 Paolo Carlini
PR c++/61135
* g+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81908
--- Comment #9 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:28:29 2017
New Revision: 252570
URL: https://gcc.gnu.org/viewcvs?rev=252570&root=gcc&view=rev
Log:
PR middle-end/81908 - FAIL: gfortran.dg/alloc_comp_auto_array_2.f90 -O3 -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81913
--- Comment #9 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:27:04 2017
New Revision: 252563
URL: https://gcc.gnu.org/viewcvs?rev=252563&root=gcc&view=rev
Log:
PR tree-optimization/81913
* tree-ssa-loop-niter.c (numbe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81921
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:26:26 2017
New Revision: 252560
URL: https://gcc.gnu.org/viewcvs?rev=252560&root=gcc&view=rev
Log:
2017-08-23 Richard Biener
PR target/81921
* targhooks
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81931
--- Comment #15 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:25:49 2017
New Revision: 252557
URL: https://gcc.gnu.org/viewcvs?rev=252557&root=gcc&view=rev
Log:
PR middle-end/81931
* tree-ssanames.c (get_nonzero_bits)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81936
--- Comment #21 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:26:12 2017
New Revision: 252559
URL: https://gcc.gnu.org/viewcvs?rev=252559&root=gcc&view=rev
Log:
2017-08-24 Richard Biener
PR debug/81936
* dwarf2out
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80969
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:25:11 2017
New Revision: 252554
URL: https://gcc.gnu.org/viewcvs?rev=252554&root=gcc&view=rev
Log:
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81940
--- Comment #9 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:22:49 2017
New Revision: 252544
URL: https://gcc.gnu.org/viewcvs?rev=252544&root=gcc&view=rev
Log:
2017-08-23 Richard Biener
PR lto/81940
* dwarf2out.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19706
--- Comment #10 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:22:25 2017
New Revision: 252542
URL: https://gcc.gnu.org/viewcvs?rev=252542&root=gcc&view=rev
Log:
2017-08-23 Tamar Christina
PR middle-end/19706
* tre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19706
--- Comment #11 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:22:37 2017
New Revision: 252543
URL: https://gcc.gnu.org/viewcvs?rev=252543&root=gcc&view=rev
Log:
2017-08-23 Tamar Christina
PR middle-end/19706
* doc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81488
--- Comment #9 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:20:57 2017
New Revision: 252535
URL: https://gcc.gnu.org/viewcvs?rev=252535&root=gcc&view=rev
Log:
2017-08-22 Bill Schmidt
PR tree-optimization/81488
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71958
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:21:11 2017
New Revision: 252536
URL: https://gcc.gnu.org/viewcvs?rev=252536&root=gcc&view=rev
Log:
PR target/71958: Error on -mx32 with -mabi=ms
gcc/ChangeLog:
2017-08-11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71947
--- Comment #17 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:20:19 2017
New Revision: 252532
URL: https://gcc.gnu.org/viewcvs?rev=252532&root=gcc&view=rev
Log:
PR tree-optimization/81741
PR tree-optimization/71947
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81741
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:20:19 2017
New Revision: 252532
URL: https://gcc.gnu.org/viewcvs?rev=252532&root=gcc&view=rev
Log:
PR tree-optimization/81741
PR tree-optimization/71947
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81925
--- Comment #5 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:20:07 2017
New Revision: 252531
URL: https://gcc.gnu.org/viewcvs?rev=252531&root=gcc&view=rev
Log:
2017-08-22 Richard Biener
PR lto/81925
* simple-objec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80287
--- Comment #12 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:19:29 2017
New Revision: 252528
URL: https://gcc.gnu.org/viewcvs?rev=252528&root=gcc&view=rev
Log:
2017-08-22 Yvan Roux
PR c++/80287
* g++.dg/pr80287.C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184
Andrey Guskov changed:
What|Removed |Added
CC||andrey.y.guskov at intel dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81910
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:18:12 2017
New Revision: 252522
URL: https://gcc.gnu.org/viewcvs?rev=252522&root=gcc&view=rev
Log:
gcc/
PR target/81910
* config/avr/avr.c (avr_handle_addr_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81296
--- Comment #8 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:18:00 2017
New Revision: 252521
URL: https://gcc.gnu.org/viewcvs?rev=252521&root=gcc&view=rev
Log:
2017-08-21 Jerry DeLisle
PR fortran/81296
* trans-io.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46091
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:16:18 2017
New Revision: 252513
URL: https://gcc.gnu.org/viewcvs?rev=252513&root=gcc&view=rev
Log:
PR target/46091
* config/i386/i386.md (*btsq_imm): Rename
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81912
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:16:06 2017
New Revision: 252512
URL: https://gcc.gnu.org/viewcvs?rev=252512&root=gcc&view=rev
Log:
PR libstdc++/81912 make std::__iterator_category constexpr
PR li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19706
Tamar Christina changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81899
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:14:21 2017
New Revision: 252506
URL: https://gcc.gnu.org/viewcvs?rev=252506&root=gcc&view=rev
Log:
PR c++/81899
* pt.c (instantiate_class_template_1):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81900
--- Comment #11 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:14:07 2017
New Revision: 252505
URL: https://gcc.gnu.org/viewcvs?rev=252505&root=gcc&view=rev
Log:
2017-08-21 Richard Biener
PR tree-optimization/81900
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883
--- Comment #17 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:13:54 2017
New Revision: 252504
URL: https://gcc.gnu.org/viewcvs?rev=252504&root=gcc&view=rev
Log:
PR target/79883
* config/avr/avr.c (avr_set_current_func
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81884
--- Comment #10 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:12:38 2017
New Revision: 252498
URL: https://gcc.gnu.org/viewcvs?rev=252498&root=gcc&view=rev
Log:
2017-08-21 Richard Biener
PR middle-end/81884
* tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81056
--- Comment #5 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:11:39 2017
New Revision: 252493
URL: https://gcc.gnu.org/viewcvs?rev=252493&root=gcc&view=rev
Log:
PR testsuite/81056
* testsuite/17_intro/names.cc: Undef '
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81854
--- Comment #4 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:12:03 2017
New Revision: 252495
URL: https://gcc.gnu.org/viewcvs?rev=252495&root=gcc&view=rev
Log:
libstdc++/ChangeLog:
PR c/81854
* src/c++98/compatibilit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77732
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:11:28 2017
New Revision: 252492
URL: https://gcc.gnu.org/viewcvs?rev=252492&root=gcc&view=rev
Log:
PR ipa/77732
* gcc.dg/ipa/ipcp-cstagg-7.c: Xfail on 32-bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81894
--- Comment #7 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:10:52 2017
New Revision: 252489
URL: https://gcc.gnu.org/viewcvs?rev=252489&root=gcc&view=rev
Log:
PR target/81894
* doc/extend.texi (x86 Built-in Functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46805
--- Comment #6 from Aldy Hernandez ---
Author: aldyh
Date: Wed Sep 13 17:10:29 2017
New Revision: 252487
URL: https://gcc.gnu.org/viewcvs?rev=252487&root=gcc&view=rev
Log:
jit: fix segfault with autovectorization (PR tree-optimization/46805)
li
1 - 100 of 326 matches
Mail list logo