https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351
--- Comment #5 from Jan Hubicka ---
Author: hubicka
Date: Mon Jun 22 07:02:50 2015
New Revision: 224719
URL: https://gcc.gnu.org/viewcvs?rev=224719&root=gcc&view=rev
Log:
PR ipa/66351
* ipa-polymorphic-call.c
(ipa_polymo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908
--- Comment #11 from Jan Hubicka ---
Author: hubicka
Date: Mon Jun 22 07:12:22 2015
New Revision: 224720
URL: https://gcc.gnu.org/viewcvs?rev=224720&root=gcc&view=rev
Log:
PR ipa/65908
* ipa-icf.c (sem_item::target_supports_symb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
--- Comment #8 from chrbr at gcc dot gnu.org ---
Author: chrbr
Date: Mon Jun 22 07:32:15 2015
New Revision: 224721
URL: https://gcc.gnu.org/viewcvs?rev=224721&root=gcc&view=rev
Log:
Add -mflip-thumb for testing.
PR target/52144n
* config/arm/arm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66483
Thomas Preud'homme changed:
What|Removed |Added
Assignee|thopre01 at gcc dot gnu.org|unassigned at gcc dot
gnu.or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620
Mikhail Maltsev changed:
What|Removed |Added
Keywords||ice-on-valid-code
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45729
chrbr at gcc dot gnu.org changed:
What|Removed |Added
CC||chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
chrbr at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59884
Bug 59884 depends on bug 52144, which changed state.
Bug 52144 Summary: ARM should support arm/thumb function attribute to permit
different instruction sets in the same source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45729
Bug 45729 depends on bug 52144, which changed state.
Bug 52144 Summary: ARM should support arm/thumb function attribute to permit
different instruction sets in the same source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837
Bug 65837 depends on bug 52144, which changed state.
Bug 52144 Summary: ARM should support arm/thumb function attribute to permit
different instruction sets in the same source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622
Bug ID: 66622
Summary: -Wsign-conversion does not take advantage of data flow
analysis
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623
Bug ID: 66623
Summary: Unsafe FP math reduction used in strict math mode
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624
Bug ID: 66624
Summary: libstdc++ iostream uninitialized data
Product: gcc
Version: 5.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624
--- Comment #1 from Matthias Klose ---
the runtime warnings are not shown when building with g++-5.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621
--- Comment #1 from Jakub Jelinek ---
I believe debug/localclass1.C debug/nullptr01.C tests also suffer from this
problem. Tried to grep for tests in other g++.dg/ subdirectories that have
their own *.exp and it seems if the tests there match ta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65806
--- Comment #2 from Jonathan Wakely ---
Hmm, why doesn't GCC's own stdint.h solve this? It does:
# if defined __cplusplus && __cplusplus >= 201103L
# undef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
# undef __STDC_CONSTANT_MACROS
# def
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622
Mikhail Maltsev changed:
What|Removed |Added
Keywords||diagnostic
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38470
Manuel López-Ibáñez changed:
What|Removed |Added
CC||john.marshall at sanger dot
ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66613
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66610
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66598
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66578
--- Comment #16 from vehre at gcc dot gnu.org ---
I am getting a regression in char_length_5.f90. Anyone else?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623
--- Comment #2 from Richard Biener ---
It's supposed to handle cases like (vect-outer-fir-big-array.c):
for (k = 0; k < 4; k++) {
for (i = 0; i < N; i++) {
diff = 0;
for (j = k; j < M; j+=4) {
diff += in[j+i]*coeff[j];
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624
--- Comment #2 from Jonathan Wakely ---
It's initialized by the ios_base constructor in src/c++11/ios.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66549
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Summary|[5/6 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66515
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66503
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66424
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66413
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66412
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66394
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66215
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66186
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66147
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66119
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66076
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65982
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66585
Markus Trippelsdorf changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66119
James Greenhalgh changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66618
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66524
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929
--- Comment #5 from Charles Greathouse ---
Created attachment 35826
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35826&action=edit
-freport-bug preprocessed file
This is the source file produced by -freport-bug in gcc 5.1.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65914
--- Comment #8 from Bill Schmidt ---
Author: wschmidt
Date: Mon Jun 22 13:16:04 2015
New Revision: 224725
URL: https://gcc.gnu.org/viewcvs?rev=224725&root=gcc&view=rev
Log:
[gcc]
2015-06-22 Bill Schmidt
PR target/65914
* con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66104
--- Comment #10 from Thomas Schweikle ---
On the server side -- it seems to just work out of the box. Be sure to install
subversion-tools, subversion-python, subversion-perl alongside if you are using
perl- or python-binding (viewvc).
Looks like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563
--- Comment #26 from John Paul Adrian Glaubitz ---
(In reply to Oleg Endo from comment #25)
> I don't know the code of mpfr. It could use __builtin_strlen for stuff like
> parsing numbers etc. However, the builtin_strlen code looks OK and hasn'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66625
Bug ID: 66625
Summary: xorg-server (Ext/Xinerama) fails to build with -O3
optimizations
Product: gcc
Version: 5.1.0
Status: UNCONFIRMED
Severity: minor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65914
Bill Schmidt changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66618
--- Comment #2 from joseph at codesourcery dot com ---
Although diagnosing this probably makes sense, it's not required by the
standard ("An implementation may accept other forms of constant
expressions." - and this expression doesn't contain "
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929
Charles Greathouse changed:
What|Removed |Added
Version|4.9.1 |5.1.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616
--- Comment #2 from vries at gcc dot gnu.org ---
Also fails on gcc-5-branch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65871
--- Comment #12 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Jun 22 13:54:58 2015
New Revision: 224729
URL: https://gcc.gnu.org/viewcvs?rev=224729&root=gcc&view=rev
Log:
PR target/65871
* config/i386/i386.c (ix86_rtx_co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66625
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422
--- Comment #11 from Richard Biener ---
Author: rguenth
Date: Mon Jun 22 14:12:24 2015
New Revision: 224732
URL: https://gcc.gnu.org/viewcvs?rev=224732&root=gcc&view=rev
Log:
2015-06-22 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.0 |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57427
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53623
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.4 |4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44249
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66626
Bug ID: 66626
Summary: [i386] gcc.dg/torture/stackalign/non-local-goto-5.c
segfaults w/ -mregparm=3
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54540
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55307
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56326
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51173
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55563
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50720
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50176
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55977
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54873
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50339
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970
Richard Biener changed:
What|Removed |Added
Target Milestone|4.8.3 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929
--- Comment #7 from Charles Greathouse ---
Here's a testcase which fails without -fcheck-data-deps. Run
gcc5.1 testcase.c -O2 -ftree-loop-linear -floop-strip-mine
to reproduce:
typedef struct m {
const char * s1;
const char * s2;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929
--- Comment #8 from Charles Greathouse ---
Full trace for last:
isl_constraint.c:625: expecting integer value
testcase.c: In function ‘generateICE’:
testcase.c:8:6: internal compiler error: Aborted
void generateICE(void) {
^
0x9957bf cras
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65871
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627
Bug ID: 66627
Summary: Tracker bug for jit bugs affecting ravi
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66628
Bug ID: 66628
Summary: jit: Provide a way to add arbitrary options to the
toplev "command line"
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64657
--- Comment #5 from Jonathan Wakely ---
Author: redi
Date: Mon Jun 22 15:09:14 2015
New Revision: 224736
URL: https://gcc.gnu.org/viewcvs?rev=224736&root=gcc&view=rev
Log:
PR libstdc++/64657
* include/bits/stl_uninitialized.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627
--- Comment #1 from David Malcolm ---
Note to self: not all of the jit fixes on trunk had a bug attached; should
review jit/ChangeLog.
1 - 100 of 158 matches
Mail list logo