[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #6 from Vittorio Zecca --- I found that export MALLOC_PERTURB_=256 produces a quiet NaN. I'll use this one in my .bashrc It seems to me that the earlier symptom of malfunctioning is in symbol.c:5001 " dummies = sym->formal;" where sym

[Bug target/58779] [4.7/4.8/4.9 Regression] wrong code at -O1 on x86_64-linux-gnu

2013-10-21 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58779 Uroš Bizjak changed: What|Removed |Added Target|x86_64-*-linux-gnu |x86 Status|NEW

[Bug fortran/44350] accepts illegal fortran in BLOCK DATA

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44350 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #6

[Bug c++/58837] New: [4.7/4.8/4.9 Regression] [c++11] ICE using invalid condition in static_assert

2013-10-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58837 Bug ID: 58837 Summary: [4.7/4.8/4.9 Regression] [c++11] ICE using invalid condition in static_assert Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: no

[Bug c++/58836] New: ICE with wrong usage of initializer list in non-type template argument

2013-10-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58836 Bug ID: 58836 Summary: ICE with wrong usage of initializer list in non-type template argument Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/58835] New: [4.7/4.8/4.9 Regression] ICE with __PRETTY_FUNCTION__ in broken function

2013-10-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58835 Bug ID: 58835 Summary: [4.7/4.8/4.9 Regression] ICE with __PRETTY_FUNCTION__ in broken function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/58834] [4.9 Regression] ICE on __builtin_shuffle within template function

2013-10-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58834 Volker Reichelt changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug c++/58834] New: [4.9 Regression] ICE on __builtin_shuffle within template function

2013-10-21 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58834 Bug ID: 58834 Summary: [4.9 Regression] ICE on __builtin_shuffle within template function Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-21 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #3 from Michi Henning --- To build and run the code in the tarball: cd exception-fix/build cmake .. make make test The problem is caused by the call to make_shared on line 33 of UnityExceptions.h. If you comment out the initializer

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-21 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #2 from Michi Henning --- Created attachment 31066 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31066&action=edit Stand-alone test case

[Bug target/58833] New: RFE: 64-bit native compiler on Solaris

2013-10-21 Thread stefan.teleman at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58833 Bug ID: 58833 Summary: RFE: 64-bit native compiler on Solaris Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/58832] New: wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode

2013-10-21 Thread su at cs dot ucdavis.edu
++,objc,obj-c++,fortran,lto --disable-werror --enable-checking=release --with-gmp=/usr/local/gcc-trunk --with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 20131021 (experimental) [trunk

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-10-21 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #26 from Joshua Cogliati --- Created attachment 31065 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31065&action=edit Patch to add -Wfloat-conversion option against trunk with new testcase This adds a new testcase instead of usi

[Bug c++/58815] Casting/Conversion operator for std::decimal not supported

2013-10-21 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58815 --- Comment #5 from Janis Johnson --- >From Janis in http://gcc.gnu.org/ml/libstdc++/2009-09/msg00115.html The TR defines, within each of the classes decimal32, decimal64, and decimal128, the following conversion: // 3.2.[234].4 conversion to

[Bug c++/58815] Casting/Conversion operator for std::decimal not supported

2013-10-21 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58815 --- Comment #4 from Janis Johnson --- I vaguely remember a problem with those conversion and have no idea now what it was, but I'll try to find something in the mailing list archives. includes a workaround: /// Non-conforming extension: Conve

[Bug tree-optimization/58831] New: wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode

2013-10-21 Thread su at cs dot ucdavis.edu
igure --enable-languages=c,c++,objc,obj-c++,fortran,lto --disable-werror --enable-checking=release --with-gmp=/usr/local/gcc-trunk --with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk --with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk Thread model: posix gcc version 4.9.0 201

[Bug c++/58829] non-static member initializer in nested template class produces incorrect compile error

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58829 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58753] Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58753 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/58830] New: wrong code at -O3 on x86_64-linux-gnu (affecting 4.8.x, but not trunk or 4.7.x)

