https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64785
--- Comment #7 from Oleg Endo ---
(In reply to Kazumoto Kojima from comment #6)
>
> I like your pre-RA pass even if it's a too big hammer for
> this specific problem. It should wait the next stage1, though.
It seems that this PR's issue is not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65238
Kai Tietz changed:
What|Removed |Added
CC||ktietz at gcc dot gnu.org
--- Comment #6 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65346
Bug ID: 65346
Summary: [5 Regression] glibc make check failures since r214941
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65346
--- Comment #1 from Markus Trippelsdorf ---
Created attachment 34984
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34984&action=edit
unreduced testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898
--- Comment #23 from Mikael Morin ---
Author: mikael
Date: Sun Mar 8 11:52:51 2015
New Revision: 221262
URL: https://gcc.gnu.org/viewcvs?rev=221262&root=gcc&view=rev
Log:
PR fortran/60898
fortran/
* resolve.c (resolve_symbol): C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65347
Bug ID: 65347
Summary: Final subroutine are not called
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65341
--- Comment #12 from David Edelsohn ---
The assembly file should start with
.machine power4
which is the lowest level ISA supported on PPC64 Linux, GLIBC and mtfsf.
If one invokes GCC with multiple -m options, it is complicated to calculate th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59828
--- Comment #1 from David Edelsohn ---
Author: dje
Date: Sun Mar 8 13:40:42 2015
New Revision: 221263
URL: https://gcc.gnu.org/viewcvs?rev=221263&root=gcc&view=rev
Log:
Add missing PR target/59828 to ChangeLog entry.
Modified:
trunk/gcc/Ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59828
David Edelsohn changed:
What|Removed |Added
Target||powerpc*-*-*
Target Milestone|4.8.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65341
--- Comment #13 from Markus Trippelsdorf ---
It starts with: .machine "altivec" instead.
But we are talking about powerpc64le-unknown-linux-gnu here.
And -mpower8 is always right in this case, no?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65348
Bug ID: 65348
Summary: libstdc++ gdb pretty printer: Use relative imports
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65246
Jonathan Wakely changed:
What|Removed |Added
CC||mustrumr97 at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65348
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65349
Bug ID: 65349
Summary: [5 Regression] go tool crashes, can't compile go code
on 32bit linux systems
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65341
--- Comment #14 from Martin Sebor ---
I'm confused: I thought gcc defining the _ARCH_PWR6 macro in response to
-mcpu=power6 or some such implied that the target was power6. Shouldn't gcc
then also invoke the assembler with the -mpower6 option to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65350
Bug ID: 65350
Summary: [C++14] operator new[] should not be called if # of
initializer elements exceeds # of elements
Product: gcc
Version: 5.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65350
--- Comment #1 from Mitsuru Kariya ---
Created attachment 34985
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34985&action=edit
g++ -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65351
Bug ID: 65351
Summary: [5 Regression] ld: absolute addressing (perhaps
-mdynamic-no-pic) used in
_byte_common_op_match_null_string_p from
../libiberty/pic/libiberty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65351
Iain Sandoe changed:
What|Removed |Added
Target|powerpc-apple-darwin9 |m32 *-apple-darwin*
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65351
--- Comment #2 from Dominique d'Humieres ---
Patch posted at https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00017.html.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65352
Bug ID: 65352
Summary: array::begin()/end() etc. forms a null reference
and breaks on clang+ubsan
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65353
Bug ID: 65353
Summary: [5 Regression] unknown ptrSize for $GOARCH "arm64" on
aarch64-linux-gnu
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65352
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65352
--- Comment #2 from Jonathan Wakely ---
Oops, that should be:
--- a/libstdc++-v3/include/std/array
+++ b/libstdc++-v3/include/std/array
@@ -58,9 +58,9 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
{
struct _Type { };
- static constexpr _T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65353
--- Comment #1 from Matthias Klose ---
patch by Michael Hudson posted at https://launchpad.net/bugs/1361946
--- a/libgo/go/cmd/cgo/main.go
+++ b/libgo/go/cmd/cgo/main.go
@@ -133,6 +133,7 @@
"386": 4,
"amd64": 8,
"arm":
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65353
--- Comment #2 from Andrew Pinski ---
(In reply to Matthias Klose from comment #1)
> patch by Michael Hudson posted at https://launchpad.net/bugs/1361946
>
> --- a/libgo/go/cmd/cgo/main.go
> +++ b/libgo/go/cmd/cgo/main.go
> @@ -133,6 +133,7 @@
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62205
Victor Porton changed:
What|Removed |Added
Version|4.9.1 |4.9.2
--- Comment #2 from Victor Porton
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62235
--- Comment #4 from Victor Porton ---
Also does not work with GNAT 4.9.2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62236
--- Comment #3 from Victor Porton ---
It does not work also with GANT 4.9.2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354
Bug ID: 65354
Summary: Converting lambda to pointer results in double
destruction
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51776
Bruce Korb changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65353
Michael Hudson-Doyle changed:
What|Removed |Added
CC||michael.hudson at canonical
dot c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61207
Yvan Roux changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64896
Yvan Roux changed:
What|Removed |Added
CC||mingw.android at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251
--- Comment #8 from John David Anglin ---
Author: danglin
Date: Sun Mar 8 22:58:52 2015
New Revision: 221267
URL: https://gcc.gnu.org/viewcvs?rev=221267&root=gcc&view=rev
Log:
PR target/62251
* gfortran.dg/quad_2.f90: xfail hppa*-*-hpux
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62251
John David Anglin changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65334
--- Comment #4 from Jan Hubicka ---
Author: hubicka
Date: Sun Mar 8 23:12:25 2015
New Revision: 221268
URL: https://gcc.gnu.org/viewcvs?rev=221268&root=gcc&view=rev
Log:
PR ipa/65334
* cgraph.h (symtab_node): Add definition_alignment,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65334
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65355
Bug ID: 65355
Summary: [4.8/4.9 Regression] vectorizer increase alignment of
symbols already placed in anchors
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62247
--- Comment #10 from John David Anglin ---
Author: danglin
Date: Sun Mar 8 23:46:34 2015
New Revision: 221271
URL: https://gcc.gnu.org/viewcvs?rev=221271&root=gcc&view=rev
Log:
PR target/62247
* g++.dg/abi/anon3.C: Skip failing scan-ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65316
--- Comment #12 from Jan Hubicka ---
Author: hubicka
Date: Mon Mar 9 00:29:14 2015
New Revision: 221275
URL: https://gcc.gnu.org/viewcvs?rev=221275&root=gcc&view=rev
Log:
PR lto/65316
* ipa-utils.h (types_odr_comparable): Add strict ar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63960
--- Comment #1 from vries at gcc dot gnu.org ---
- Fix PR64091
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03397.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65356
Bug ID: 65356
Summary: [meta-bug] Port tail-merge fixes to 4.9
Product: gcc
Version: 4.9.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-opti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63743
--- Comment #9 from Thomas Preud'homme ---
Author: thopre01
Date: Mon Mar 9 01:31:42 2015
New Revision: 221276
URL: https://gcc.gnu.org/viewcvs?rev=221276&root=gcc&view=rev
Log:
2015-03-09 Thomas Preud'homme
gcc/
PR tree-optimizatio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28628
Jan Hubicka changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65341
--- Comment #15 from David Edelsohn ---
GCC is not magic black box for invoking every other part of the toolchain with
the correct options. If the assembly code uses POWER6 (ISA 2.05) instructions,
it should set the ISA level appropriately. The
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64091
vries at gcc dot gnu.org changed:
What|Removed |Added
CC||vries at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65316
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64253
Jan Hubicka changed:
What|Removed |Added
Summary|[5 Regression] IPA inline |IPA inline analysis
|ana
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65243
Jan Hubicka changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65357
Bug ID: 65357
Summary: aggressive loop optimization not correct
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65357
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65357
--- Comment #2 from Andrew Pinski ---
That is addlist goes one past the end of the array tlist.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65357
--- Comment #3 from Weiming Shih ---
I see. Thank you.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65358
Bug ID: 65358
Summary: parameter passing bug with tail call optimization on
arm
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: critical
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65358
Honggyu Kim changed:
What|Removed |Added
Keywords||wrong-code
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65357
--- Comment #4 from Weiming Shih ---
How can I get a warning for such an undefined behavior?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65358
--- Comment #2 from Honggyu Kim ---
Sorry, I miss typed the initial argument status for "foo"
I will modified "MEM[sp-4]: p.killer" to "MEM[sp+4]: p.killer" as follows:
r0: arg1
r1: arg2
r2: arg3
r3: p.fine
MEM[sp]: p.victim
MEM[sp+4]: p.killer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64303
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64239
Tim Shen changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64302
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64140
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776
--- Comment #9 from Tim Shen ---
Ping.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35167
Václav Zeman changed:
What|Removed |Added
Target|i386-portbld-freebsd6.3 |
Host|i386-portbld-freebsd6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63990
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64584
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64680
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64585
Tim Shen changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64649
Tim Shen changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
70 matches
Mail list logo