https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81110
--- Comment #4 from Andrew Pinski ---
Note you can also use -fwrapv to get the behavior you want.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81110
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81110
--- Comment #2 from Ada Liu ---
Comment on attachment 41567
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41567
reduced testcase
>
>unsigned short d[2];
>__attribute__ ((noinline))int DiffInt ()
>{
> if ((unsigned long)(65536*d[1]+d[0]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81110
--- Comment #1 from Ada Liu ---
Comment on attachment 41567
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41567
reduced testcase
>
>unsigned short d[2];
>__attribute__ ((noinline))int DiffInt ()
>{
> if ((unsigned long)(65536*d[1]+d[0]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81110
Bug ID: 81110
Summary: tree-vrp optimize unsigned comparison to signed
Product: gcc
Version: 5.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81109
--- Comment #1 from Andrew Pinski ---
>Not sure what to do, perhaps moving the warning to -Wextra?
I would not move it to that as most people I know do -W -Wall (-W is still an
alias to -Wextra).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81109
Bug ID: 81109
Summary: [8 Regression] new -Wclass-memaccess warning noisy
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80887
--- Comment #11 from Marc Glisse ---
I haven't thought of anything significantly better than adding a counter to
bound the recursion depth of calls to gimple_simplify or gimple_resimplify2. We
could try to explicitly detect loops, storing in some
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80560
--- Comment #5 from Martin Sebor ---
Patch committed in r249234.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80523
--- Comment #6 from Martin Sebor ---
(In reply to Martin Sebor from comment #5)
> Patch committed in r247401.
Wrong bug.
--- Comment #7 from Martin Sebor ---
(In reply to Martin Sebor from comment #5)
> Patch committed in r247401.
Wrong bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80523
--- Comment #6 from Martin Sebor ---
(In reply to Martin Sebor from comment #5)
> Patch committed in r247401.
Wrong bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80560
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80523
--- Comment #5 from Martin Sebor ---
Patch committed in r247401.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80560
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Fri Jun 16 03:48:59 2017
New Revision: 249234
URL: https://gcc.gnu.org/viewcvs?rev=249234&root=gcc&view=rev
Log:
PR c++/80560 - warn on undefined memory operations involving non-trivial t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80831
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80009
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #6 from Jeff Hammond ---
Created attachment 41566
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41566&action=edit
tasks C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #5 from Jeff Hammond ---
Created attachment 41565
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41565&action=edit
header for C++ codes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #4 from Jeff Hammond ---
Created attachment 41564
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41564&action=edit
doacross C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #3 from Jeff Hammond ---
Created attachment 41563
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41563&action=edit
sequential C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #2 from Jeff Hammond ---
Created attachment 41562
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41562&action=edit
tasks Fortran
This code runs faster than serial (assuming blocking is used), showing that
this pattern can be pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
--- Comment #1 from Jeff Hammond ---
Created attachment 41561
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41561&action=edit
doacross Fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81108
Bug ID: 81108
Summary: OpenMP doacross (omp do/for ordered) performance
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81105
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81105
--- Comment #3 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Jun 15 22:22:18 2017
New Revision: 249229
URL: https://gcc.gnu.org/viewcvs?rev=249229&root=gcc&view=rev
Log:
PR ada/81105
* gcc-interface/Makefile.in (x86 kfreebsd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81105
--- Comment #2 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Jun 15 22:21:56 2017
New Revision: 249228
URL: https://gcc.gnu.org/viewcvs?rev=249228&root=gcc&view=rev
Log:
PR ada/81105
* gcc-interface/Makefile.in (x86 kfreebsd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81105
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80639
Jason Merrill changed:
What|Removed |Added
Keywords|ice-on-valid-code |ice-on-invalid-code
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80639
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80983
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81074
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80983
--- Comment #2 from janus at gcc dot gnu.org ---
Author: janus
Date: Thu Jun 15 21:17:48 2017
New Revision: 249227
URL: https://gcc.gnu.org/viewcvs?rev=249227&root=gcc&view=rev
Log:
2017-06-15 Janus Weil
PR fortran/80983
* tra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66970
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81093
--- Comment #4 from janus at gcc dot gnu.org ---
(In reply to Dominique d'Humieres from comment #3)
> > ! wrong result
> > write(*,*) gen_data%mydata(:)%data1(1), gen_data%mydata(:)%data1(2)
>
> As said before I am not sure this is valid (a d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79581
--- Comment #8 from PeteVine ---
I've just confirmed the result on a newer Linux distribution (Ubuntu 16.04) and
the difference between VFPv3 and v4 is clearly there (2330 vs 2560) using gcc
5.4.
Unless the CPU itself requires an erratum, that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69866
--- Comment #11 from Jan Hubicka ---
Author: hubicka
Date: Thu Jun 15 18:42:10 2017
New Revision: 249224
URL: https://gcc.gnu.org/viewcvs?rev=249224&root=gcc&view=rev
Log:
PR lto/69866
* lto-symtab.c (lto_symtab_merge_symbols):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81107
Bug ID: 81107
Summary: operator new(size_t) can't have hidden visibility
Product: gcc
Version: 6.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79581
--- Comment #7 from PeteVine ---
Thanks, I promise to test any patches without delay :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81106
Bug ID: 81106
Summary: gnatchop -r misplaces BOM
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Assignee: u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81105
Bug ID: 81105
Summary: system-freebsd-x86.ads renamed but referenced by
gcc/ada/gcc-interface/Makefile.in
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70398
--- Comment #5 from Andrew Pinski ---
This testcase fails on machines which don't have the static libc installed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81104
Bug ID: 81104
Summary: gnattools: LDFLAGS=-Wl,--as-needed has no effect after
the libraries
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81103
Bug ID: 81103
Summary: gcc/ada/terminals.c: please remove unused termio.h
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44646
Thomas Koenig changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #7 from Thomas Koeni
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
--- Comment #9 from Eric Botcazou ---
Created attachment 41554
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41554&action=edit
Self-contained testcase
To be gnatchop'ed and compiled at -O at least.
t;r30");
}
configure --target=powerpc-elf --enable-languages=c --disable-multilib
./cc1 -O2 t.c -o -
f:
[...]
lwz 11,0(1)
lwz 0,4(11)
mr 1,11 -- hmmm
lwz 28,-16(11)
mtlr 0
lwz 29,-12(11) -- err
lwz 30,-8(11)
lwz 31,-4(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81102
Bug ID: 81102
Summary: G++ wrong error report for partial template
specialization
Product: gcc
Version: 7.1.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80367
Jakub Jelinek changed:
What|Removed |Added
CC||lindsay at arista dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81100
Jakub Jelinek changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78818
--- Comment #2 from Nick Clifton ---
Author: nickc
Date: Thu Jun 15 13:38:52 2017
New Revision: 249222
URL: https://gcc.gnu.org/viewcvs?rev=249222&root=gcc&view=rev
Log:
Fix problems with the MSP430 port's handling of persistent data.
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #15 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Jun 15 13:25:56 2017
New Revision: 249221
URL: https://gcc.gnu.org/viewcvs?rev=249221&root=gcc&view=rev
Log:
PR rtl-optimization/80474
* reorg.c (update_block): D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #14 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Jun 15 13:25:33 2017
New Revision: 249220
URL: https://gcc.gnu.org/viewcvs?rev=249220&root=gcc&view=rev
Log:
PR rtl-optimization/80474
* reorg.c (update_block): D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #13 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Jun 15 13:24:53 2017
New Revision: 249219
URL: https://gcc.gnu.org/viewcvs?rev=249219&root=gcc&view=rev
Log:
PR rtl-optimization/80474
* reorg.c (update_block): D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78385
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81036
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79581
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80905
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81012
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||missed-optimization
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81093
--- Comment #3 from Dominique d'Humieres ---
> ! wrong result
> write(*,*) gen_data%mydata(:)%data1(1), gen_data%mydata(:)%data1(2)
As said before I am not sure this is valid (a data_type2 object printed a
data_type1 one). If it is, the outp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81093
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||wrong-code
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81093
--- Comment #2 from janus at gcc dot gnu.org ---
Confirmed. Slightly reduced test case:
program test
implicit none
type data_type1
integer, dimension(2) :: data1 = (/1,2/)
end type
type, extends(data_type1) :: data_type2
integ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81093
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81095
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81101
Bug ID: 81101
Summary: ICE with -fself-test=.
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: ice-checking
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81089
--- Comment #8 from Yuri Gribov ---
(In reply to Markus Trippelsdorf from comment #7)
> You could try again: https://cfarm.tetaneutral.net/users/new/
> From what I understand they have a new admin team in place.
> In the past the account creatio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80940
Jonathan Wakely changed:
What|Removed |Added
Keywords||rejects-valid
Last reconfirmed|2017-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71663
Wilco changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31447
Thomas Koenig changed:
What|Removed |Added
Last reconfirmed|2007-04-18 07:08:17 |2017-6-15
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34871
Thomas Koenig changed:
What|Removed |Added
Last reconfirmed|2008-11-18 19:35:34 |2017-6-15
--- Comment #4 from Thomas Koe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41165
Thomas Koenig changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81087
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #3 from Eric Botcazou -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35095
Thomas Koenig changed:
What|Removed |Added
Last reconfirmed|2009-03-29 08:23:20 |2017-6-15
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81087
--- Comment #2 from nicolas.boulenguez at free dot fr ---
> s/-gnatn/-gnatp I presume.
Yes.
> So can you write a testcase which demonstrates the malfunction of gnatlink?
The changes related to the Arg string probably only increase readability.
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81099
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81089
--- Comment #7 from Markus Trippelsdorf ---
(In reply to Yuri Gribov from comment #6)
> (In reply to Markus Trippelsdorf from comment #5)
> > (In reply to Yuri Gribov from comment #4)
> > > Created attachment 41551 [details]
> > > Draft patch
> >
77 matches
Mail list logo