[Bug tree-optimization/60116] New: wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-07 Thread su at cs dot ucdavis.edu
model: posix gcc version 4.9.0 20140207 (experimental) [trunk revision 207610] (GCC) $ $ gcc-trunk -m32 -O1 small.c; a.out 1 $ gcc-trunk -m64 -Os small.c; a.out 1 $ gcc-4.7.3 -m32 -Os small.c; a.out 1 $ $ gcc-trunk -m32 -Os small.c; a.out 0 $ gcc-4.8.2 -m32 -Os small.c; a.out 0

[Bug c++/60113] Internal compiler error

2014-02-07 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113 --- Comment #1 from Marc Glisse --- (In reply to lmat from comment #0) > Attached is the output from command line along with the > preprocessed code that I was trying to compile. Looks like you forgot to attach it? > Please let me know if I can

[Bug tree-optimization/60115] wrong code at -O3 on x86_64-linux-gnu

2014-02-07 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #1 from Zhendong Su --- The reported testcase seems to reveal an independent issue: GCC does warn the out-of-bound array access at -Os and above, but not at -O0 and -O1, while clang warns at all optimization levels. $ gcc-trunk -Warr

[Bug tree-optimization/60115] New: wrong code at -O3 on x86_64-linux-gnu

2014-02-07 Thread su at cs dot ucdavis.edu
l/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140207 (experimental) [trunk revision 207610] (GCC) $ $ gcc-trunk -O2 small.c; a.out $ gcc-4.8 -O3 small.c; a.out $ $ gcc-trunk -O3 small.c; a.out Segmentation fault (core d

[Bug c/60114] New: Incorrect column number for -pedantic and -Wconversion

2014-02-07 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Bug ID: 60114 Summary: Incorrect column number for -pedantic and -Wconversion Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/60113] New: Internal compiler error

2014-02-07 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113 Bug ID: 60113 Summary: Internal compiler error Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: un

[Bug preprocessor/56824] [4.8 regression] pragma GCC diagnostic push/pop fail with GCC diagnostic ignored "-Waggregate-return"

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56824 Jakub Jelinek changed: What|Removed |Added Known to work||4.9.0 Summary|[4.8/4.9 regress

[Bug target/60077] [4.9 regression] gcc.target/i386/pr35767-5.c FAILs

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60077 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Fri Feb 7 23:55:24 2014 New Revision: 207622 URL: http://gcc.gnu.org/viewcvs?rev=207622&root=gcc&view=rev Log: PR target/60077 * gcc.target/i386/pr60077-1.c: New test. * gcc.t

[Bug ipa/60026] [4.8 Regression] ICE at -O3 on valid code (with the optimize pragma) on x86_64-linux-gnu

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60026 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Fri Feb 7 23:54:17 2014 New Revision: 207621 URL: http://gcc.gnu.org/viewcvs?rev=207621&root=gcc&view=rev Log: PR ipa/60026 * ipa-cp.c (determine_versionability): Fail at -O0

[Bug fortran/59906] [4.7/4.8 Regression] error: size of variable '' is too large

2014-02-07 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/59906] [4.7/4.8 Regression] error: size of variable '' is too large

2014-02-07 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906 --- Comment #12 from Paul Thomas --- Author: pault Date: Fri Feb 7 23:29:44 2014 New Revision: 207617 URL: http://gcc.gnu.org/viewcvs?rev=207617&root=gcc&view=rev Log: 2014-02-08 Paul Thomas PR fortran/59906 * trans-array.c (gfc_add_

[Bug rtl-optimization/49847] [4.7/4.8/4.9 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2014-02-07 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com,

[Bug c++/60112] bogus error: array subscript is above array bounds

2014-02-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60112 --- Comment #1 from Andrew Pinski --- It works for me with 4.9.0 20140129. Maybe you should update the version of 4.9.

[Bug target/40977] [4.7/4.8/4.9 regression] problem with code like this: res = ((uint64_t)resh << 32) | resl;

2014-02-07 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40977 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/40977] [4.7/4.8/4.9 regression] problem with code like this: res = ((uint64_t)resh << 32) | resl;

