https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65671
--- Comment #3 from Kirill Yukhin ---
Author: kyukhin
Date: Thu Apr 9 21:37:28 2015
New Revision: 221963
URL: https://gcc.gnu.org/viewcvs?rev=221963&root=gcc&view=rev
Log:
PR target/65671
gcc/
* config/i386/sse.md: Generate vextract32x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65724
--- Comment #3 from Jakub Jelinek ---
(In reply to xur from comment #2)
> Do you mean the result of 0 in g++ is intentional?
Yes.
> But I'm not quite understand the relation with _FORTIFY_SOURCE=2. This
> macro does not seem to be check in tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65709
--- Comment #10 from Jakub Jelinek ---
(In reply to Yann Collet from comment #9)
> Looking at the assembler generated, we see that GCC generates a MOVDQA
> instruction for it.
> > movdqa (%rdi,%rax,1),%xmm0
> > $rdi=0x7fffea4b53e6
> > $rax=0x0
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65724
--- Comment #2 from xur at google dot com ---
Do you mean the result of 0 in g++ is intentional?
But I'm not quite understand the relation with _FORTIFY_SOURCE=2. This
macro does not seem to be check in tree-objsz pass.
In other words, if I unset
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65724
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65709
Yann Collet changed:
What|Removed |Added
CC||yann.collet.73 at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65723
--- Comment #2 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #1)
> I think this is WONTFIX. If you use from=0, to=2 then it works fine
... including the a <= x < b requirement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65723
--- Comment #1 from Jonathan Wakely ---
I think this is WONTFIX. If you use from=0, to=2 then it works fine, so use
those as the distribution parameters and then add 0x1p52 to the result.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65690
--- Comment #12 from Jason Merrill ---
Author: jason
Date: Thu Apr 9 20:11:44 2015
New Revision: 221960
URL: https://gcc.gnu.org/viewcvs?rev=221960&root=gcc&view=rev
Log:
PR c++/65690
* tree.c (cp_build_qualified_type_real): Copy TYPE_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65691
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #13 from Uroš Bizjak ---
(In reply to Uroš Bizjak from comment #12)
> this problem can also be triggered by a cross from x86_64-linux-gnu.
(gdb) f 1
#1 0x008d5315 in lra_constraints (first_p=true) at
/home/uros/gcc-svn/trun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65691
--- Comment #1 from David Malcolm ---
Author: dmalcolm
Date: Thu Apr 9 19:54:49 2015
New Revision: 221959
URL: https://gcc.gnu.org/viewcvs?rev=221959&root=gcc&view=rev
Log:
PR jit/65691: Fix copy&paste error in docs
gcc/jit/ChangeLog:
PR j
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #12 from Uroš Bizjak ---
Created attachment 35282
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35282&action=edit
Preprocessed source for QImode subreg reload problem
$ /space/uros/gcc-build-nobwx/gcc/cc1 -O2 -quiet team.i
/sp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65709
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Thu Apr 9 19:51:08 2015
New Revision: 221958
URL: https://gcc.gnu.org/viewcvs?rev=221958&root=gcc&view=rev
Log:
PR tree-optimization/65709
* ubsan.c (instrument_mem_ref): Use TRE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #11 from Uroš Bizjak ---
Created attachment 35281
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35281&action=edit
WIP patch (fixes "Q" constraint)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #10 from Uroš Bizjak ---
(In reply to Richard Henderson from comment #9)
> I think all of the bits touching reload internals stems
> from the non-existence of define_memory_constraint when
> the port was first written.
>
> I suspect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
--- Comment #11 from Jan Hubicka ---
Also:
(talos4)$ sh compile -fno-tree-sra
real0m52.668s
user0m52.365s
sys 0m0.348s
So it indeed looks like issue related to either vectorizer getting too fancy
with prior SRA or simply an registe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710
--- Comment #4 from Vladimir Makarov ---
Author: vmakarov
Date: Thu Apr 9 19:42:24 2015
New Revision: 221957
URL: https://gcc.gnu.org/viewcvs?rev=221957&root=gcc&view=rev
Log:
2015-04-09 Vladimir Makarov
PR target/65710
* lra-int.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65710
--- Comment #3 from Vladimir Makarov ---
Author: vmakarov
Date: Thu Apr 9 19:40:09 2015
New Revision: 221956
URL: https://gcc.gnu.org/viewcvs?rev=221956&root=gcc&view=rev
Log:
2015-04-09 Vladimir Makarov
PR target/65710
* lra-int.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
Jan Hubicka changed:
What|Removed |Added
CC||rguenther at suse dot de,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852
--- Comment #8 from Paul Thomas ---
Author: pault
Date: Thu Apr 9 19:37:57 2015
New Revision: 221955
URL: https://gcc.gnu.org/viewcvs?rev=221955&root=gcc&view=rev
Log:
2013-04-09 Paul Thomas
PR fortran/56852
* primary.c (gfc_variabl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55035
Bernhard Reutner-Fischer changed:
What|Removed |Added
Last reconfirmed|2014-07-27 00:00:00 |2015-4-9
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59766
--- Comment #9 from David Krauss ---
I didn't send it to gcc-patches. It's never been necessary for me before. I
suppose I can collect the examples here into a testcase file. In the meantime,
anyone else is free to take charge and submit it on th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65724
Bug ID: 65724
Summary: __builtin_object_size difference for C and C++
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65723
Bug ID: 65723
Summary: uniform_real_distribution isn't uniform.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65554
--- Comment #15 from Marek Polacek ---
Author: mpolacek
Date: Thu Apr 9 18:30:34 2015
New Revision: 221954
URL: https://gcc.gnu.org/viewcvs?rev=221954&root=gcc&view=rev
Log:
PR middle-end/65554
* gimple-fold.c (gimple_fold_builtin_memor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65554
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65722
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
--- Comment #9 from Jan Hubicka ---
To me it seems like more inlining enales us to SRA array descriptor that in
turn enables vectorizer to vectorize differently and slow down the code?
onfigure --enable-checking=yes,rtl,df
--enable-languages=c,c++,lto,fortran
--prefix=/mnt/svn/gcc-trunk/binary-221940-lto-fortran-checking-yes-rtl-df/
--without-cloog --without-ppl
Thread model: posix
gcc version 5.0.0 20150409 (experimental) (GCC)
Marking as regression since "-O2 -fno-rtti" triggers the issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
--- Comment #8 from Jan Hubicka ---
With spaces removed to be readable
>
> 1.11 ???3682: mov0x60(%rsp),%rdx
> 9.32 ???3687:?vmovss (%rax,%r12,2),%xmm5
> 1.44 ??? ??? vmovss (%rax),%xmm6
> 4.46 ??? ??? inc%rdi
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
--- Comment #7 from Jan Hubicka ---
OK, and setting --param large-function-insns=1000 gets the performance then.
The key seems to be in not inlining too much into main. The hotspot change
from:
1.11 �3682: mov0x60(%rsp),%rdx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65701
--- Comment #6 from Jan Hubicka ---
Strenghtening the wrapper heuristics:
Index: ipa-inline.c
===
--- ipa-inline.c(revision 221909)
+++ ipa-inline.c(working copy)
@@
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57032
--- Comment #9 from Richard Henderson ---
I think all of the bits touching reload internals stems
from the non-existence of define_memory_constraint when
the port was first written.
I suspect that this is fixable with nothing more than
(define_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65721
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65473
--- Comment #5 from Jonathan Wakely ---
But there's no such thing as a detection macro in the standard, so it's not
going to talk about where they belong.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65721
Bug ID: 65721
Summary: Internal compiler error segmentation fault
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65716
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65473
--- Comment #4 from Louis Dionne ---
(In reply to Jonathan Wakely from comment #3)
> (In reply to Louis Dionne from comment #2)
> > Does the standard specify which headers should define those macros?
>
> Of course not, __GLIBCXX__ is not specifi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65693
Gianfranco changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670
--- Comment #14 from Bill Schmidt ---
OK. Yes, only new symbols except for those two rogue TLS symbols that I'll
remove.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521
Jonathan Wakely changed:
What|Removed |Added
CC||marbacz at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65720
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65720
--- Comment #1 from Jonathan Wakely ---
N.B. there is no good reason to use -frepo in 2015.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65720
Bug ID: 65720
Summary: ICE with g++ 4.9.2 -frepo
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65473
--- Comment #3 from Jonathan Wakely ---
(In reply to Louis Dionne from comment #2)
> Does the standard specify which headers should define those macros?
Of course not, __GLIBCXX__ is not specified by the standard at all.
> If not,
> then it's
fixes the problem too.
My version of GCC:
› ~/code/gcc5/bin/g++ --version
g++ (GCC) 5.0.0 20150409 (experimental)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65714
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65693
Jakub Jelinek changed:
What|Removed |Added
Known to work||5.0
Summary|[4.8/4.9/5 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65554
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P1
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38629
--- Comment #8 from Federico Fissore ---
I forgot to say: this result came out of avr-gcc 4.8.1 (packaged by Arduino:
it's a 4.8.1 with two small patches applied [1]). It uses -Os optimization flag
[1] https://github.com/arduino/toolchain-avr/tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61217
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61791
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61795
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38629
Federico Fissore changed:
What|Removed |Added
CC||federico at fsfe dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61761
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670
--- Comment #13 from Jakub Jelinek ---
(In reply to Bill Schmidt from comment #12)
> I've generated the new version for powerpc-linux-gnu. I believe this needs
> to be updated identically in powerpc-linux-gnu/baseline_symbols.txt and in
> powerp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670
--- Comment #12 from Bill Schmidt ---
I've generated the new version for powerpc-linux-gnu. I believe this needs to
be updated identically in powerpc-linux-gnu/baseline_symbols.txt and in
powerpc64-linux-gnu/32/baseline_symbols.txt. Is that cor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65718
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65718
Bug ID: 65718
Summary: g++.dg/lto/pr65276 FAILs
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717
Bug ID: 65717
Summary: 64-bit runtime FAILs with 32-bit compiler
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65716
Bug ID: 65716
Summary: Integral promotion wrong with arm version
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60422
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65715
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |5.0
--- Comment #1 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65690
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65715
Bug ID: 65715
Summary: Aligned attribute C++ issues
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65715
Bug 65715 depends on bug 65690, which changed state.
Bug 65690 Summary: [5 Regression] typedef alignment lost since r219705
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65690
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65690
--- Comment #10 from Jakub Jelinek ---
Author: jakub
Date: Thu Apr 9 15:06:56 2015
New Revision: 221952
URL: https://gcc.gnu.org/viewcvs?rev=221952&root=gcc&view=rev
Log:
PR c++/65690
* tree.c (build_cplus_array_type): Layout type befor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59167
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58395
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58138
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58153
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57684
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65693
--- Comment #17 from Segher Boessenkool ---
Author: segher
Date: Thu Apr 9 14:37:14 2015
New Revision: 221951
URL: https://gcc.gnu.org/viewcvs?rev=221951&root=gcc&view=rev
Log:
PR rtl-optimization/65693
* combine.c (is_parallel_of_n_reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48891
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46151
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31247
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65714
Bug ID: 65714
Summary: shared_ptr::reset(p) blows a static_assertion
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #11 from Matthew Wahab ---
(In reply to Andrew Macleod from comment #10)
> (In reply to Matthew Wahab from comment #7)
>
> > Ok, my point was just that an __sync operation has a stronger barrier that
> > an __atomic operation.
> >
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42172
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
--- Comment #4 from Armin K. ---
Yes, that works. I'll take it to libgpg-error upstream. Thanks for the quick
response and please close this bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
--- Comment #2 from Armin K. ---
Created attachment 35276
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35276&action=edit
File used to produce the first two files
Two files are generated with gcc -E _mkerrcodes.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
--- Comment #1 from Armin K. ---
Created attachment 35275
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35275&action=edit
gcc 5.0.0 snapshot output
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65713
Bug ID: 65713
Summary: C Preprocessor generates invalid output
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: preprocess
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65550
--- Comment #8 from Richard Biener ---
Author: rguenth
Date: Thu Apr 9 13:37:53 2015
New Revision: 221949
URL: https://gcc.gnu.org/viewcvs?rev=221949&root=gcc&view=rev
Log:
2015-04-09 Richard Biener
PR pch/65550
* files.c (pch_open_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65550
Richard Biener changed:
What|Removed |Added
Known to work||5.0
Summary|[4.8/4.9/5 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65712
Bug ID: 65712
Summary: pthread_self prints wrong result when used with
ucontext
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65684
--- Comment #12 from Jerry DeLisle ---
I have another idea in mind, however I see what your aiming for. I sense some
frustration over personal preferences and wording and such. There is no rush
here, since we have to wait for next stage 1 regard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65089
--- Comment #11 from Jerry DeLisle ---
(In reply to Jakub Jelinek from comment #9)
> (In reply to Jerry DeLisle from comment #8)
> > True, fortran strings are not generally NULL terminated. However, for
> > internal representation between Fronte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #10 from Andrew Macleod ---
(In reply to Matthew Wahab from comment #7)
> (In reply to torvald from comment #5)
> > (In reply to Matthew Wahab from comment #0)
> >
> > I don't think that's a precise characterization. The difference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65296
--- Comment #8 from Georg-Johann Lay ---
Author: gjl
Date: Thu Apr 9 11:37:11 2015
New Revision: 221947
URL: https://gcc.gnu.org/viewcvs?rev=221947&root=gcc&view=rev
Log:
PR target/65296
* config/avr/driver-avr.c (avr_devicespecs_file):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65351
--- Comment #31 from Iain Sandoe ---
(In reply to Jakub Jelinek from comment #30)
> (In reply to Iain Sandoe from comment #29)
> > (In reply to Iain Sandoe from comment #27)
> > > Created attachment 35255 [details]
> >
> > > checking on powerpc-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #9 from Matthew Wahab ---
(In reply to Jonathan Wakely from comment #8)
> (In reply to Matthew Wahab from comment #7)
> > I agree that this wouldn't affect valid C11 code (because of data-races) but
> > my understanding is that __sync
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65147
--- Comment #12 from Jonathan Wakely ---
Alexey, your testcases in comment 0 and comment 7 give the right results now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65147
--- Comment #11 from Jonathan Wakely ---
Author: redi
Date: Thu Apr 9 11:15:44 2015
New Revision: 221945
URL: https://gcc.gnu.org/viewcvs?rev=221945&root=gcc&view=rev
Log:
2015-04-09 Jonathan Wakely
Richard Henderson
PR libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697
--- Comment #8 from Jonathan Wakely ---
(In reply to Matthew Wahab from comment #7)
> I agree that this wouldn't affect valid C11 code (because of data-races) but
> my understanding is that __sync builtins don't require a C11 model. The
You say
1 - 100 of 149 matches
Mail list logo