[Bug java/58117] New: Java not compiling on ia64-hp-hpux11.31 due to socklen_t

2013-08-09 Thread pda at freeshell dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58117 Bug ID: 58117 Summary: Java not compiling on ia64-hp-hpux11.31 due to socklen_t Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: blocker Prior

[Bug rtl-optimization/10837] noreturn attribute causes no sibling calling optimization

2013-08-09 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10837 Andy Lutomirski changed: What|Removed |Added CC||luto at mit dot edu --- Comment #9 from

[Bug c++/58116] New: missed-optimization: const temporaries could be promoted to static

2013-08-09 Thread luto at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58116 Bug ID: 58116 Summary: missed-optimization: const temporaries could be promoted to static Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2013-08-09 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug rtl-optimization/57451] Incorrect debug ranges emitted for -freorder-blocks-and-partition -g

2013-08-09 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 --- Comment #8 from Teresa Johnson --- On Fri, Aug 9, 2013 at 4:23 PM, ccoutant at google dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 > > --- Comment #7 from ccoutant at google dot com --- >> Index: final.c >> =

[Bug rtl-optimization/57451] Incorrect debug ranges emitted for -freorder-blocks-and-partition -g

2013-08-09 Thread ccoutant at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 --- Comment #7 from ccoutant at google dot com --- > Index: final.c > === > --- final.c (revision 201461) > +++ final.c (working copy) > @@ -1560,6 +1560,16 @@ change_scope (rtx orig_i

[Bug rtl-optimization/57451] Incorrect debug ranges emitted for -freorder-blocks-and-partition -g

2013-08-09 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 --- Comment #6 from Teresa Johnson --- On Sat, Jun 15, 2013 at 7:02 AM, Teresa Johnson wrote: > On Fri, Jun 14, 2013 at 4:19 PM, ccoutant at gcc dot gnu.org > wrote: >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57451 >> >> --- Comment #4 from

[Bug target/58111] 32-bit gcc.target/i386/pr55342.c FAILs

2013-08-09 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58111 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- Co

[Bug target/58115] testcase gcc.target/i386/intrinsics_4.c failure

2013-08-09 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 --- Comment #1 from Bernd Edlinger --- Hi Sriraman, I'm putting you on CC since you are the author of that test case: I am not sure if the test case should use -msse2 instead of -msse, but running on an assertion is certainly to be avoided in any

[Bug target/58115] New: testcase gcc.target/i386/intrinsics_4.c failure

2013-08-09 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58115 Bug ID: 58115 Summary: testcase gcc.target/i386/intrinsics_4.c failure Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ta

[Bug target/42947] multilib and startup files paths differ on sh4 with -m4 and without -m4 where -m4 is default multilib

2013-08-09 Thread kyle at farnsworthtech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42947 Kyle Farnsworth changed: What|Removed |Added CC||kyle at farnsworthtech dot com --- Comm

[Bug fortran/44978] derived types are resolved more than once

2013-08-09 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44978 --- Comment #10 from Mikael Morin --- (In reply to janus from comment #9) > (In reply to Mikael Morin from comment #8) > > > @@ -11962,6 +11957,10 @@ resolve_fl_derived0 (gfc_symbol *sym) > > >gfc_symbol* super_type; > > >gfc_component *c;

[Bug c++/53401] [C++11] internal compiler error: Segmentation fault on infinite argument deduction of constexpr templates

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

[Bug c++/53586] Internal compiler errors on cp/pt.c:12077 and expr.c:9147

2013-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53586 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug fortran/44978] derived types are resolved more than once

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44978 --- Comment #9 from janus at gcc dot gnu.org --- (In reply to Mikael Morin from comment #8) > > @@ -11962,6 +11957,10 @@ resolve_fl_derived0 (gfc_symbol *sym) > >gfc_symbol* super_type; > >gfc_component *c; > > > > + if (sym->resolved>1)

[Bug target/58110] Useless GPR push and pop when only xmm registers are used.

2013-08-09 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58110 --- Comment #3 from Vladimir Makarov --- Thanks, Ondrej and Jan. GCC with reload generates code with the same problem. I mentioned on RA BOF that we should look at postreload.c and postreload-gcse.c to figure out what should and can be removed a

[Bug fortran/58058] [4.7/4.8/4.9 Regression] Memory leak with transfer function

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58058 --- Comment #4 from janus at gcc dot gnu.org --- Fixed on trunk with this commit: Author: janus Date: Fri Aug 9 16:57:58 2013 New Revision: 201633 URL: http://gcc.gnu.org/viewcvs?rev=201633&root=gcc&view=rev Log: 2013-08-09 Janus Weil P

[Bug c++/58114] New: allow turning the warning about deleting a pointer of incomplete type into an error

2013-08-09 Thread tilman.vogel at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58114 Bug ID: 58114 Summary: allow turning the warning about deleting a pointer of incomplete type into an error Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severi

[Bug target/58104] std::call_once appears to fail on standard code

2013-08-09 Thread barto at visionpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58104 barto at visionpro dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|-

[Bug fortran/44978] derived types are resolved more than once

2013-08-09 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44978 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #8 f

[Bug fortran/58113] [4.9 Regression] gfortran.dg/round_4.f90 FAILs

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/44978] derived types are resolved more than once

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44978 --- Comment #7 from janus at gcc dot gnu.org --- (In reply to janus from comment #5) > The following draft patch does exactly this and gets the error count down to > one for comment 1 and down to two for comment 1 and 4: The remaining duplication

