[Bug go/61307] New: gccgo: ICE in Create_function_descriptors::expression [GoSmith]

2014-05-25 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61307 Bug ID: 61307 Summary: gccgo: ICE in Create_function_descriptors::expression [GoSmith] Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug go/61308] New: gccgo: ICE in Expression::check_bounds [GoSmith]

2014-05-25 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61308 Bug ID: 61308 Summary: gccgo: ICE in Expression::check_bounds [GoSmith] Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgcc/61309] New: cilk-plus tests fail with: hidden symbol `__cpu_model' in /x/gcc/testsuite/g++/../../libgcc.a(cpuinfo.o) is referenced by DSO

2014-05-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61309 Bug ID: 61309 Summary: cilk-plus tests fail with: hidden symbol `__cpu_model' in /x/gcc/testsuite/g++/../../libgcc.a(cpuinfo.o) is referenced by DSO Product: gcc

[Bug middle-end/57625] internal compiler error: seg fault when building gcc 4.7.2

2014-05-25 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57625 --- Comment #6 from Mikael Pettersson --- The failure of 4.7 being built w/ --disable-bootstrap by 4.8+ stopped with the PR54638 fix in r191605. It's clear that the problem was undefined behaviour in 4.7.2, not a wrong-code error in 4.8+.

[Bug target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm'

2014-05-25 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 --- Comment #6 from Aaro Koskinen --- Created attachment 32852 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32852&action=edit Simplified reproducer. I tried to make a simpler reproducer. $ hppa-linux-gnu-gcc pr60925.c -c -O2 -Wall -g -f

[Bug c++/61292] auto keyword to vector reference generates wrong alignment move (causing runtime segfault)

2014-05-25 Thread vincenzo.innocente at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61292 vincenzo Innocente changed: What|Removed |Added Summary|auto keyword to vector |auto keyword to vector

[Bug fortran/61138] [4.8/4.9/4.10 Regression] Wrong code with pointer-bounds remapping

2014-05-25 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61138 --- Comment #4 from Mikael Morin --- (In reply to Mikael Morin from comment #2) > gfc_trans_pointer_assignment sets lse.descriptor_only before calling > gfc_conv_expr_descriptor (for the lhs), and later on reuses lse for other > things, without

[Bug fortran/55789] [4.7 Regression] Needless realloc with array constructor.

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

[Bug c/56724] sub-optimal location in error

2014-05-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Version|unknown

[Bug tree-optimization/61279] [4.10 Regression] ICE in loop_preheader_edge, at cfgloop.c:1668 w/ -O1 -ftree-loop-vectorize

2014-05-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61279 --- Comment #4 from Arseny Solokha --- I even have another reproducer which is basically identical to the original one but not completely. int t; int n[1] = { 0 }; void x(void) { int v; int r; int i[4] = { 0 }; for (v = 0; v < 1; ++v) {

[Bug middle-end/49363] [feature request] multiple target attribute (and runtime dispatching based on cpuid)

2014-05-25 Thread vincenzo.innocente at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49363 vincenzo Innocente changed: What|Removed |Added Version|4.7.0 |4.9.1 --- Comment #21 from vincenzo

[Bug middle-end/61141] [4.10 Regression] c-common.c:1502:1: ICE: in reset_insn_used_flags, at emit-rtl.c:2677

2014-05-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61141 John David Anglin changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comme

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2014-05-25 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment

[Bug target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm'

2014-05-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 --- Comment #7 from dave.anglin at bell dot net --- On 25-May-14, at 7:11 AM, aaro.koskinen at iki dot fi wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925 > > --- Comment #6 from Aaro Koskinen --- > Created attachment 32852 > --> htt

[Bug libfortran/61187] valgrind errors if stdin is closed

2014-05-25 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61187 --- Comment #5 from Janne Blomqvist --- Author: jb Date: Sun May 25 19:29:00 2014 New Revision: 210914 URL: http://gcc.gnu.org/viewcvs?rev=210914&root=gcc&view=rev Log: PR 61187 Avoid reading uninitialized memory. 2014-05-25 Janne Blomqvist

[Bug libfortran/61187] valgrind errors if stdin is closed

2014-05-25 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61187 Janne Blomqvist changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/61310] New: Regression, CTIME intrinsic incorrect result string

2014-05-25 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61310 Bug ID: 61310 Summary: Regression, CTIME intrinsic incorrect result string Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug plugins/61176] [4.9/4.10 Regression] plugin builds including gimple.h not building

2014-05-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 PaX Team changed: What|Removed |Added CC||pageexec at gmail dot com --- Comment #8 from

[Bug plugins/61311] New: missing LTO/WPA serialization API for use by regular IPA passes implemented in a plugin