2014-02-07 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40977 --- Comment #9 from Jeffrey A. Law --- Author: law Date: Fri Feb 7 22:35:49 2014 New Revision: 207615 URL: http://gcc.gnu.org/viewcvs?rev=207615&root=gcc&view=rev Log: PR target/40977 * config/m68k/m68k.md (ashldi_extsi): Turn into a

[Bug fortran/60110] internal compiler error

2014-02-07 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 --- Comment #5 from Steve Kargl --- On Fri, Feb 07, 2014 at 10:11:17PM +, dominiq at lps dot ens.fr wrote: > It could be a duplicate of pr52332 (ICE at the same place). > It might be. I've recall other problems of this nature. Anyway, here

[Bug fortran/60110] internal compiler error

2014-02-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 --- Comment #4 from Dominique d'Humieres --- It could be a duplicate of pr52332 (ICE at the same place).

[Bug fortran/60110] internal compiler error

2014-02-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/59762] [4.9 Regression] func-vararg-mixed.c fails on PowerPC starting with revision 204079

2014-02-07 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59762 Pat Haugen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60032] [4.9 regression] ICE in reload_cse_simplify_operands, at postreload.c:411

2014-02-07 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60032 Pat Haugen changed: What|Removed |Added CC||pthaugen at gcc dot gnu.org --- Comment #7 f

[Bug fortran/60110] internal compiler error

2014-02-07 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug fortran/60066] Bad elemental invocation of non-scalar base object

2014-02-07 Thread mikael.morin at sfr dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066 --- Comment #10 from mikael.morin at sfr dot fr --- Le 07/02/2014 19:18, Paul Richard Thomas a écrit : > Dear All, > > I propose to add the attached to the testsuite. It is the testcase > from PR60066, which was fixed by the patch for PR59066. >

[Bug c++/60112] New: bogus error: array subscript is above array bounds

2014-02-07 Thread david.abdurachmanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60112 Bug ID: 60112 Summary: bogus error: array subscript is above array bounds Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component:

[Bug target/60111] New: [SH] ICE compiling Newlib (4.8.2)

2014-02-07 Thread lsebald1 at umbc dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 Bug ID: 60111 Summary: [SH] ICE compiling Newlib (4.8.2) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c/60083] Duplicate conversion warnings from negative integer to unsigned type (gcc-4.3 emits only one warning)

2014-02-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60083 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/60083] Duplicate conversion warnings from negative integer to unsigned type (gcc-4.3 emits only one warning)

2014-02-07 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60083 --- Comment #1 from Chengnian Sun --- I think the following case is similar to the reported case. The only difference is the message content. The following case also triggers "gcc -O0" to emit two duplicate warnings. But "gcc -O1" emits only one w

[Bug fortran/59906] [4.7/4.8 Regression] error: size of variable '' is too large

2014-02-07 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59906 --- Comment #11 from Paul Thomas --- Author: pault Date: Fri Feb 7 21:15:37 2014 New Revision: 207613 URL: http://gcc.gnu.org/viewcvs?rev=207613&root=gcc&view=rev Log: 2014-02-07 Paul Thomas PR fortran/59906 * trans-stmt.c (gfc_add_l

[Bug libgcc/58710] HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4

2014-02-07 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58710 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Fri Feb 7 21:10:47 2014 New Revision: 207611 URL: http://gcc.gnu.org/viewcvs?rev=207611&root=gcc&view=rev Log: PR target/58710 * configure.ac: Use AC_LINK_IFELSE in check f

[Bug libgcc/58710] HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4

