https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77392
--- Comment #3 from Andrew Pinski ---
More to the point if do the following casts GCC would have errored out:
(void*)send_message
(void*)&thread_retval
Since you have the cast and in C, void* has an implicit cast to any other
pointer type, GCC d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
--- Comment #26 from Tom de Vries ---
Author: vries
Date: Sun Aug 28 05:05:15 2016
New Revision: 239805
URL: https://gcc.gnu.org/viewcvs?rev=239805&root=gcc&view=rev
Log:
Tag {ms,sysv}_va_list_type_node with '{ms,sysv}_abi va_list' attribute
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77392
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77392
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28586
Bug 28586 depends on bug 54791, which changed state.
Bug 54791 Summary: AIX-only: Constructors are not called in main program.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637
Bug 61637 depends on bug 28586, which changed state.
Bug 28586 Summary: thowing exception before main() leads to crash on AIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28586
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28586
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68937
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71772
--- Comment #3 from Jim Michaels ---
this was a problem for a while. it has been fixed as of late. I also learned
that it's func2(n);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46008
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 46008, which changed state.
Bug 46008 Summary: Floating point condexpr not vectorized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46008
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43423
Andrew Pinski changed:
What|Removed |Added
Blocks||53947
--- Comment #12 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34195
--- Comment #6 from Andrew Pinski ---
On aarch64 (with -fno-vect-cost-model because I used thunderx as my cpu):
.L4:
ldr q0, [x6, x9]
add w7, w7, 1
ldr q2, [x6, x10]
add x6, x6, 16
faddv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30187
--- Comment #2 from Andrew Pinski ---
I wonder if we could use a __builtin_shuffle here followed by an extraction.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 21997, which changed state.
Bug 21997 Summary: vectorization inhibited by gcc's choice to view an integer
as a boolean
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21997
What|Removed |A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21997
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21465
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 21465, which changed state.
Bug 21465 Summary: autovectorisation conflicts with -ffast-math
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21465
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21465
Andrew Pinski changed:
What|Removed |Added
Blocks||53947
Severity|minor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68542
--- Comment #10 from Patrick Palka ---
Author: ppalka
Date: Sat Aug 27 22:00:17 2016
New Revision: 239798
URL: https://gcc.gnu.org/viewcvs?rev=239798&root=gcc&view=rev
Log:
Fix folding of VECTOR_CST comparisons
gcc/ChangeLog:
PR tree-o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71077
--- Comment #8 from Patrick Palka ---
Author: ppalka
Date: Sat Aug 27 22:00:17 2016
New Revision: 239798
URL: https://gcc.gnu.org/viewcvs?rev=239798&root=gcc&view=rev
Log:
Fix folding of VECTOR_CST comparisons
gcc/ChangeLog:
PR tree-op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62088
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-apple-darwin11.4.2
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65335
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69216
--- Comment #4 from Andrew Pinski ---
Can you try GCC 5.4.0 or GCC 6.2?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71151
--- Comment #19 from Senthil Kumar Selvaraj ---
Can reproduce this on trunk with binutils master. Mostly likely a
binutils/linker bug, as turning off relaxation fixes the error. Will debug
further and post the conclusions.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66032
Andrew Pinski changed:
What|Removed |Added
Target||mips-rtems4.11
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69236
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77261
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
Target Mi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77380
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77380
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Aug 27 15:45:35 2016
New Revision: 239796
URL: https://gcc.gnu.org/viewcvs?rev=239796&root=gcc&view=rev
Log:
2016-08-27 Steven G. Kargl
PR fortran/77380
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77372
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77372
--- Comment #3 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sat Aug 27 15:38:55 2016
New Revision: 239795
URL: https://gcc.gnu.org/viewcvs?rev=239795&root=gcc&view=rev
Log:
2016-08-27 Steven G. Kargl
PR fortran/77372
s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
Manuel López-Ibáñez changed:
What|Removed |Added
CC|manu at gcc dot gnu.org|
--- Comment #14 from Manue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
--- Comment #13 from Manuel López-Ibáñez ---
(In reply to Kern Sibbald from comment #9)
> (In reply to Manuel López-Ibáñez from comment #7)
> Your wipppesnapper comments that are personally insulting are not at all
> helpful.
I'm not sure which
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
--- Comment #12 from anton at mips dot complang.tuwien.ac.at ---
Given that they suffer from a lack of time, and have no way to know which gcc
versions you tested with, I guess most packagers would prefer it if the
configure script tells them the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
--- Comment #11 from Kern Sibbald ---
I recently discussed both of these "optimizations" with Bjarne Stroustrup and
his comment about deleting the memset() when overriding the new() functions
was:
Looks like a bug to me
His comment about del
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
--- Comment #10 from Kern Sibbald ---
(In reply to anton from comment #8)
It is not productive or conductive to good relations for me to tell packagers
how to do their job. The fact is that very few of them never test the packages
they release n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
--- Comment #9 from Kern Sibbald ---
(In reply to Manuel López-Ibáñez from comment #7)
Your wipppesnapper comments that are personally insulting are not at all
helpful.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892
anton at mips dot complang.tuwien.ac.at changed:
What|Removed |Added
CC||anton at mips do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71151
Urja Rannikko changed:
What|Removed |Added
CC||urjaman at gmail dot com
--- Comment #18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77391
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43721
prathamesh3492 at gcc dot gnu.org changed:
What|Removed |Added
CC||goswin-v-b at web dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65668
prathamesh3492 at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65668
prathamesh3492 at gcc dot gnu.org changed:
What|Removed |Added
CC||prathamesh3492 at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77389
--- Comment #2 from Dominique d'Humieres ---
Created attachment 39503
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39503&action=edit
template-params-12f.s file
46 matches
Mail list logo