2013-10-21 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58830 Bug ID: 58830 Summary: wrong code at -O3 on x86_64-linux-gnu (affecting 4.8.x, but not trunk or 4.7.x) Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity:

[Bug c++/58753] Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template

2013-10-21 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58753 --- Comment #8 from Ville Voutilainen --- Slightly reduced, I guess... #include template struct X {X(std::initializer_list) {}}; template class T { X x{1}; }; int main() { T t; } This gives plaatti-reduced2.cpp: In constructor ‘

[Bug c++/58829] New: non-static member initializer in nested template class produces incorrect compile error

2013-10-21 Thread lhyatt at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58829 Bug ID: 58829 Summary: non-static member initializer in nested template class produces incorrect compile error Product: gcc Version: 4.8.1 Status: UNCONFIRMED Se

[Bug c++/58815] Casting/Conversion operator for std::decimal not supported

2013-10-21 Thread q1 at oxyba dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58815 ulf changed: What|Removed |Added CC||janis187 at us dot ibm.com --- Comment #3 from ulf

[Bug target/56843] PowerPC Newton-Raphson reciprocal estimates can be improved

2013-10-21 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56843 --- Comment #5 from Bill Schmidt --- Author: wschmidt Date: Mon Oct 21 21:40:14 2013 New Revision: 203910 URL: http://gcc.gnu.org/viewcvs?rev=203910&root=gcc&view=rev Log: gcc: 2013-10-21 Bill Schmidt Backport from mainline 2013-04-0

[Bug c++/58816] [4.9 Regression] ICE have tree_list in private_is_attribute_p

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58816 --- Comment #4 from Paolo Carlini --- Oh good. We can easily fix this then.

[Bug c/41206] Segmentation fault from two "#pragma GCC optimize" lines

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41206 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/28503] ICE on invalid arguments for inline-asm

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28503 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/53069] expected warnings are not given

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53069 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/57020] error: expected expression before ‘)’ token

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57020 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/57563] Lots of Cilk+ failures on i686-linux

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57563 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54621 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/57983] cmakefiles/opencv_perf_gpu.dir

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57983 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Q; Is this a regression? A: No. See http://ideone.com/8JS3Yf This is gcc-4.8.1 (needed a space between "" and _s but still errors with this: -

[Bug c/48796] gcc: Internal error: Killed (program cc1) while compiling PHP

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48796 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/46859] Attribute depends on location

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46859 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/46157] internal compiler error: Segmentation fault

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46157 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/27719] ICE on invalid function definition

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27719 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/58816] [4.9 Regression] ICE have tree_list in private_is_attribute_p

2013-10-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58816 --- Comment #3 from David Edelsohn --- The patch solves the regression in my recent bootstrap (testresults sent to mailinglist).

[Bug fortran/58803] Proc-pointer component: free_components deallocates twice pointer p->tb at symbol.c:2068

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58803 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/58803] Proc-pointer component: free_components deallocates twice pointer p->tb at symbol.c:2068

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58803 --- Comment #2 from Tobias Burnus --- Author: burnus Date: Mon Oct 21 19:39:19 2013 New Revision: 203909 URL: http://gcc.gnu.org/viewcvs?rev=203909&root=gcc&view=rev Log: 2013-10-21 Tobias Burnus PR fortran/58803 * decl.c (mat

[Bug tree-optimization/58728] [missed optimization] == or != comparisons may affect range test optimization.

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58728 --- Comment #2 from Paolo Carlini --- Yes: patches should be submitted to the gcc-patches mailing list.

[Bug c++/58827] ICE in cxx_eval_constant_expression

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58827 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/58809] [4.7/4.8/4.9 Regression] ICE with complex variable in OpenMP reduction clause

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58809 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Mon Oct 21 18:40:34 2013 New Revision: 203907 URL: http://gcc.gnu.org/viewcvs?rev=203907&root=gcc&view=rev Log: PR middle-end/58809 * fold-const.c (fold_range_test): Return 0 if

[Bug tree-optimization/58728] [missed optimization] == or != comparisons may affect range test optimization.

2013-10-21 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58728 --- Comment #1 from Cong Hou --- Any comment on this? thanks, Cong

