http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56930
Bug #: 56930
Summary: regression: pointless -Wconversion warning with sizeof
Classification: Unclassified
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52748
--- Comment #16 from Nathan Ridge 2013-04-12
07:22:20 UTC ---
(In reply to comment #15)
> (In reply to comment #14)
> > Here is a related example that still fails to compile:
>
> Fixed.
It still fails if we make S a template:
te
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52748
Nathan Ridge changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56904
--- Comment #5 from dirk.bonekaemper at dfs dot de 2013-04-12 07:23:34 UTC ---
First of all thanks for the fast reaction.
Knowing the problem (obvious in hindsight :-) I already found another
workaround: reopen the namespace.
Thanks again.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56915
Shixiong changed:
What|Removed |Added
CC||shixiong at kugelworks dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56929
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56915
--- Comment #2 from Nathan Ridge 2013-04-12
07:40:46 UTC ---
(In reply to comment #1)
> I am not an expert of C++11, but I am trying to help you with this ICE. Before
> I jump into the compiler to find the bugs, I guess you probably made s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56845
--- Comment #5 from Tobias Burnus 2013-04-12
07:42:30 UTC ---
Author: burnus
Date: Fri Apr 12 07:41:50 2013
New Revision: 197844
URL: http://gcc.gnu.org/viewcvs?rev=197844&root=gcc&view=rev
Log:
2013-04-12 Tobias Burnus
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56824
--- Comment #4 from Magnus Reftel 2013-04-12
07:42:50 UTC ---
Thanks for working on this!
While the change (when applied to 4.8 as released) does make the erroneous
print go away, it makes gcc hang with 100% CPU usage if the "diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56845
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56921
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.0
--- Comment #7 from Rich
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56931
Bug #: 56931
Summary: Multi Threading
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56921
--- Comment #8 from Steven Bosscher 2013-04-12
08:36:04 UTC ---
(In reply to comment #7)
> niter_desc is not marked GTY(()) but is cached from struct loop aux field.
> niter_desc uses heap memory but points to GC memory. Thus, caching of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56928
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49234
Richard Biener changed:
What|Removed |Added
CC||vapier at gentoo dot org
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56925
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56924
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56921
--- Comment #9 from rguenther at suse dot de
2013-04-12 08:45:46 UTC ---
On Fri, 12 Apr 2013, steven at gcc dot gnu.org wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56921
>
> --- Comment #8 from Steven Bosscher 2013-04-12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56824
--- Comment #5 from Manuel López-Ibáñez 2013-04-12
09:12:32 UTC ---
Probably the while loop is looping forever in the continue. I don't have time
to investigate this, but I am pretty sure that the bug is somewhere there. If
you use gdb to invest
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56920
--- Comment #2 from Jakub Jelinek 2013-04-12
09:13:15 UTC ---
Author: jakub
Date: Fri Apr 12 08:18:59 2013
New Revision: 197846
URL: http://gcc.gnu.org/viewcvs?rev=197846&root=gcc&view=rev
Log:
PR tree-optimization/56918
PR t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56918
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56895
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56929
Tobias Burnus changed:
What|Removed |Added
Keywords||ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56845
--- Comment #7 from Tobias Burnus 2013-04-12
09:23:20 UTC ---
FIXED an issue created by the previous patch, cf.
http://gcc.gnu.org/ml/fortran/2013-04/msg00116.html
* * *
Author: burnus
Date: Fri Apr 12 08:54:15 2013
New Revision: 1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56805
--- Comment #6 from Jan Smets 2013-04-12
09:38:52 UTC ---
What if we created a new .debug_types section for the typedef if:
1) -fno-eliminate-unused-debug-types is used
2) a typedef is unused and otherwise eliminated.
By doing this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56932
Bug #: 56932
Summary: [regression 4.8]: vrp and/or niter-related wrong-code
bug
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56932
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56931
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56932
--- Comment #2 from Marc Glisse 2013-04-12 11:50:23
UTC ---
The testcase in gcc.c-torture/execute/pr55875.c does seem off by 1. For i==250,
i+5 is 255 and we don't exit yet (that happens for 251) but we do write to the
array. Increasing th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56932
--- Comment #3 from graham.stott at btinternet dot com 2013-04-12 12:21:59 UTC
---
ktietz.
Access to a[250] is undefined as pointed out by andrew.
Increase size of a to 251 to get the test passing.
Graham
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56933
Bug #: 56933
Summary: [4.9 Regression] Vectorizer missing read-write
dependency for interleaved accesses
Classification: Unclassified
Product: gcc
Version: 4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56866
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- C
Dear, GCC Support Member.
[Environment]
OS: Ubuntu 12.10
GCC Version: 4.7.2
Target: v850-elf
Command: v850-elf-gcc
[Error Case]
v850-elf-gcc (based gcc 4.7.2) with -gdwarf-2 option has error.
[Memo]
v850-elf-gcc is bad. (but, arm-elf-gcc is good.)
[Result]
/usr/local/cross2-gcc4/bin/v850-elf-g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56934
Bug #: 56934
Summary: ICE folding a COND_EXPR involving vectors
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935
Bug #: 56935
Summary: Basic block is not SLP-vectorizeed after r197635.
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54427
--- Comment #12 from Marc Glisse 2013-04-12
13:59:33 UTC ---
Another piece that would be nice:
scalar1 ? vector : scalar2
(we already perform the conversion from scalar2 to vector when the condition is
a vector)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935
--- Comment #1 from Yuri Rumyantsev 2013-04-12
14:01:50 UTC ---
Created attachment 29862
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29862
testcase
Need to be compiled with the following options:
-O3 -mavx -march=corei7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56790
Marc Glisse changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56261
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resol
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56936
Bug #: 56936
Summary: gcc don't show error when accessing to current
instantiation
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55877
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #11 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #46 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40107
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42108
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #58 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47481
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #10 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31130
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #22 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51447
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #18 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33781
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #32 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #53 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17729
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #28 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37633
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #12 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39723
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36443
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #58 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55614
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #10 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50210
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43961
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #60 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24434
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26154
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #21 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53198
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56490
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45472
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #30 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #21 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24998
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #46 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39612
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #20 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40060
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #17 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18190
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #19 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #20 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39838
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32643
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #18 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49775
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32164
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18346
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47888
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #8 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14435
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #34 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #27 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15184
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #25 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46639
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #12 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35634
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #39 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14179
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #68 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #11 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #55 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49423
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #19 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44495
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46716
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #12 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46191
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #11 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25470
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #17 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56486
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #33 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44982
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20285
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #10 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41176
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.6.4 |4.7.4
--- Comment #16 from Jaku
1 - 100 of 299 matches
Mail list logo