[Bug c++/62057] New: __builtin_offsetof works but std::offsetof doesn't

2014-08-08 Thread igodard at pacbell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62057 Bug ID: 62057 Summary: __builtin_offsetof works but std::offsetof doesn't Product: gcc Version: 4.6.4 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/62057] __builtin_offsetof works but std::offsetof doesn't

2014-08-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62057 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/51726] LTO and attribute 'selectany'

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51726 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at

[Bug target/62055] missed optimization: recognize fnabs (FP negative absolute value) (x86-64)

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62055 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c/62058] New: Undefined behaviour in tree-data-ref.c with options -O1 -ftree-loop-vectorize

2014-08-08 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62058 Bug ID: 62058 Summary: Undefined behaviour in tree-data-ref.c with options -O1 -ftree-loop-vectorize Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity:

[Bug c/62059] New: signed integer overflow in diagnostic.c adjust_line

2014-08-08 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62059 Bug ID: 62059 Summary: signed integer overflow in diagnostic.c adjust_line Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug tree-optimization/62035] [4.9/4.10 Regression] wrong code building libapache-mod-perl with -O1, works with -O1 -fno-tree-dse

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62035 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/62035] [4.9/4.10 Regression] wrong code building libapache-mod-perl with -O1, works with -O1 -fno-tree-dse

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62035 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||glisse at gcc

[Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540

2014-08-08 Thread aivchenk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 Alexander Ivchenko aivchenk at gmail dot com changed: What|Removed |Added CC||aivchenk

[Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540

2014-08-08 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/61619] Benefits from -ftree-vectorize lost easily when changing unrelated code

2014-08-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61619 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug testsuite/62060] New: g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 Bug ID: 62060 Summary: g++.dg/tsan/cond_race.C triggers heap-use-after-free Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug c++/61341] internal compiler error: in tsubst, at cp/pt.c:11313

2014-08-08 Thread trtrmitya at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61341 Dmitry trtrmitya at gmail dot com changed: What|Removed |Added CC||trtrmitya at gmail

[Bug lto/62032] FAIL: vsnprintf-chk.c execution, -O2 -flto -fno-use-linker-plugin -flto-partition=none

2014-08-08 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62032 --- Comment #5 from amker at gcc dot gnu.org --- Author: amker Date: Fri Aug 8 10:21:12 2014 New Revision: 213755 URL: https://gcc.gnu.org/viewcvs?rev=213755root=gccview=rev Log: PR lto/62032 * lto/lto-lang.c (lto_init): Switch

[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop

2014-08-08 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904 kugan at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug lto/62061] New: FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 Bug ID: 62061 Summary: FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2 Product: gcc Version: 4.10.0

[Bug testsuite/62060] g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 vries at gcc dot gnu.org changed: What|Removed |Added CC||chefmax at gcc dot gnu.org

[Bug lto/62061] FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 --- Comment #1 from Uroš Bizjak ubizjak at gmail dot com --- Created attachment 33273 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33273action=edit Object files

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 vries at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vries at gcc dot

[Bug rtl-optimization/62030] wrong code due to ifcvt merging two stores which have different aliasing sets

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch

[Bug rtl-optimization/62030] wrong code due to ifcvt merging two stores which have different aliasing sets

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug testsuite/62060] g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 --- Comment #2 from Maxim Ostapenko chefmax at gcc dot gnu.org --- (In reply to vries from comment #1) Tentative patch: ... diff --git a/gcc/testsuite/g++.dg/tsan/cond_race.C b/gcc/testsuite/g++.dg/tsan/cond_race.C index a937614..90dfb19

[Bug c++/62062] New: Missed optimization: write ptr reloaded in each loop iteration

2014-08-08 Thread petschy at gmail dot com
++ --disable-multilib --program-suffix=-4.9.2 Thread model: posix gcc version 4.9.2 20140808 (prerelease) (GCC) compiler/linker flags used: g++-4.9.2 -c 20140725-reg_vs_mem.cpp -g -std=c++11 -Wall -Wextra -Werror -Wundef -Wshadow -O3 -fno-tree-vectorize g++-4.9.2 -o 20140725-reg_vs_mem 20140725-reg_vs_mem.o

[Bug c++/62062] Missed optimization: write ptr reloaded in each loop iteration