[Bug c++/58827] ICE in cxx_eval_constant_expression

2013-10-21 Thread nschellenberger at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58827 Neil Schellenberger changed: What|Removed |Added CC||nschellenberger at qnx dot com ---

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 Ed Smith-Rowland <3dw4rd at verizon dot net> changed: What|Removed |Added Attachment #31061|0 |1 is

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 --- Comment #3 from Paolo Carlini --- Thanks Ville. Now we are only missing a patch ;)

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2013-10-21 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 --- Comment #2 from Ville Voutilainen --- Reduced: template struct X { int x = 42; int y = [this](){return this->x;}(); }; int main() { X x; } Seems to require a template to trigger, but from that point onwards, it's quite easy to trigg

[Bug c++/58810] [4.7/4.8/4.9 Regression] ICE with invalid function typedef

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58810 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #5 from Vittorio Zecca --- I did not know about MALLOC_PERTURB_ I just put in my .bashrc profile export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) gfortran fails in different places if the input file is .f or .f90 As .f I get bus error a

[Bug bootstrap/58828] New: Problem compiling gcc 4.8.2 using gcc 4.4.6

2013-10-21 Thread bugzi...@poradnik-webmastera.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58828 Bug ID: 58828 Summary: Problem compiling gcc 4.8.2 using gcc 4.4.6 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boot

[Bug c++/58827] ICE in cxx_eval_constant_expression

2013-10-21 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58827 --- Comment #1 from Ryan Mansfield --- Created attachment 31063 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31063&action=edit 2nd preprocessed src

[Bug c++/58827] New: ICE in cxx_eval_constant_expression

2013-10-21 Thread rmansfield at qnx dot com
ing fix for 58466) $ ./xgcc -v Using built-in specs. COLLECT_GCC=./xgcc Target: x86_64-unknown-linux-gnu Configured with: ../configure --disable-bootstrap --enable-languages=c++ --enable-checking=yes Thread model: posix gcc version 4.9.0 20131021 (experimental) [trunk revision 203899] (GCC) $ ./

[Bug libstdc++/52015] std::to_string does not work under MinGW

2013-10-21 Thread tom at kera dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015 Tomalak Geret'kal changed: What|Removed |Added CC||tom at kera dot name --- Comment #23

[Bug c++/58781] Unicode strings broken in a strange way

2013-10-21 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58781 --- Comment #1 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- Created attachment 31061 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31061&action=edit Busybox showing that the passed in string to the operator is OK. When I run the bus

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 --- Comment #4 from Steve Kargl --- On Mon, Oct 21, 2013 at 04:01:43PM +, burnus at gcc dot gnu.org wrote: > > Error: Procedure 'yS???+' in generic interface 't' at (1) is neither > function nor subroutine > > where the procedure name is gar

[Bug rtl-optimization/58759] [4.9 Regression] wrong code (segfaults) at -O2 on x86_64-linux-gnu in 32-bit mode

2013-10-21 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58759 Jeffrey A. Law changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment #

[Bug fortran/58813] SIGSEGV in show_locus at error.c:310

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58813 Tobias Burnus changed: What|Removed |Added Status|RESOLVED|REOPENED Known to work|

[Bug rtl-optimization/58759] [4.9 Regression] wrong code (segfaults) at -O2 on x86_64-linux-gnu in 32-bit mode

2013-10-21 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58759 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #4 fro

[Bug gcov-profile/58682] Profiling directed optimization doesn't play well with indirect inlining

2013-10-21 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58682 Paulo J. Matos changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/58809] [4.7/4.8/4.9 Regression] ICE with complex variable in OpenMP reduction clause

2013-10-21 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58809 --- Comment #3 from Marek Polacek --- Patch posted for the first testcase: http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01714.html

[Bug bootstrap/58572] [4.9 regression] make bootstrap-lean leads to installation failure (doing extra rebuilds and invoking system compiler)

2013-10-21 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58572 Tom Tromey changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #3 fro

[Bug tree-optimization/58805] [4.8/4.9 Regression] Inline assembly wrongly optimized out when inside a conditional

