https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63805
--- Comment #2 from Dmitry G. Dyachenko ---
I have similar error in LTO/x86_64, but stack is slightly different.
gcc-trunk r218991, binutils-trunk current
g++ -flto -o xx [6 files]. I'll try to reduce testcase.
TesterTest.cpp:422:1: internal c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64320
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63363
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64359
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63363
--- Comment #2 from janus at gcc dot gnu.org ---
Also it seems that polymorphic arguments to KIND are currently not rejected:
class(*), allocatable ::c
PRINT *, KIND(c)
END
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63363
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||accepts-invalid
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60271
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57060
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52389
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63363
--- Comment #4 from janus at gcc dot gnu.org ---
(In reply to janus from comment #3)
> Draft patch:
... regtests cleanly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64270
Jonathan Wakely changed:
What|Removed |Added
CC||a3at.mail at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64369
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64324
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52389
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61758
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59325
--- Comment #5 from Jonathan Wakely ---
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -78,11 +78,13 @@
# define _GLIBCXX_USE_DEPRECATED 1
#endif
+#ifndef _GLIBCXX_DEPRECATED
#if defined(__DEPRECATED) &
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59103
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54756
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55591
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #91 from Oleg Endo ---
Re: [RFC PATCH 9/9] [SH] Split QI/HImode load/store via r0
(In reply to Kazumoto Kojima from comment #83)
> Created attachment 33992 [details]
> a patch for the issue c#77
>
> Interestingly, this reduces the t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54878
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61142
Oleg Endo changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #3 from Oleg Endo ---
While
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64036
--- Comment #1 from Oleg Endo ---
In PR 22553 c#23 Kaz posted some CSiBE numbers to compare sched1 and no-sched1:
CSiBE with -O2)
test namesched1 no-sched1 sched1/no-sched1
bzip2-1.0.2 bzip2.d11.06 10.8067 1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59103
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59103
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #4 from janus
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357
--- Comment #5 from Dominique d'Humieres ---
The patch in comment 2 needs to be update to
--- ../_clean/gcc/fortran/primary.c2014-12-16 22:27:14.0 +0100
+++ gcc/fortran/primary.c2014-12-21 14:50:53.0 +0100
@@ -2367,6 +236
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64036
--- Comment #2 from Oleg Endo ---
An example function, compiling with -O2 -m4:
int test_0 (unsigned short* x, int y, int z)
{
return
(x[0] + x[1] + x[2] + x[3] + x[4] + x[5] + x[6]
+ x[7] + x[8] + x[9] + x[10]) ? y : z;
}
Wit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47660
Dominique d'Humieres changed:
What|Removed |Added
Keywords||diagnostic
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53971
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64367
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Sun Dec 21 15:16:08 2014
New Revision: 218997
URL: https://gcc.gnu.org/viewcvs?rev=218997&root=gcc&view=rev
Log:
PR libstdc++/64367
* include/std/stdexcept: Don't use non-static
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64367
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64370
Bug ID: 64370
Summary: [5 Regression] sreal.c:125:23: error: 'exp2' was not
declared in this scope
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52846
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63860
H.J. Lu changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
Version|4.8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931
--- Comment #5 from Mikael Pettersson ---
Created attachment 34307
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34307&action=edit
backport of r197965 (without neon bits) + testcase
Patch which fixes this testcase; I'll do a full bootstra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64371
Bug ID: 64371
Summary: 'stack smashing detected' in my code (NumStringConv).
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64371
matszpk changed:
What|Removed |Added
Target||i686-pc-linux-gnu
Host|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53987
--- Comment #5 from Oleg Endo ---
(In reply to Oleg Endo from comment #4)
> It seems that converting unsigned values to signed values, i.e. replacing
> zero-extensions with sign-extensions and recombining sign-extensions with
> loads could make s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64366
Oleg Endo changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39423
Oleg Endo changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64296
--- Comment #1 from Alfred Minarik ---
just wanted to add, that I've found you can easily work around by
make BOOT_CFLAGS='-fPIC -g -O2'
(I don't know if something additionally gets compiled with -fPIC that needn't
or shouldn't)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298
Dominique d'Humieres changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513
Oleg Endo changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59549
--- Comment #1 from Oleg Endo ---
I haven't checked, but it could be related to this. When shifts are
expanded/combined on SH2 (no dynamic shifts), library function calls might be
intially inserted but then removed again during combine/split1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62176
--- Comment #2 from Dominique d'Humieres ---
As shown by pr64138 and the links therein, disambiguation of procedures by
argument position is tricky. This does not change the fact that the behavior
should be the same for, e.g., 'lle' and '<='. Als
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
Bug ID: 64372
Summary: Spurious warning with throw in ternary operator
returning const reference
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631
--- Comment #11 from John David Anglin ---
Created attachment 34308
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34308&action=edit
hppa ivopts dump
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64008
--- Comment #6 from Oleg Endo ---
Ah, ancient issue is ancient:
Here it starts: https://gcc.gnu.org/ml/gcc/2003-07/msg01851.html
Still, I think Segher has a point in comment #4. Why not just enable all the
multilibs for any configuration? At l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64371
matszpk changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: uecker at eecs dot berkeley.edu
Created attachment 34309
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34309&action=edit
minimized test case
xgcc (GCC) 5.0.0 20141221 (exper
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17280
--- Comment #3 from Oleg Endo ---
Author: olegendo
Date: Sun Dec 21 22:36:33 2014
New Revision: 218998
URL: https://gcc.gnu.org/viewcvs?rev=218998&root=gcc&view=rev
Log:
gcc/testsuite/
PR target/17280
* gcc.target/sh/torture/pr17280.c: N
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17280
Oleg Endo changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259
--- Comment #18 from Oleg Endo ---
(In reply to Oleg Endo from comment #17)
> (In reply to thopre01 from comment #16)
> >
> > Did we? All I can find is you and Andreas mentionning that it should work
> > because it will be sign extended to int w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #92 from Oleg Endo ---
Author: olegendo
Date: Sun Dec 21 23:37:42 2014
New Revision: 218999
URL: https://gcc.gnu.org/viewcvs?rev=218999&root=gcc&view=rev
Log:
gcc/
PR target/55212
* config/sh/sh.md (*addsi3_compact): Add pare
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
Manuel López-Ibáñez changed:
What|Removed |Added
CC||glisse at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61864
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37041
Eric Gallager changed:
What|Removed |Added
CC||egall at gwmail dot gwu.edu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160
Joost VandeVondele changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55591
--- Comment #7 from Joost VandeVondele
---
(In reply to Dominique d'Humieres from comment #6)
> > what about applying this to stage 1 4.9 ?
>
> Too late for 5.0? Note that the patch in comment 3 may have to be updated to
> take into account the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
Harald van Dijk changed:
What|Removed |Added
CC||harald at gigawatt dot nl
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
--- Comment #3 from Harald van Dijk ---
BTW, *(ptr ? ptr : throw ptr) would be fine, would not create any temporary, in
any of the language standards.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
--- Comment #4 from Tavian Barnes ---
I meant to include -std=c++11 in the OP, it still happens with that flag set.
Good suggestion for the replacement though. The actual code was closer to i <
length ? a[i] : throw ... but I guess that can bec
63 matches
Mail list logo