[Bug tree-optimization/61515] Extremely long compile time for generated code

2014-06-15 Thread astrange at ithinksw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 --- Comment #3 from Alexander Strange --- Without checking, -O0 went from 8 -> 5 minutes. I stopped the -Os compile at 29 minutes.

[Bug c++/61512] libstd++ postfix operator hangs

2014-06-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61512 --- Comment #3 from Marc Glisse --- No, the bug is in your code. Try compiling with -D_GLIBCXX_DEBUG for a more meaningful output.

[Bug tree-optimization/61518] New: wrong code (by tree vectorizer) at -O3 on x86_64-linux-gnu

2014-06-15 Thread su at cs dot ucdavis.edu
-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.10.0 20140615 (experimental) [trunk revision 211685] (GCC) $ $ gcc-trunk -O2 small.c; a.out $ gcc-4.9 -O3 small.c; a.out $ gcc-trunk -O3 -fno-tree-vectorize

[Bug tree-optimization/61517] New: wrong code at -Os and above on x86_64-linux-gnu

2014-06-15 Thread su at cs dot ucdavis.edu
model: posix gcc version 4.10.0 20140615 (experimental) [trunk revision 211685] (GCC) $ $ gcc-trunk -O1 small.c; a.out $ gcc-4.9.0 -Os small.c; a.out $ $ gcc-trunk -Os small.c $ a.out Aborted (core dumped) $ -- int a, b, *c = &a; unsigned short d; int

[Bug tree-optimization/61515] Extremely long compile time for generated code

2014-06-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 --- Comment #2 from Andrew Pinski --- Since you are testing the trunk, checking is turned on by default. Can you try with --enable-checking=release instead? This should reduce the compile time.

[Bug regression/61516] [4.10 Regression]: build fails on auto-inc-dec.c or libgcc2.c with obvious patch

2014-06-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61516 David Edelsohn changed: What|Removed |Added Target|cris-axis-elf |cris-axis-elf, powerpc*-*-* P

[Bug c++/61512] libstd++ postfix operator hangs

2014-06-15 Thread srohit.pda at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61512 --- Comment #2 from Rohit Sharma --- (In reply to Marc Glisse from comment #1) > You are not allowed to call ++ on an iterator if calling * on it would be > illegal. I may agree to your comment Marc. Hanging code is manifestation is a sure bug

[Bug regression/61516] [4.10 Regression]: build fails on auto-inc-dec.c or libgcc2.c with obvious patch

2014-06-15 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61516 --- Comment #1 from Hans-Peter Nilsson --- Also, (gdb) p insn $7 = (rtx) 0x77bc13c0 (gdb) pr (insn/v 54 53 55 4 (set (reg/v/f:SI 50 [ s2 ]) (plus:SI (reg/v/f:SI 50 [ s2 ]) (const_int 1 [0x1]))) /expvol/pp_slask/hp/break06

[Bug regression/61516] New: [4.10 Regression]: build fails on auto-inc-dec.c or libgcc2.c with obvious patch

2014-06-15 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61516 Bug ID: 61516 Summary: [4.10 Regression]: build fails on auto-inc-dec.c or libgcc2.c with obvious patch Product: gcc Version: 4.10.0 URL: http://gcc.gnu.org/ml/gcc-pat

[Bug tree-optimization/61515] Extremely long compile time for generated code

2014-06-15 Thread astrange at ithinksw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 --- Comment #1 from Alexander Strange --- Created attachment 32944 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32944&action=edit Preprocessed source

[Bug tree-optimization/61515] New: Extremely long compile time for generated code

2014-06-15 Thread astrange at ithinksw dot com
gcc version 4.10.0 20140615 (experimental) (GCC) For the attached source (C translation from a large BF program): - gcc -O0 takes 9 minutes - gcc -Os does not finish after 40 minutes

[Bug preprocessor/60723] Line directives with incorrect system header flag

2014-06-15 Thread nicholas.ormrod at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #9 from Nicholas --- Manuel, I have filed a patch to gcc-patches. https://gcc.gnu.org/ml/gcc-patches/2014-06/msg00862.html

[Bug c++/61514] -ftree-vectorize cause bogus "duplicate section ... has different size" on windows x64

2014-06-15 Thread blaffablaffa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61514 --- Comment #2 from Lorenzo Pistone --- Created attachment 32943 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32943&action=edit The object file that triggers the warning

[Bug c++/61514] -ftree-vectorize cause bogus "duplicate section ... has different size" on windows x64

2014-06-15 Thread blaffablaffa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61514 --- Comment #1 from Lorenzo Pistone --- The warning printed by the test case is: spaghetti/spaghetti.o: duplicate section `.data$_ZGVZN9luabridge8Security11getSettingsEvE8settings[_ZGVZN9luabridge8Security11getSettingsEvE8settings]' has differen

[Bug c++/61514] New: -ftree-vectorize cause bogus "duplicate section ... has different size" on windows x64

2014-06-15 Thread blaffablaffa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61514 Bug ID: 61514 Summary: -ftree-vectorize cause bogus "duplicate section ... has different size" on windows x64 Product: gcc Version: 4.8.3 Status: UNCONFIRMED Se