2014-08-08 Thread petschy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62062 --- Comment #1 from petschy at gmail dot com --- Created attachment 33274 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33274action=edit source

[Bug c++/62062] Missed optimization: write ptr reloaded in each loop iteration

2014-08-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62062 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- Your inline asm is broken. This sounds like a missing partial store not being optimized. Not something we do right now. Refernces are pointers really, syntax hides the semantics.

[Bug c++/62062] Missed optimization: write ptr reloaded in each loop iteration

2014-08-08 Thread petschy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62062 --- Comment #3 from petschy at gmail dot com --- (In reply to Andrew Pinski from comment #2) Your inline asm is broken. How? In unaliased_storeb()? That's for only proving that the redundant loads/stores are not an artifact of aliasing, and is

[Bug testsuite/62060] g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 33275 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33275action=edit script to find differences It seems we're missing more changes: ... $ ./find.sh ---

[Bug tree-optimization/62035] [4.9/4.10 Regression] wrong code building libapache-mod-perl with -O1, works with -O1 -fno-tree-dse

2014-08-08 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62035 --- Comment #5 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Richard Biener from comment #4) Marc, do you think it's possible to warn about such return of local addresses? It doesn't seem easy. Here are some random thoughts. At

[Bug c++/62063] New: g++ disregards template specialization and skips try/catch blocks

2014-08-08 Thread ferenc.geczi at ericsson dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 Bug ID: 62063 Summary: g++ disregards template specialization and skips try/catch blocks Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug c/28901] -Wunused-variable ignores unused const initialised variables

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901 Tom Tromey tromey at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Last

[Bug c++/62063] g++ disregards template specialization and skips try/catch blocks

2014-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Ferenc Géczi from comment #0) Created attachment 33276 [details] Source code for reproducing the reported issue g++ disregards that template specialization might

[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop

2014-08-08 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug c++/62063] g++ disregards template specialization and skips try/catch blocks

2014-08-08 Thread ferenc.geczi at ericsson dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62063 --- Comment #2 from Ferenc Géczi ferenc.geczi at ericsson dot com --- (In reply to Jonathan Wakely from comment #1) (In reply to Ferenc Géczi from comment #0) Created attachment 33276 [details] Source code for reproducing the reported issue

[Bug lto/62061] FAIL: g++.dg/lto/20100302 cp_lto_20100302_0.o-cp_lto_20100302_1.o link, -flto -fabi-version=2

2014-08-08 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62061 --- Comment #2 from Uroš Bizjak ubizjak at gmail dot com --- This ICE can be triggered also on x86_64 Fedora 20 by passing -fno-use-linker-plugin to testsuite flags: make check-c++ RUNTESTFLAGS=--target_board=unix/-fno-use-linker-plugin

[Bug c++/62064] New: Private inheritance and conversion function id in class member access

2014-08-08 Thread roger.ferrer at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62064 Bug ID: 62064 Summary: Private inheritance and conversion function id in class member access Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal

[Bug c/57612] add builtin to assert that expression does not have side effects

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57612 --- Comment #1 from Tom Tromey tromey at gcc dot gnu.org --- You can see the thread here: http://patchwork.ozlabs.org/patch/343858/ My proposed patch didn't handle C++, which seems like something it probably should do.

[Bug testsuite/62060] g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 Yuri Gribov tetra2005 at gmail dot com changed: What|Removed |Added CC||kcc at gcc dot

[Bug preprocessor/61817] Inconsistent location of tokens in the expansion list of a built-in macro

2014-08-08 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61817 --- Comment #1 from Dodji Seketeli dodji at gcc dot gnu.org --- I sent a patch for this at http://comments.gmane.org/gmane.comp.gcc.patches/316794

[Bug preprocessor/61817] Inconsistent location of tokens in the expansion list of a built-in macro

2014-08-08 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61817 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added CC||chengniansun at

[Bug c/61861] Incorrect column number for -Wdiscarded-qualifiers

2014-08-08 Thread dodji at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61861 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added CC||dodji at gcc

[Bug c/59850] Support sparse-style pointer address spaces (type attributes)

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59850 --- Comment #34 from Tom Tromey tromey at gcc dot gnu.org --- Created attachment 33277 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33277action=edit initial patch This is my current patch. I'm uploading it for safekeeping as I probably