2013-10-21 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58805 --- Comment #16 from vries at gcc dot gnu.org --- > Btw, you'd have had the same issue with the aggregate > return of a pure/const function call, no? For this bug to trigger, we need a gimple statement: - without side-effects - with one SSA_OP_DEF

[Bug bootstrap/58572] [4.9 regression] make bootstrap-lean leads to installation failure (doing extra rebuilds and invoking system compiler)

2013-10-21 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58572 Gerald Pfeifer changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug rtl-optimization/58826] Runfail on CPU2006 436.cactusADM with after r203377 for core-avx2 target.

2013-10-21 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58826 --- Comment #2 from Yuri Rumyantsev --- In fact LRA is responsible for this failure - there is a bug in constant regeneration. LRA correctly regenerates all occurrences of virtual register which is not allocated(i.e. it does not has a register) bu

[Bug middle-end/48592] alloca () calls are not DCEd

2013-10-21 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48592 Marc Glisse changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug c++/58013] main() not generated in assembler output

2013-10-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58013 John David Anglin changed: What|Removed |Added CC||jakub at redhat dot com --- Comment #

[Bug inline-asm/58818] parameters optimized out using -O2

2013-10-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58818 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug rtl-optimization/58826] Runfail on CPU2006 436.cactusADM with after r203377 for core-avx2 target.

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58826 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/58013] main() not generated in assembler output

2013-10-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58013 --- Comment #1 from John David Anglin --- Created attachment 31056 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31056&action=edit Patch

[Bug c++/58772] __attribute__((aligned(16))) and nested classes cause -ftree-vectorize to generate segfaulting code

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58772 --- Comment #3 from Richard Biener --- The syntax would be int main() { Actor *act; ::posix_memalign (&act, 16, sizeof (Actor)); new (*act) Actor; } that is, you have to use a different allocator. Paolo, does libstdc++ provide a custom al

[Bug inline-asm/58819] return value ignored using -O2

2013-10-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58819 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/58823] Uninitialized variable warning is missing

2013-10-21 Thread nocannedmeat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58823 --- Comment #1 from Aaron Miller --- Created attachment 31057 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31057&action=edit testcase

[Bug target/58799] -mx32 causes a fatal internal error during a Netbeans compile

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58799 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/58772] __attribute__((aligned(16))) and nested classes cause -ftree-vectorize to generate segfaulting code

2013-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58772 --- Comment #7 from Tobias Burnus --- (In reply to pins...@gmail.com from comment #6) > Less portable as that only works on x86 while posix_memalign works on all > posix targets. Or more portable as it also works on non-POSIX platforms such as (n

[Bug middle-end/58789] [4.8 Regression] "internal compiler error: Segmentation fault" with external definition

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58789 Richard Biener changed: What|Removed |Added CC||jamborm at gcc dot gnu.org Comp

[Bug c/58823] New: Uninitialized variable warning is missing

2013-10-21 Thread nocannedmeat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58823 Bug ID: 58823 Summary: Uninitialized variable warning is missing Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/58013] main() not generated in assembler output

2013-10-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58013 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/58791] [4.9 Regression] Reassoc reuses SSA_NAMEs

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58791 Richard Biener changed: What|Removed |Added Keywords||wrong-code, wrong-debug Stat

[Bug tree-optimization/58794] [4.8/4.9 Regression] ICE in set_lattice_value, at tree-ssa-ccp.c:455 on x86_64-linux-gnu (at -O1, -O2, and -O3)

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58794 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/58800] [4.7.4/4.8.2/4.9 Regression] std::nth_element segfaults on valid input

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800 Richard Biener changed: What|Removed |Added Known to work||4.7.4, 4.8.3, 4.9.0 Target Milestone|-

[Bug tree-optimization/58817] optimize alloca with constant size

2013-10-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug inline-asm/58819] New: return value ignored using -O2

2013-10-21 Thread gonwan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58819 Bug ID: 58819 Summary: return value ignored using -O2 Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm

[Bug target/58779] [4.7/4.8/4.9 Regression] wrong code at -O1 on x86_64-linux-gnu