2014-02-07 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58710 --- Comment #4 from ian at gcc dot gnu.org --- Author: ian Date: Fri Feb 7 21:10:55 2014 New Revision: 207612 URL: http://gcc.gnu.org/viewcvs?rev=207612&root=gcc&view=rev Log: PR target/58710 * configure.ac: Use AC_LINK_IFELSE in check f

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-07 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigne

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-07 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 Richard Henderson changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #5

[Bug fortran/60110] internal compiler error

2014-02-07 Thread walt.brainerd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 Walt Brainerd changed: What|Removed |Added CC||walt.brainerd at gmail dot com --- Commen

[Bug fortran/60110] New: internal compiler error

2014-02-07 Thread walt.brainerd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 Bug ID: 60110 Summary: internal compiler error Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee

[Bug middle-end/59776] [4.8/4.9 Regression] gcc -g -O1 ICE in expand_debug_locations, at cfgexpand.c:3865

2014-02-07 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59776 --- Comment #7 from Richard Henderson --- Definitely SRA's fault. See http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00489.html for analysis, and the hackiest of patches.

[Bug fortran/60066] Bad elemental invocation of non-scalar base object

2014-02-07 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066 --- Comment #9 from paul.richard.thomas at gmail dot com --- Dear All, I propose to add the attached to the testsuite. It is the testcase from PR60066, which was fixed by the patch for PR59066. OK for trunk, 4.8 and 4.7? On 5 February 2014 12:

[Bug c++/60105] [C++11] g++-4.8.2 segfaults on enable_if explicit cast operator

2014-02-07 Thread Andrey.E.Antipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60105 --- Comment #1 from Andrey Antipov --- Tested - crashes on 4.7.3 and 4.7.2 on linux as well.

[Bug translation/52289] translatable string typo: "must not be have"

2014-02-07 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52289 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug translation/52289] translatable string typo: "must not be have"

2014-02-07 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52289 --- Comment #1 from Jeffrey A. Law --- Author: law Date: Fri Feb 7 17:52:59 2014 New Revision: 207609 URL: http://gcc.gnu.org/viewcvs?rev=207609&root=gcc&view=rev Log: PR translation/52289 * fortran/resolve.c (resolve_ordinary_as

[Bug target/60109] __builtin_frame_address does not work as documented on ARM

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60109 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug libgcc/58710] HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4

2014-02-07 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58710 --- Comment #2 from Misty De Meo --- Patch submitted: http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00477.html

[Bug target/60109] __builtin_frame_address does not work as documented on ARM

2014-02-07 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60109 --- Comment #1 from Richard Earnshaw --- This is an unresolvable problem. If we made __builtin_frame_address(N > 0) always return 0, then some useful use cases for debugging would be excluded. On the other hand, it is impossible to know whether

[Bug rtl-optimization/60086] suboptimal asm generated for a loop (store/load false aliasing)

2014-02-07 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60086 --- Comment #9 from Alexander Monakov --- By "good code" I was referring to the fact that your 4.7 asm does not contain stack (%rbp) references in the vectorized loop. Historically, first scheduling (-fschedule-insns) was problematic for 32-bit x

[Bug rtl-optimization/60086] suboptimal asm generated for a loop (store/load false aliasing)

2014-02-07 Thread marcin.krotkiewski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60086 --- Comment #8 from Marcin Krotkiewski --- (In reply to Andrey Belevantsev from comment #5) > At this point insn 461 is dead but we do not notice, and it doesn't look > easy. I think there was some suggestion in the original research for > killin

[Bug preprocessor/56824] [4.8/4.9 regression] pragma GCC diagnostic push/pop fail with GCC diagnostic ignored "-Waggregate-return"

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56824 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Fri Feb 7 16:42:24 2014 New Revision: 207606 URL: http://gcc.gnu.org/viewcvs?rev=207606&root=gcc&view=rev Log: PR preprocessor/56824 * line-map.c (get_combined_adhoc_loc, linemap