[Bug testsuite/62060] g++.dg/tsan/cond_race.C triggers heap-use-after-free

2014-08-08 Thread tetra2005 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62060 Yuri Gribov tetra2005 at gmail dot com changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/62064] Private inheritance and conversion function id in class member access

2014-08-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62064 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug ada/62065] New: ada/sysdep.c:868: possible coding error ?

2014-08-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62065 Bug ID: 62065 Summary: ada/sysdep.c:868: possible coding error ? Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug target/62066] New: config/arm/arm.c:25298: possible missing call to va_end ?

2014-08-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62066 Bug ID: 62066 Summary: config/arm/arm.c:25298: possible missing call to va_end ? Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: minor

[Bug lto/62067] New: lto-lang.c:549: too many calls to va_end on some code paths ?

2014-08-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62067 Bug ID: 62067 Summary: lto-lang.c:549: too many calls to va_end on some code paths ? Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: minor

[Bug libgcj/62068] New: libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 Bug ID: 62068 Summary: libjava/prims.cc:807: possible missing call to va_end ? Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: minor

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 Tom Tromey tromey at gcc dot gnu.org changed: What|Removed |Added CC||tromey at gcc dot

[Bug rtl-optimization/61641] [4.9/4.10 Regression] undefined label in jump_table_data

2014-08-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641 --- Comment #6 from John David Anglin danglin at gcc dot gnu.org --- The patch does what it's supposed to but it's not right: .LVL58: comib, 0,%r28,.L70 nop .L74: .L80: .begin_brtab .word .L73-.L80 .word

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #2 from Andreas Schwab sch...@linux-m68k.org --- There is no such requirement for va_start/va_end. You are probably thinking of pthread_cleanup_push/pop.

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #3 from Tom Tromey tromey at gcc dot gnu.org --- It was documented that way on some systems. Eg: http://www.cs.rit.edu/~hpb/Man/_Man_SunOS_4.1.3_html/html3/varargs.3.html Perhaps that isn't operative language any more; I guess I'm

[Bug c/62069] New: ICE: in int_cst_value, at tree.c:10625

2014-08-08 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62069 Bug ID: 62069 Summary: ICE: in int_cst_value, at tree.c:10625 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/62070] New: [GCC-4.10.0] ICE: verify_ssa failed

2014-08-08 Thread sabrinadfs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62070 Bug ID: 62070 Summary: [GCC-4.10.0] ICE: verify_ssa failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- varargs isn't stdargs.

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #5 from Tom Tromey tromey at gcc dot gnu.org --- (In reply to Andreas Schwab from comment #4) varargs isn't stdargs. Doh. Thanks.

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #6 from David Binderman dcb314 at hotmail dot com --- (In reply to Andreas Schwab from comment #2) There is no such requirement for va_start/va_end. I am not sure what you mean here. I checked K R 2 and va_start and va_end seem to

[Bug tree-optimization/62071] New: [4.10 Regression] ICE: in before_dom_children, at tree-ssa-pre.c:4411

2014-08-08 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62071 Bug ID: 62071 Summary: [4.10 Regression] ICE: in before_dom_children, at tree-ssa-pre.c:4411 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c/62070] [GCC-4.10.0] ICE: verify_ssa failed

2014-08-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62070 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libgcj/62068] libjava/prims.cc:807: possible missing call to va_end ?

2014-08-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62068 --- Comment #7 from Andreas Schwab sch...@linux-m68k.org --- Please reread comment#1.

[Bug c/62070] [4.10 Regression] ICE: verify_ssa failed

2014-08-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62070 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Keywords|

[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop

2014-08-08 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904 --- Comment #11 from kugan at gcc dot gnu.org --- I agree. I will post a patch to add this test-case and let the maintainers decide if this is necessary.

[Bug target/61641] [4.9/4.10 Regression] undefined label in jump_table_data

2014-08-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Component|rtl-optimization|target

[Bug c++/62072] New: [4.9/4.10 regression] No SFINAE performed for function type

2014-08-08 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62072 Bug ID: 62072 Summary: [4.9/4.10 regression] No SFINAE performed for function type Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug c/62073] New: Segmentation fault with tree vectorize

2014-08-08 Thread fei.yang0953 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62073 Bug ID: 62073 Summary: Segmentation fault with tree vectorize Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c