2013-10-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58779 Andrew Pinski changed: What|Removed |Added Target||x86_64-*-linux-gnu Component|rtl

[Bug tree-optimization/58794] [4.8/4.9 Regression] ICE in set_lattice_value, at tree-ssa-ccp.c:455 on x86_64-linux-gnu (at -O1, -O2, and -O3)

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58794 --- Comment #3 from Richard Biener --- The issue being that &a.f and &a.f are not equal because even with OEP_CONSTANT_ADDRESS_OF set we get into case COMPONENT_REF: /* Handle operand 2 the same as for ARRAY_REF. Operand 0

[Bug tree-optimization/58806] New attribute for functions that access memory only through their arguments

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58806 --- Comment #2 from Richard Biener --- You cannot find the PR because it's already implemented via the "fn spec" attribute (conveniently not user-accessible because bike-shedding about whether separate attributes are required). The documentation

[Bug bootstrap/48879] Compilation cannot find file asm/errno.h

2013-10-21 Thread branko.drevensek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879 Branko Drevensek changed: What|Removed |Added CC||branko.drevensek at gmail dot com ---

[Bug c++/58816] New: [4.9 Regression] ICE have tree_list in private_is_attribute_p

2013-10-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58816 Bug ID: 58816 Summary: [4.9 Regression] ICE have tree_list in private_is_attribute_p Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug libstdc++/58729] tr2::dynamic_bitset::resize fails

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58729 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/58804] dynamic_bitset<> uses popcountl on long long

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58804 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug preprocessor/58580] [4.8/4.9 Regression] preprocessor goes OOM with warning for zero literals

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58580 Richard Biener changed: What|Removed |Added CC||dodji at gcc dot gnu.org --- Comment #4

[Bug inline-asm/58818] parameters optimized out using -O2

2013-10-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58818 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug inline-asm/58818] New: parameters optimized out using -O2

2013-10-21 Thread gonwan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58818 Bug ID: 58818 Summary: parameters optimized out using -O2 Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm

[Bug c++/58772] __attribute__((aligned(16))) and nested classes cause -ftree-vectorize to generate segfaulting code

2013-10-21 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58772 --- Comment #6 from pinskia at gmail dot com --- Sent from my iPad > On Oct 21, 2013, at 2:35 AM, "burnus at gcc dot gnu.org" > wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58772 > > Tobias Burnus changed: > > What|R

[Bug c++/58816] [4.9 Regression] ICE have tree_list in private_is_attribute_p

2013-10-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58816 David Edelsohn changed: What|Removed |Added Keywords||ice-on-valid-code Target|

[Bug c++/58810] [4.7/4.8/4.9 Regression] ICE with invalid function typedef

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58810 Richard Biener changed: What|Removed |Added Priority|P3 |P5 Target Milestone|---

[Bug middle-end/58809] [4.7/4.8/4.9 Regression] ICE with complex variable in OpenMP reduction clause

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58809 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.7.4

[Bug target/58442] bootstrapping vax crashes on NetBSD

2013-10-21 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58442 --- Comment #8 from Martin Husemann --- And apparently same cause: ooops, bogus rtx mem attrs: 0x4 (subreg:SI (reg/v:DI 70 [ xtime ]) 4)

[Bug c++/58812] [4.7/4.8/4.9 Regression] ICE initializing an r-value reference with an initializer list

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58812 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.7.4

[Bug tree-optimization/58817] optimize alloca with constant size

2013-10-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817 --- Comment #2 from Richard Biener --- We do this transform in fold_builtin_alloca_with_align (), I'm not sure but maybe it does not happen because 'a' escapes to f.

[Bug libstdc++/58729] tr2::dynamic_bitset::resize fails

2013-10-21 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58729 --- Comment #15 from emsr at gcc dot gnu.org --- Author: emsr Date: Mon Oct 21 13:52:39 2013 New Revision: 203893 URL: http://gcc.gnu.org/viewcvs?rev=203893&root=gcc&view=rev Log: 2013-10-20 Edward Smith-Rowland <3dw...@verizon.net> PR libs

  1   2   >