https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71532
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 16 07:11:37 2016
New Revision: 237503
URL: https://gcc.gnu.org/viewcvs?rev=237503&root=gcc&view=rev
Log:
PR rtl-optimization/71532
* cse.c (cse_insn): For const/pu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71532
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|jakub at red
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71528
Jakub Jelinek changed:
What|Removed |Added
Summary|[5/6/7 Regression] multiple |[5/6 Regression] multiple
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71549
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71549
--- Comment #2 from Uroš Bizjak ---
Patch in testing:
--cut here--
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index c5e5e12..3a6e63a 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -3802,14 +3802,8 @@ timode
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71549
--- Comment #3 from Uroš Bizjak ---
(In reply to Uroš Bizjak from comment #2)
> Patch in testing:
Bah. it fails bootstrap when compiling bitmap_allocator.o:
x86_64-pc-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h:199:7: internal
compile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
Bug ID: 71551
Summary: Another ICE in fold_convert_loc, in fold-const.c:2366
but this time for KNL/AVX512
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550
Marek Polacek changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552
Bug ID: 71552
Summary: Confusing error for incorrect struct initialization
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: minor
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71553
Bug ID: 71553
Summary: [6 regression]ICE in assign_temp, at function.c:961
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
Bug ID: 71554
Summary: Miscompilation of __builtin_mul_overflow on i686
Product: gcc
Version: 5.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71553
dominik.stras...@onespin-solutions.com changed:
What|Removed |Added
Component|tree-optimization |c++
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71553
--- Comment #1 from dominik.stras...@onespin-solutions.com ---
The ICE only occurs on -O2 and up, -O1 works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 16 10:20:45 2016
New Revision: 237512
URL: https://gcc.gnu.org/viewcvs?rev=237512&root=gcc&view=rev
Log:
PR target/71554
* gcc.c-torture/execute/pr71554.c: New tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 16 10:21:43 2016
New Revision: 237513
URL: https://gcc.gnu.org/viewcvs?rev=237513&root=gcc&view=rev
Log:
PR target/71554
* gcc.c-torture/execute/pr71554.c: New tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71555
Bug ID: 71555
Summary: [7 Regression] ICE: compilation "never" finishes with
-O -mtune=sandybridge -mavx512bw
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Keyw
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 16 10:38:21 2016
New Revision: 237520
URL: https://gcc.gnu.org/viewcvs?rev=237520&root=gcc&view=rev
Log:
PR target/71554
* config/i386/i386.md (setcc + movzbl peep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #1 from Marc Glisse ---
Please include preprocessed source code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71555
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #2 from Carlos Tripiana Montes ---
(In reply to Marc Glisse from comment #1)
> Please include preprocessed source code.
I wanted to do so, but this compilation line does not give me a *.i file(s)
just a bunch of ltrans0.ltrans.o, ltr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #4 from Carlos Tripiana Montes ---
Created attachment 38711
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38711&action=edit
intermediate file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #5 from Carlos Tripiana Montes ---
Created attachment 38712
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38712&action=edit
assembler file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #6 from Carlos Tripiana Montes ---
I have clean and redone the compilation, without LTO. Now fails in the file
compilation, not at link time.
I have attached the preprocessed file(s).
NOTE: This only happens in KNL/AVX512 machine. T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652
--- Comment #44 from Marek Polacek ---
FYI, I have got a candidate patch, but the trouble comes with code such as
case 1:
if (x)
bar (); // warn here
else
{
bar ();
return;
}
case 0:
so this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265
--- Comment #11 from Paul Thomas ---
(In reply to Ian Harvey from comment #10)
> The patch discussed in #5 applies changes to the wrong location in
> trans-decl.c. Corrected patch attached.
>
> With this latest patch I see no variation in che
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71554
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Jun 16 11:38:24 2016
New Revision: 237522
URL: https://gcc.gnu.org/viewcvs?rev=237522&root=gcc&view=rev
Log:
PR target/71554
* config/i386/i386.md (setcc + movzbl peep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #8 from Carlos Tripiana Montes ---
OK, but 6.1.1 is not yet released, so in this case I just need the link to the
original bug, so as to seek for the patch.
I just unable to find the bug. Please, I need the link.
(In reply to Marku
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
--- Comment #9 from Markus Trippelsdorf ---
(In reply to Carlos Tripiana Montes from comment #8)
> OK, but 6.1.1 is not yet released, so in this case I just need the link to
> the original bug, so as to seek for the patch.
>
> I just unable to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71551
Markus Trippelsdorf changed:
What|Removed |Added
Resolution|FIXED |DUPLICATE
--- Comment #10 from Mar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71279
Markus Trippelsdorf changed:
What|Removed |Added
CC||tripiana at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71556
Bug ID: 71556
Summary: set::get_time() requires leading 0s for %H and friends
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71556
--- Comment #1 from Julian Andres Klode ---
To be clear, while the attachment uses the (I assume still) non-standard
C.UTF-8, the same also happens with the C locale, and the "" locale in an
en_IE.UTF-8 environment.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71556
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71364
Casey Carter changed:
What|Removed |Added
CC||Casey at Carter dot net
--- Comment #4 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71550
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71557
Bug ID: 71557
Summary: time_get is case sensitive
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71460
--- Comment #28 from joseph at codesourcery dot com ---
On Thu, 16 Jun 2016, ch3root at openwall dot com wrote:
> > All these memory model issues would best be raised directly with WG14,
>
> What is the best way to do it?
If your National Body
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71242
Uroš Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71555
Jakub Jelinek changed:
What|Removed |Added
Keywords|ice-on-valid-code |compile-time-hog
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71242
--- Comment #1 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Jun 16 14:32:40 2016
New Revision: 237530
URL: https://gcc.gnu.org/viewcvs?rev=237530&root=gcc&view=rev
Log:
PR target/71242
* config/ia64/ia64.c (enum ia64_bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71364
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71558
Bug ID: 71558
Summary: missed optimization for type short, char and floating
point types
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70733
Jason Merrill changed:
What|Removed |Added
Status|RESOLVED|NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70563
Martin Sebor changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71541
--- Comment #4 from gcc_bugzilla at haphi dot de ---
(In reply to Jonathan Wakely from comment #3)
> You need to link to libpthread to use std::condition_variable_any.
Adding -lpthread doesn't change the situation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71558
Marc Glisse changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #1 from Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559
Bug ID: 71559
Summary: ICE in ix86_fp_cmp_code_to_pcmp_immediate, at
config/i386/i386.c:23042 (KNL/AVX512)
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71560
Bug ID: 71560
Summary: union compound literal initializes wrong union field
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
: x86_64-pc-linux-gnu
Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160616 (experimental) [trunk revision 237533] (GCC)
$
$ g++-trunk -c small.cpp
$ g++-4.9 -c -Wall small.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71560
vries at gcc dot gnu.org changed:
What|Removed |Added
Keywords|wrong-code |documentation
--- Comment #1 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71562
Bug ID: 71562
Summary: Changing the fix size of _S_local_capacity in
sso_string_base.h
Product: gcc
Version: 4.9.3
Status: UNCONFIRMED
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71563
Bug ID: 71563
Summary: Regression in GCC-7.0.0's optimizer.
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimizat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71561
Martin Sebor changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71564
Bug ID: 71564
Summary: label inside a lambda conflicts (?) with another one
outside it
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71564
--- Comment #1 from lh_mouse ---
clang++ 3.0 seems to have issues dealing with this, but it seems to have been
fixed since clang++ 3.1.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559
--- Comment #1 from Carlos Tripiana Montes ---
Does anyone has a clue on this?
I've tried to follow the stacktrace and it seems like it's generating an
invalid code tag for this particular operation.
Any help would be much appreciated!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305
Pitchumani changed:
What|Removed |Added
CC||pitchumani.s at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53935
Pitchumani changed:
What|Removed |Added
CC||pitchumani.s at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56164
Pitchumani changed:
What|Removed |Added
CC||pitchumani.s at hotmail dot com
--- Comment
64 matches
Mail list logo