[Bug target/60109] New: __builtin_frame_address does not work as documented on ARM

2014-02-07 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60109 Bug ID: 60109 Summary: __builtin_frame_address does not work as documented on ARM Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/60088] Segfault when using quad precision and -march=native on gfortran

2014-02-07 Thread thatcadguy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60088 --- Comment #23 from Jacob Abel --- If it helps at all, the following produces the same problem under gcc: #include #include int main(void) { __float128 *ptr = NULL; int i; if (ptr = malloc(100 * sizeof(__float128))) for (i

[Bug c++/60108] New: ICE in use_thunk, at cp/method.c:340

2014-02-07 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60108 Bug ID: 60108 Summary: ICE in use_thunk, at cp/method.c:340 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/59595] [4.9 Regression] Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h

2014-02-07 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59595 --- Comment #3 from dave.anglin at bell dot net --- I have been trying to narrow down the change that caused the regression. r205921 is OK and r205955 is bad. Most recent build that I have noted as bad is r206196. Last test results from box are

[Bug libgomp/60107] New: libgomp.c/pr58392.c etc. FAIL

2014-02-07 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60107 Bug ID: 60107 Summary: libgomp.c/pr58392.c etc. FAIL Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp As

[Bug rtl-optimization/60030] [4.9 regression] ICE in simplify_subreg, at simplify-rtx.c:5903

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60030 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/60037] SIGFPE in std::generate_canonical

2014-02-07 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60037 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #6 from Jakub Jelinek --- Created attachment 32077 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32077&action=edit Untested fix Untested fix. Likely I'll need to do something more, so that we don't emit extra decls for the debu

[Bug libgcj/55637] FAIL: sourcelocation output - source compiled test

2014-02-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 --- Comment #13 from Dominique d'Humieres --- > What should we do about this test? Having it fail everywhere a current > binutils > version is used causes lots of noise in testsuite results. Since nobody cared to fix the tests since more than o

[Bug ipa/59918] [4.9 Regression] ICE in record_target_from_binfo, at ipa-devirt.c:693

2014-02-07 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59918 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcj/55637] FAIL: sourcelocation output - source compiled test

2014-02-07 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0 --- Comment #12 from Rainer Orth ---

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #5 from Jakub Jelinek --- I guess during gimplification when gimplifying #pragma omp simd body we should add all the local variables (declared in the body) that aren't static and are address taken to private clause on the #pragma omp s

[Bug rtl-optimization/60086] suboptimal asm generated for a loop (store/load false aliasing)

2014-02-07 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60086 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comme

[Bug target/60039] sh3 optimisation bug with -O2

2014-02-07 Thread skrll at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60039 --- Comment #4 from Nick Hudson --- Created attachment 32076 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32076&action=edit Full assembler output

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #16 from Richard Biener --- Author: rguenth Date: Fri Feb 7 13:41:10 2014 New Revision: 207598 URL: http://gcc.gnu.org/viewcvs?rev=207598&root=gcc&view=rev Log: 2014-02-07 Richard Biener PR middle-end/60092 * gimple-low.c

[Bug c++/60082] Certain Cilk keywords executable Hanging for -O1

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60082 --- Comment #5 from Jakub Jelinek --- catch_exc.cc FAILs (other than timeout) seem to be a Cilk+ bug, if it ever worked, it seems to have worked by accident. The problem is that __cilkrts_rethrow conditionally throws an exception, but is marked TR

[Bug other/60099] internal compiler error: Segmentation fault

2014-02-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60099 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/60101] [4.7/4.8/4.9 Regression] Long compile times when mixed complex floating point datatypes are used in lengthy expressions

2014-02-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60101 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug rtl-optimization/59999] [4.9 Regression] Sign extension in loop regression blocks generation of zero overhead loop

2014-02-07 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 --- Comment #21 from rguenther at suse dot de --- On Fri, 7 Feb 2014, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 > > --- Comment #20 from Paulo J. Matos --- > OK, I was trying to make sense of all this and