2014-05-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61311 Bug ID: 61311 Summary: missing LTO/WPA serialization API for use by regular IPA passes implemented in a plugin Product: gcc Version: lto Status: UNCONFIRMED Sev

[Bug libfortran/61310] Regression, CTIME intrinsic incorrect result string

2014-05-25 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61310 Janne Blomqvist changed: What|Removed |Added URL||https://gcc.gnu.org/ml/gcc-

[Bug c++/61312] New: variable function parameters declared as const in the class may not be declared as const in the function definition

2014-05-25 Thread alexis at m2osw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61312 Bug ID: 61312 Summary: variable function parameters declared as const in the class may not be declared as const in the function definition Product: gcc Version: 4

[Bug c++/61312] variable function parameters declared as const in the class may not be declared as const in the function definition

2014-05-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61312 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61312] variable function parameters declared as const in the class may not be declared as const in the function definition

2014-05-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61312 --- Comment #2 from Jonathan Wakely --- http://www.dansaks.com/articles/2000-02%20Top-Level%20cv-Qualifiers%20in%20Function%20Parameters.pdf

[Bug target/61249] _mm_frcz_ss, _mm_frcz_sd: __builtin_ia32_vfrczss, __builtin_ia32_vfrczsd require 2 arguments

2014-05-25 Thread mt at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61249 Michael Tautschnig changed: What|Removed |Added Attachment #32843|0 |1 is obsolete|

[Bug target/61249] _mm_frcz_ss, _mm_frcz_sd: __builtin_ia32_vfrczss, __builtin_ia32_vfrczsd require 2 arguments

2014-05-25 Thread mt at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61249 --- Comment #8 from Michael Tautschnig --- I've just updated the patch to include a similar amendment for the __builtin_ia32_mpsadbw256 function. I'll do as suggested and will post to gcc-patches. Best, Michael

[Bug other/61300] powerpc64le miscompile with K&R-style function definition at -O0

2014-05-25 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61300 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/61312] variable function parameters declared as const in the class may not be declared as const in the function definition

2014-05-25 Thread alexis at m2osw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61312 --- Comment #3 from Alexis Wilke --- Wow! I see that is now... "normal behavior". If you ask me, it sucks. But well... I suppose I don't count. Thank you for the PDF reference.

[Bug other/61313] New: configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX

2014-05-25 Thread pageexec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61313 Bug ID: 61313 Summary: configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug other/61300] powerpc64le miscompile with K&R-style function definition at -O0

2014-05-25 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61300 --- Comment #2 from Alan Modra --- Created attachment 32854 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32854&action=edit quick and dirty fix This fixes the problem in a fairly obvious way, but I think we can use a more refined approach

[Bug plugins/61176] [4.9/4.10 Regression] plugin builds including gimple.h not building

2014-05-25 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 --- Comment #9 from Andrew Macleod --- so. Include them all with an accumulator file as suggested? Over a run of multiple generations you have to expect some sort of flux in include structure, especially since we don't guarantee much. The

[Bug rtl-optimization/61220] [4.10 Regression] ICE on valid code at -O2 on x86_64-linux-gnu in maybe_record_trace_start, at dwarf2cfi.c:2239

2014-05-25 Thread zqchen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61220 --- Comment #5 from zqchen at gcc dot gnu.org --- Author: zqchen Date: Mon May 26 06:11:33 2014 New Revision: 210921 URL: http://gcc.gnu.org/viewcvs?rev=210921&root=gcc&view=rev Log: ChangeLog: 2014-05-26 Zhenqiang Chen PR rtl-optimizatio

[Bug middle-end/61225] [4.10 Regression] Several new failures after r210458 on x86_64-*-* with -m32

2014-05-25 Thread zqchen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225 --- Comment #8 from zqchen at gcc dot gnu.org --- Author: zqchen Date: Mon May 26 06:11:33 2014 New Revision: 210921 URL: http://gcc.gnu.org/viewcvs?rev=210921&root=gcc&view=rev Log: ChangeLog: 2014-05-26 Zhenqiang Chen PR rtl-optimizatio

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-25 Thread zqchen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 --- Comment #4 from zqchen at gcc dot gnu.org --- Author: zqchen Date: Mon May 26 06:40:57 2014 New Revision: 210922 URL: http://gcc.gnu.org/viewcvs?rev=210922&root=gcc&view=rev Log: ChangeLog: 2014-05-26 Zhenqiang Chen PR rtl-optimizatio

[Bug rtl-optimization/60901] [4.8/4.9 Regression] ICE: SIGSEGV in add_to_deps_list with -fsel-sched-pipelining-outer-loops

2014-05-25 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901 --- Comment #8 from Andrey Belevantsev --- Sorry, Uros asked me to wait a bit while the patch is on trunk and at the time the 4.8 branch got freezed, so I've postponed backporting. I will take care of it.