https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88587
--- Comment #1 from Nickolay Kolchin-Semyonov ---
Error seems to happen when both:
1. Vector extensions are used.
2. Both SSE and non-SSE versions are requested.
Error seems to be present in all GCC versions since 6.1 (which introduced
target_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88588
Bug ID: 88588
Summary: ICE in make_decl_rtl, at varasm.c:1329
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, openmp
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
Bug ID: 88589
Summary: ICE + seemingly wrong codegen with m68k-elf
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #1 from Lionel Debroux ---
Created attachment 45284
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45284&action=edit
The preprocessed source file for the ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #2 from Lionel Debroux ---
Created attachment 45285
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45285&action=edit
The generated S file for the wrong codegen described in 2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974
--- Comment #1 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 09:02:03 2018
New Revision: 267395
URL: https://gcc.gnu.org/viewcvs?rev=267395&root=gcc&view=rev
Log:
Fix PR67974 for Darwin by adding an asm shim for AVX.
The PR is about a set
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88589
--- Comment #3 from Lionel Debroux ---
Created attachment 45286
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45286&action=edit
The output of m68k-linux-gnu-gcc -dumpspecs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88588
Andrew Pinski changed:
What|Removed |Added
Component|rtl-optimization|middle-end
--- Comment #1 from Andrew Pi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974
--- Comment #2 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 09:16:25 2018
New Revision: 267396
URL: https://gcc.gnu.org/viewcvs?rev=267396&root=gcc&view=rev
Log:
Fix PR67974 for Darwin by adding an asm shim for AVX.
The PR is about a set
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584
--- Comment #5 from Andreas Schwab ---
The examples in the DR only show identifiers with linkage and with compatible
types, but the shadowing decl in the example above has no linkage and an
incompatible type.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88590
Bug ID: 88590
Summary: System Integrity Protection (SIP) breaks GCC build
assumptions on Darwin.
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88590
Iain Sandoe changed:
What|Removed |Added
Keywords||build
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81685
--- Comment #10 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 12:20:18 2018
New Revision: 267401
URL: https://gcc.gnu.org/viewcvs?rev=267401&root=gcc&view=rev
Log:
fix Darwin target/81685
2018-12-24 Iain Sandoe
Backport from m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81685
Iain Sandoe changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694
--- Comment #12 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 12:26:11 2018
New Revision: 267402
URL: https://gcc.gnu.org/viewcvs?rev=267402&root=gcc&view=rev
Log:
Fix Darwin PR libstdc++/70694
2018-12-24 Iain Sandoe
Backport
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78544
--- Comment #8 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 12:30:24 2018
New Revision: 267403
URL: https://gcc.gnu.org/viewcvs?rev=267403&root=gcc&view=rev
Log:
Fix tree-prof section tests on Darwin.
Add Darwin section names.
2018-12-2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78544
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444
--- Comment #18 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 12:47:58 2018
New Revision: 267406
URL: https://gcc.gnu.org/viewcvs?rev=267406&root=gcc&view=rev
Log:
Fix target/78444 on x86/Darwin.
2018-12-24 Iain Sandoe
Backpor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883
--- Comment #60 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 13:01:04 2018
New Revision: 267407
URL: https://gcc.gnu.org/viewcvs?rev=267407&root=gcc&view=rev
Log:
Fix libstdc++/64883 for Darwin.
2018-12-24 Iain Sandoe
Backpor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694
--- Comment #14 from Iain Sandoe ---
Fixed for open branches, maintainers of earlier branches might want to apply
this locally.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87380
--- Comment #21 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 13:17:28 2018
New Revision: 267409
URL: https://gcc.gnu.org/viewcvs?rev=267409&root=gcc&view=rev
Log:
Fix PR c++/87380 (ABI breakage) for Darwin.
2018-12-24 Iain Sandoe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87380
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974
--- Comment #3 from Iain Sandoe ---
Author: iains
Date: Mon Dec 24 13:41:16 2018
New Revision: 267411
URL: https://gcc.gnu.org/viewcvs?rev=267411&root=gcc&view=rev
Log:
Fix target/67974 for Darwin by adding AVX asm shim.
2018-12-24 Iain Sandoe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
Kno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88511
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88551
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509
--- Comment #7 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Dec 24 18:26:25 2018
New Revision: 267415
URL: https://gcc.gnu.org/viewcvs?rev=267415&root=gcc&view=rev
Log:
2018-12-24 Steven G. Kargl
PR fortran/45513
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45513
--- Comment #2 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Mon Dec 24 18:26:25 2018
New Revision: 267415
URL: https://gcc.gnu.org/viewcvs?rev=267415&root=gcc&view=rev
Log:
2018-12-24 Steven G. Kargl
PR fortran/45513
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45513
kargl at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45513
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87089
Dmitry G. Dyachenko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
36 matches
Mail list logo