[Bug target/59222] [4.9 Regression] gcc.c-torture/compile/20050622-1.c ICEs at -O1 and above for aarch64-elf ILP32

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59222 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60082] Certain Cilk keywords executable Hanging for -O1

2014-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60082 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Feb 7 10:49:08 2014 New Revision: 207597 URL: http://gcc.gnu.org/viewcvs?rev=207597&root=gcc&view=rev Log: PR c++/60082 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for

[Bug target/60034] "invalid expression as operand" in aarch64 inline asm

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60034 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/60034] "invalid expression as operand" in aarch64 inline asm

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60034 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug target/59695] bad code generation on aarch64 in aarch64_output_mi_thunk

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59695 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/59595] [4.9 Regression] Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59595 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|2014-01

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-02-07 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #15 from David Kredba --- It is still present in rev. 207565 and pykde4-4.12.2: CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart5.cpp.o: In function `~Notifier': /usr/include/phonon/backendcapabilities.h:57: undefin

[Bug c/57490] ICE on c-c++-common/cilk-plus/AN/an-if.c

2014-02-07 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57490 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/59999] [4.9 Regression] Sign extension in loop regression blocks generation of zero overhead loop

2014-02-07 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 --- Comment #20 from Paulo J. Matos --- OK, I was trying to make sense of all this and there are two things that stick out. One is when you say that due to C integer promotion rules make i = (short)((int)i + 1). However GCC is doing i = (short) (

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #15 from Richard Biener --- Author: rguenth Date: Fri Feb 7 09:33:23 2014 New Revision: 207595 URL: http://gcc.gnu.org/viewcvs?rev=207595&root=gcc&view=rev Log: 2014-02-07 Richard Biener PR middle-end/60092 * builtin-type

[Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59833 Ramana Radhakrishnan changed: What|Removed |Added Keywords||wrong-code Status|UNCO

[Bug rtl-optimization/60030] [4.9 regression] ICE in simplify_subreg, at simplify-rtx.c:5903

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60030 Ramana Radhakrishnan changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug middle-end/60093] ICE on testsuite/c-c++-common/ubsan/overflow-*.c

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60093 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/60094] gcc.target/arm/ftest-armv7em-thumb.c fails

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60094 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/55666] Use scratch register to avoid save/restore of callee saved register

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55666 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization St

[Bug regression/55676] ICE in int_mode_for_mode, at stor-layout.c:423

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55676 Ramana Radhakrishnan changed: What|Removed |Added Keywords||ice-on-valid-code Stat

[Bug rtl-optimization/60086] suboptimal asm generated for a loop (store/load false aliasing)

2014-02-07 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60086 --- Comment #6 from Andrey Belevantsev --- Forgot to mention that we end up scheduling this block in 21 cycles while the regular scheduling needs 24. Not that it's so important though.

[Bug rtl-optimization/60086] suboptimal asm generated for a loop (store/load false aliasing)

2014-02-07 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60086 --- Comment #5 from Andrey Belevantsev --- (In reply to Jakub Jelinek from comment #1) > ... > doesn't reorder those is that RA allocates the same register. With -O3 > -mavx -fselective-scheduling2 the stores are also changed, but we end up > wit

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-07 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #4 from Igor Zamyatin --- vect details show that v1.0_14 = v1 and v2.1_15 = v2 are treated as invariants: test.c:24:14: note: -->vectorizing statement: v1.0_14 = v1; test.c:24:14: note: transform statement. test.c:24:14: note: tr

[Bug target/60088] Segfault when using quad precision and -march=native on gfortran

2014-02-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60088 Uroš Bizjak changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/55916] Alignment issues with real(16) on i686

2014-02-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916 Uroš Bizjak changed: What|Removed |Added CC||thatcadguy at gmail dot com --- Comment #7