https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77694
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #
t: x86_64-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/data/vjoost/gnu/gcc_trunk/install
--enable-languages=c,c++,fortran --disable-multilib --enable-plugins
--enable-lto --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160924 (experimental) [trunk revision 240461] (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490
--- Comment #3 from Marek Polacek ---
Author: mpolacek
Date: Sat Sep 24 09:39:23 2016
New Revision: 240462
URL: https://gcc.gnu.org/viewcvs?rev=240462&root=gcc&view=rev
Log:
PR c/77490
* c.opt (Wbool-operation): New.
* c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77490
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77719
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77719
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat dot
ethz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77719
Dominique d'Humieres changed:
What|Removed |Added
Priority|P4 |P3
--- Comment #3 from Dominique
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77719
--- Comment #4 from Joost VandeVondele
---
(In reply to Dominique d'Humieres from comment #3)
> I
> don't think the code is valid: spdim is an implicit real used uninitialized.
yeah, auto-reduced from valid code.
but thanks for confirming, BTW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77720
Bug ID: 77720
Summary: -Wformat-length= wit -O3 emit warning twice with
incorrect linenumbers
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
Bug ID: 77721
Summary: -Wformat-length not uses arg range for converted vars
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77722
Bug ID: 77722
Summary: -fsanitize=undefined doesn't give runtime error in
function without return value, unless at least 2
instructions
Product: gcc
Version: 6.2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77723
Bug ID: 77723
Summary: Macro counts each element within brace-initialization
as argument to macro
Product: gcc
Version: 6.2.1
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60880
--- Comment #1 from Andrew Pinski ---
Has this been fixed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60889
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60888
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61064
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61171
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714
Bernd Edlinger changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
Bug ID: 77724
Summary: [7 Regression] bootstrap-O3 broken: ICE: in
tree_to_uhwi, at tree.c:7330
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
Andrew Pinski changed:
What|Removed |Added
Keywords||build, ice-on-valid-code
Target Milest
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60563
Dominique d'Humieres changed:
What|Removed |Added
CC||mrs at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77724
Markus Trippelsdorf changed:
What|Removed |Added
CC||amker at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60674
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53659
--- Comment #6 from PeteVine ---
Testing different 32-bit codegen options in aarch32 mode on a Cortex A53, shows
A15 is probably also affected. Full comparison below:
$ for i in 8 5 7 9 15 ; do gcc -marm -Ofast -o c-ray-a$i c-ray-mt.c -lm
-lpth
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77725
Bug ID: 77725
Summary: An example from the standard regarding member lookup
fails to compile
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: major
ttp://github.lhmouse.com/ --with-gnu-as --with-gnu-ld --dis
able-tls --disable-sjlj-exceptions --with-dwarf2
Thread model: mcf
gcc version 6.2.1 20160924 (gcc-6-branch HEAD with MCF thread model, built by
LH_Mouse.)
../../gcc/gcc/tree-ssa-reassoc.c:5528
> Please submit a full bug report,
>
> > gfortran -v
> Using built-in specs.
> COLLECT_GCC=gfortran
> COLLECT_LTO_WRAPPER=/data/vjoost/gnu/gcc_trunk/install/libexec/gcc/x86_64-pc-
> linux-gnu/7.0.0/lto-wrapper
> Target: x86_64-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77727
Bug ID: 77727
Summary: Unwrapping std::optional constructor is not working
for non-transferable object
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439
krichter at posteo dot de changed:
What|Removed |Added
CC||krichter at posteo dot de
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439
--- Comment #7 from Moritz Klammler ---
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00606.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65274
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65191
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64960
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60961
Andrew Pinski changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60962
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65084
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65122
--- Comment #17 from Andrew Pinski ---
I think this is fixed for GCC 7 with -std=c++17 support.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728
Bug ID: 77728
Summary: Miscompilation multiple vector iteration on ARM
Product: gcc
Version: 6.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65122
--- Comment #18 from Benoit Jacob ---
(In reply to Andrew Pinski from comment #17)
> I think this is fixed for GCC 7 with -std=c++17 support.
Thanks for the update, that's great news!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77714
--- Comment #3 from Bernd Edlinger ---
because a different pattern is choosen for this insn
the reg-note is overwritten here:
Choosing alt 2 in insn 48: (0) l (1) l (2) lL {*thumb1_addsi3}
Creating newreg=129, assigning class L
41 matches
Mail list logo