[Bug target/58110] Useless GPR push and pop when only xmm registers are used.

2013-08-09 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58110 Jan Hubicka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/44978] derived types are resolved more than once

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44978 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|una

[Bug fortran/58113] [4.9 Regression] gfortran.dg/round_4.f90 FAILs

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

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

2013-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from Dominique d'Humieres > 2013-01-15 18:14:17 UTC --- > This is also seen on darwin due to > >To make this test pass, one need to have up-to-date addr2line install

[Bug c++/58109] alignas() fails to compile with constant expression

2013-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3 f

[Bug tree-optimization/58028] [4.9 Regression] Several failures in libgomp.graphite after revision 200946

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58028 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58109] alignas() fails to compile with constant expression

2013-08-09 Thread janezz55 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 --- Comment #2 from Janez Zemva --- Please don't neglect std::integral_constant, as it is has a constexpr conversion operator and so one can use its "instance" as a template parameter.

[Bug fortran/58113] gfortran.dg/round_4.f90 FAILs

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug fortran/58113] New: gfortran.dg/round_4.f90 FAILs

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58113 Bug ID: 58113 Summary: gfortran.dg/round_4.f90 FAILs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran As

[Bug c++/58109] alignas() fails to compile with constant expression

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

[Bug target/58112] New: Ineffective addressing mode used in loop.

2013-08-09 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58112 Bug ID: 58112 Summary: Ineffective addressing mode used in loop. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/58112] Ineffective addressing mode used in loop.

2013-08-09 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58112 --- Comment #1 from Ondrej Bilka --- Created attachment 30628 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30628&action=edit testcase

[Bug fortran/57904] Bogus(?) "invokes undefined behavior" warning with Fortran's finalization wrapper (gfortran.dg/class_48.f90)

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org Target Milestone|--

[Bug target/58111] New: 32-bit gcc.target/i386/pr55342.c FAILs

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58111 Bug ID: 58111 Summary: 32-bit gcc.target/i386/pr55342.c FAILs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug middle-end/58096] [4.9 Regression] gcc.dg/tree-ssa/attr-alias.c fails with r201439

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58096 Rainer Orth changed: What|Removed |Added Target|powerpc64-linux |powerpc64-linux, |

[Bug regression/58084] FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58084 Rainer Orth changed: What|Removed |Added Target|arm-none-eabi, |arm-none-eabi, |powerpc64

[Bug target/58110] New: Useless GPR push and pop when only xmm registers are used.

2013-08-09 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58110 Bug ID: 58110 Summary: Useless GPR push and pop when only xmm registers are used. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/58110] Useless GPR push and pop when only xmm registers are used.

2013-08-09 Thread neleai at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58110 --- Comment #1 from Ondrej Bilka --- Created attachment 30627 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30627&action=edit testcase

[Bug c++/58109] New: alignas() fails to compile with constant expression

2013-08-09 Thread janezz55 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Bug ID: 58109 Summary: alignas() fails to compile with constant expression Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug lto/58108] [4.9 regression] 32-bit g++.dg/torture/covariant-1.C -O2 -flto FAILs

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58108 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug lto/58108] New: [4.9 regression] 32-bit g++.dg/torture/covariant-1.C -O2 -flto FAILs

2013-08-09 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58108 Bug ID: 58108 Summary: [4.9 regression] 32-bit g++.dg/torture/covariant-1.C -O2 -flto FAILs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/46206] using typedef-name error with typedef name hiding struct name

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

[Bug tree-optimization/57980] [4.7/4.8/4.9 Regression] gcc 4.8.1 -foptimize-sibling-calls -O1 ICE in build_int_cst_wide, at tree.c:1210

2013-08-09 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57980 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Known to work|

[Bug middle-end/58106] ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839

2013-08-09 Thread jgreenhalgh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58106 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2013-08-09 Ever confi

[Bug libfortran/30162] Document when sequential I/O with named pipes works

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 Thomas Koenig changed: What|Removed |Added Keywords||documentation Target Milestone|4.7.4

[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56937 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc dot

[Bug fortran/36854] [meta] fortran front-end optimization

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 39280, which changed state. Bug 39280 Summary: Optimizing integer power http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39280 What|Removed |Added

[Bug fortran/39280] Optimizing integer power

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39280 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/58104] std::call_once appears to fail on standard code

2013-08-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58104 Jonathan Wakely changed: What|Removed |Added Target||darwin Component|libstdc++

[Bug fortran/55887] [OOP][F08] ICE with CLASS and data-target pointer association in (default) initialization

2013-08-09 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 --- Comment #6 from janus at gcc dot gnu.org --- After fixing PR 57306, the original ICE here is gone and both test cases work if one explicitly gives the target the SAVE attribute (otherwise there is another ICE). In fact the target should implic

[Bug fortran/38111] unneeded temporary

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38111 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #5

[Bug fortran/36928] array temporary for interleaving assignment with non-constant start values

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36928 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/36854] [meta] fortran front-end optimization

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 36928, which changed state. Bug 36928 Summary: array temporary for interleaving assignment with non-constant start values http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36928 What|Removed

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36683 Thomas Koenig changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug fortran/39286] Missing out-of-bounds diagnostic

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39286 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/27766] [meta] -fbounds-check related bugs

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766 Bug 27766 depends on bug 39286, which changed state. Bug 39286 Summary: Missing out-of-bounds diagnostic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39286 What|Removed |Added