https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82196
--- Comment #5 from dansan at gcc dot gnu.org ---
Author: dansan
Date: Sat Sep 23 11:02:54 2017
New Revision: 253116
URL: https://gcc.gnu.org/viewcvs?rev=253116&root=gcc&view=rev
Log:
PR target/82196 addendum: Fix Darwin build breakage and test F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82305
Bug ID: 82305
Summary: gcc.c-torture/execute/2822-1.c fails on x86_64
Cygwin
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82296
--- Comment #5 from Thomas Koenig ---
Also see
https://www.securecoding.cert.org/confluence/display/c/ARR30-C.+Do+not+form+or+use+out-of-bounds+pointers+or+array+subscripts
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82306
Bug ID: 82306
Summary: [8 Regression] Revision r253089 breaks bootstrap on
Darwin
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82306
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82307
Bug ID: 82307
Summary: unscoped enum-base incorrect cast
Product: gcc
Version: 6.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829
Thomas Koenig changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82143
--- Comment #17 from janus at gcc dot gnu.org ---
Author: janus
Date: Sat Sep 23 13:15:20 2017
New Revision: 253117
URL: https://gcc.gnu.org/viewcvs?rev=253117&root=gcc&view=rev
Log:
2017-09-23 Janus Weil
PR fortran/82143
* la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82258
--- Comment #8 from Thomas Koenig ---
Could you try the following program:
program try_lf0030
call LF0030(10)
end
SUBROUTINE LF0030(nf10)
INTEGER ILA1(7)
INTEGER ILA2(7)
LOGICAL LLA(:,:,:,:,:,:,:)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82143
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
Zdenek Sojka changed:
What|Removed |Added
Known to work||8.0
--- Comment #4 from Zdenek Sojka ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82308
Bug ID: 82308
Summary: [C++17] deduction of template arguments results in
internal compiler error
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82306
--- Comment #1 from uros at gcc dot gnu.org ---
Author: uros
Date: Sat Sep 23 14:26:06 2017
New Revision: 253118
URL: https://gcc.gnu.org/viewcvs?rev=253118&root=gcc&view=rev
Log:
PR bootstrap/82306
* config/i386/i386.opt (mprefer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82306
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82306
Uroš Bizjak changed:
What|Removed |Added
Target||x86
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
Bug ID: 82309
Summary: Compiled binary received SIGSEGV when -g
Product: gcc
Version: 5.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
--- Comment #1 from Sergey Markelov ---
Created attachment 42230
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42230&action=edit
Preprocessed file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
--- Comment #2 from Sergey Markelov ---
Created attachment 42231
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42231&action=edit
Assembler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
--- Comment #3 from Andrew Pinski ---
You have a temporary which you are using after it has gone out of scope.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
Sergey Markelov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82310
Bug ID: 82310
Summary: Odd regression in g++-6.4.0 with a variable named
major
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82310
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82309
--- Comment #5 from Andrew Pinski ---
The temp variable goes out if scope is the result of v0 + v1. And not the auto.
IIRC -fsanitize=undefined will catch this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82310
--- Comment #2 from Dave Flogeras ---
Sorry for the noise, it seems to be a glibc bug. Looks like it was fixed in
2.25 (too recent for my affected system). In case anyone else hits it and
finds this bug, see below:
https://sourceware.org/bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82311
Bug ID: 82311
Summary: prototype don't match
Product: gcc
Version: 7.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: una
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82311
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66256
Jonathan Wakely changed:
What|Removed |Added
CC||serge.guelton@telecom-breta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82303
--- Comment #2 from H.J. Lu ---
Created attachment 42232
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42232&action=edit
A patch to add -fstatic-PIE/-fstatic-pie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82303
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82177
Eric Gallager changed:
What|Removed |Added
CC||chengniansun at gmail dot com,
30 matches
Mail list logo