[Bug c++/58882] New: ICE with invalid C99 style designated initializers

2013-10-25 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58882 Bug ID: 58882 Summary: ICE with invalid C99 style designated initializers Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/58883] New: Segmentation fault when reshaping a allocatable array to allocatable function

2013-10-25 Thread songtao.thu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58883 Bug ID: 58883 Summary: Segmentation fault when reshaping a allocatable array to allocatable function Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity:

[Bug tree-optimization/19831] Missing DSE/malloc/free optimization

2013-10-25 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19831 --- Comment #17 from Marc Glisse glisse at gcc dot gnu.org --- void f (double * __restrict a) { int * __restrict p = (int*) __builtin_malloc (sizeof (int)); *p = 42; __builtin_free (p); ++*a; // Breaks the optimization! } Normally, gcc

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

2013-10-25 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58759 --- Comment #7 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Fri Oct 25 21:34:26 2013 New Revision: 204080 URL: http://gcc.gnu.org/viewcvs?rev=204080root=gccview=rev Log: 2013-10-25 Vladimir Makarov

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

2013-10-25 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58826 --- Comment #4 from Vladimir Makarov vmakarov at gcc dot gnu.org --- (In reply to Yuri Rumyantsev from comment #2) In fact LRA is responsible for this failure - there is a bug in constant regeneration. LRA correctly regenerates all occurrences

[Bug fortran/58883] Wrong code with realloc on assignment with assigning RESHAPE() to the function result variable

2013-10-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58883 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug preprocessor/58687] #line __LINE__ ... changes subsequent line numbers

2013-10-25 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58687 --- Comment #3 from Max TenEyck Woodbury mtewoodbury at gmail dot com --- Turn off the special case immediatly after getting the number to eliminate side effects...

[Bug ada/58881] GNAT crashes with bug box when trying to instantiate a generic package

2013-10-25 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58881 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest at

[Bug fortran/54656] ICE with software REAL(16) for NORM2

2013-10-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54656 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org --- Again reported at https://groups.google.com/forum/#!topic/comp.lang.fortran/kvEJ5ZC-qjM

[Bug tree-optimization/58884] New: OPTIONAL warning when a temprary value is created and not used.

2013-10-25 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58884 Bug ID: 58884 Summary: OPTIONAL warning when a temprary value is created and not used. Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement

<    1   2