[Bug target/61387] [4.10 Regression] ~900 test failures on on x86_64-apple-darwin13 for g++ with -m64 after r211089

2014-06-15 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61387 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #9 fro

[Bug fortran/45187] ICE with CRAY pointer in module

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45187 Francois-Xavier Coudert changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/45187] ICE with CRAY pointer in module

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45187 --- Comment #8 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sun Jun 15 19:35:11 2014 New Revision: 211688 URL: https://gcc.gnu.org/viewcvs?rev=211688&root=gcc&view=rev Log: Backport from trunk PR fortran/45187 * trans-de

[Bug fortran/45187] ICE with CRAY pointer in module

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45187 --- Comment #7 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sun Jun 15 19:21:38 2014 New Revision: 211687 URL: https://gcc.gnu.org/viewcvs?rev=211687&root=gcc&view=rev Log: Backport from trunk PR fortran/45187 * trans-de

[Bug target/55146] jumptables with byte entries produce wrong code with -Os/-O2 for SH-1

2014-06-15 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55146 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/61513] [fortran-dev] libgomp.fortran/alloc(-comp-[23].f90|atable12.f90) fail when compiled with fortran-dev

2014-06-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61513 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug testsuite/61513] New: [fortran-dev] libgomp.fortran/alloc(-comp-[23].f90|atable12.f90) fail when compiled with fortran-dev

2014-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61513 Bug ID: 61513 Summary: [fortran-dev] libgomp.fortran/alloc(-comp-[23].f90|atable12.f90) fail when compiled with fortran-dev Product: gcc Version: fortran-dev

[Bug fortran/28484] [F03] system_clock with real-type count_rate does not compile

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28484 Francois-Xavier Coudert changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/20585] [meta-bug] Fortran 2003 support

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585 Bug 20585 depends on bug 28484, which changed state. Bug 28484 Summary: [F03] system_clock with real-type count_rate does not compile https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28484 What|Removed |Added --

[Bug fortran/61429] SYSTEM_CLOCK used with non-default integer kind does not produce warning

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61429 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/28484] [F03] system_clock with real-type count_rate does not compile

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28484 --- Comment #13 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sun Jun 15 16:58:53 2014 New Revision: 211686 URL: https://gcc.gnu.org/viewcvs?rev=211686&root=gcc&view=rev Log: PR fortran/28484 PR fortran/61429 * check.c (g

[Bug fortran/61429] SYSTEM_CLOCK used with non-default integer kind does not produce warning

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61429 --- Comment #2 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sun Jun 15 16:58:53 2014 New Revision: 211686 URL: https://gcc.gnu.org/viewcvs?rev=211686&root=gcc&view=rev Log: PR fortran/28484 PR fortran/61429 * check.c (gf

[Bug fortran/29383] Fortran 2003/F95[TR15580:1999]: Floating point exception (IEEE) support

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29383 Francois-Xavier Coudert changed: What|Removed |Added Keywords||patch Status|NEW

[Bug c++/61512] libstd++ postfix operator hangs

2014-06-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61512 --- Comment #1 from Marc Glisse --- You are not allowed to call ++ on an iterator if calling * on it would be illegal.

[Bug fortran/28484] [F03] system_clock with real-type count_rate does not compile

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28484 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libfortran/60468] ./fpu-target.h:93:3: error: unknown type name 'choke'

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60468 Francois-Xavier Coudert changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug c++/61512] New: libstd++ postfix operator hangs

2014-06-15 Thread srohit.pda at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61512 Bug ID: 61512 Summary: libstd++ postfix operator hangs Product: gcc Version: 4.4.7 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug ada/61505] [4.10 Regression] bootstrap broken by ada/gnat_rm.texi after r211448

2014-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61505 Dominique d'Humieres changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/61387] [4.10 Regression] ~900 test failures on on x86_64-apple-darwin13 for g++ with -m64 after r211088

2014-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61387 Dominique d'Humieres changed: What|Removed |Added Target|x86_64-apple-darwin12 |x86_64-apple-darwin1*

[Bug tree-optimization/61482] [4.10 regression] ICE in set_value_range, at tree-vrp.c:453 when compiling Firefox ESR 24

2014-06-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61482 Markus Trippelsdorf changed: What|Removed |Added CC||rguenther at suse dot de

[Bug tree-optimization/61511] New: [4.10 Regression] ICE: in vect_can_force_dr_alignment_p, at tree-vect-data-refs.c:5320 with -fno-toplevel-reorder -ftree-slp-vectorize

2014-06-15 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61511 Bug ID: 61511 Summary: [4.10 Regression] ICE: in vect_can_force_dr_alignment_p, at tree-vect-data-refs.c:5320 with -fno-toplevel-reorder -ftree-slp-vectorize

[Bug libfortran/60468] ./fpu-target.h:93:3: error: unknown type name 'choke'

2014-06-15 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60468 --- Comment #3 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sun Jun 15 09:44:04 2014 New Revision: 211685 URL: https://gcc.gnu.org/viewcvs?rev=211685&root=gcc&view=rev Log: PR libfortran/60468 * configure.ac: Include when ch