Re: GCC support for PowerPC VLE

2013-03-22 Thread David Brown
On 21/03/13 18:03, David Edelsohn wrote: On Thu, Mar 21, 2013 at 4:58 AM, Will william.swashbuck...@gmail.com wrote: James Lemke jwlemke at codesourcery.com writes: I have completed the binutils submission for VLE. I am working on the gcc submission. The test results are looking good now.

Re: GCC support for PowerPC VLE

2013-03-22 Thread Richard Biener
On Thu, Mar 21, 2013 at 6:03 PM, David Edelsohn dje@gmail.com wrote: On Thu, Mar 21, 2013 at 4:58 AM, Will william.swashbuck...@gmail.com wrote: James Lemke jwlemke at codesourcery.com writes: I have completed the binutils submission for VLE. I am working on the gcc submission. The test

Re: GCC support for PowerPC VLE

2013-03-22 Thread David Edelsohn
On Fri, Mar 22, 2013 at 6:28 AM, David Brown da...@westcontrol.com wrote: I use Freescale PPC devices with VLE, and I use Freescale's CodeWarrior to do so. At the start of the project, I looked at CodeSourcery's PPC-EABI tools (I have used CodeSourcery's gcc tools for other targets) - but

Re: GCC support for PowerPC VLE

2013-03-22 Thread David Brown
On 22/03/13 16:18, David Edelsohn wrote: On Fri, Mar 22, 2013 at 6:28 AM, David Brown da...@westcontrol.com wrote: I use Freescale PPC devices with VLE, and I use Freescale's CodeWarrior to do so. At the start of the project, I looked at CodeSourcery's PPC-EABI tools (I have used

Switch optimization idea

2013-03-22 Thread Steve Ellcey
I am looking at implementing a GCC optimization pass based on constant propagation into a switch statement. Given: if (expr) s = 1; codeX; (code that allows definition of s to propogate through) switch (s) {

Re: Switch optimization idea

2013-03-22 Thread Xinliang David Li
How about finding the single-entry/single exit region that dominates the switch and post-dominates the s assignment. You can then examine if s is modified in the region. David On Fri, Mar 22, 2013 at 10:17 AM, Steve Ellcey sell...@imgtec.com wrote: I am looking at implementing a GCC

Re: Switch optimization idea

2013-03-22 Thread Andrew Pinski
On Fri, Mar 22, 2013 at 10:17 AM, Steve Ellcey sell...@imgtec.com wrote: I am looking at implementing a GCC optimization pass based on constant propagation into a switch statement. Given: if (expr) s = 1; codeX; (code that allows

Re: Switch optimization idea

2013-03-22 Thread Jeff Law
On 03/22/2013 11:17 AM, Steve Ellcey wrote: I am looking at implementing a GCC optimization pass based on constant propagation into a switch statement. Given: if (expr) s = 1; codeX; (code that allows definition of s to propogate through)

GCC 4.8.0 Released

2013-03-22 Thread Jakub Jelinek
Exactly one year after the last major GCC release has been announced, celebrating the 26th anniversary of the GNU Compiler Collection, the GCC development team announces a new major GCC release, 4.8.0. GCC 4.8.0 is a major release containing substantial new functionality not available in GCC

GCC 4.8.1 Status Report (2013-03-22)

2013-03-22 Thread Jakub Jelinek
Status == GCC 4.8.0 has been released, the branch is now open again under the usual release branch rules (regression fixes and documentation fixes only). The next release, 4.8.1, should be released in about two or three months from now, unless something very urgent forces us to release

Re: Switch optimization idea

2013-03-22 Thread Steve Ellcey
On Fri, 2013-03-22 at 13:00 -0600, Jeff Law wrote: As others have pointed out, this is jump threading. The reason you're not seeing jump threading in the CoreMark test is the switch is inside a loop and threading a backedge is severely constrained. There's a BZ for this issue with a bit

Re: Switch optimization idea

2013-03-22 Thread Steve Ellcey
On Fri, 2013-03-22 at 13:00 -0600, Jeff Law wrote: There's a BZ for this issue with a bit more state for this issue. jeff Found it. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54742 Steve Ellcey sell...@imgtec.com

gcc-4.6-20130322 is now available

2013-03-22 Thread gccadmin
Snapshot gcc-4.6-20130322 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20130322/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

gcc 4.8 and N3276

2013-03-22 Thread Joe Gottman
Does gcc 4.8 include the changes to decltype specified in N3276 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf)? If not, can we expect these for 4.8.1? Thanks, Joe Gottman

[Bug preprocessor/56686] gcc cannot find include header file

2013-03-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56686 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/56681] [4.9 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:1008

2013-03-22 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56681 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|NEW

[Bug target/48308] [4.6 Regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2013-03-22 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 Sebastian Huber sebastian.hu...@embedded-brains.de changed: What|Removed |Added CC|

[Bug c++/56684] [4.9 Regression] [C++0x] ICE: unexpected expression 'T' of kind template_parm_index

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56684 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/56680] ICE for spec2K's 178.galgel and 200.sixtrack for x86_64 at O3

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56680 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/56681] [4.9 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa, at tree-ssa.c:1008

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56681 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug fortran/52512] Cannot match namelist object name

2013-03-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus

[Bug rtl-optimization/56434] document that __attribute__((__malloc__)) assumes returned pointer has BIGGEST_ALIGNMENT

2013-03-22 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434 --- Comment #8 from rguenther at suse dot de rguenther at suse dot de 2013-03-22 09:56:37 UTC --- On Thu, 21 Mar 2013, chip at pobox dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434 --- Comment #7 from Chip

[Bug target/48308] [4.6 Regression] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2013-03-22 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308 --- Comment #27 from Ramana Radhakrishnan ramana at gcc dot gnu.org 2013-03-22 09:59:47 UTC --- (In reply to comment #26) In case this won't be fixed in 4.6, then it is probably good to set the status to WONTFIX so people know that they

[Bug rtl-optimization/56434] document that __attribute__((__malloc__)) assumes returned pointer has BIGGEST_ALIGNMENT

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)

2013-03-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117 --- Comment #19 from Tobias Burnus burnus at gcc dot gnu.org 2013-03-22 10:09:34 UTC --- The issue of the original bug report in comment 0 - and the test cases comment 3 and comment 13 seem to be fixed by the patch for PR 51825 (see PR

[Bug c++/56684] [4.9 Regression] [C++0x] ICE: unexpected expression 'T' of kind template_parm_index

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56684 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at

[Bug c++/56685] default template parameter cannot precede a non-default template parameter in a function

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56685 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/56678] [c++11] non-uglified name in chrono

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/56678] [c++11] non-uglified name in chrono

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Target Milestone|---

[Bug c++/56687] New: [C++11] No visibility check within static_assert

2013-03-22 Thread antoinep92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687 Bug #: 56687 Summary: [C++11] No visibility check within static_assert Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/56688] New: Fortran save statement prevents loop vectorization.

2013-03-22 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 Bug #: 56688 Summary: Fortran save statement prevents loop vectorization. Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug c++/56687] [C++11] No visibility check within static_assert

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687 --- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-22 11:07:36 UTC --- Mainline is fine and isn't a regression. Either Jason backports to 4_8-branch the patch which fixed it (it would be good to find it) or we can

[Bug c++/56687] [C++11] No visibility check within static_assert

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-22 11:09:17 UTC --- Very likely Dup of PR45917.

[Bug c++/56687] [C++11] No visibility check within static_assert

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/45917] inaccessible types allowed as template argument in nested-name-specifier

2013-03-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug bootstrap/56689] New: internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-22 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 Bug #: 56689 Summary: internal compiler error: in get_loop_body, at cfgloop.c:841 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug middle-end/36282] Spurious warning asm declaration ignored due to conflict with previous rename

2013-03-22 Thread aldot at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36282 Bernhard Reutner-Fischer aldot at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug middle-end/36282] [4.7/4.8/4.9 Regression] Spurious warning asm declaration ignored due to conflict with previous rename

2013-03-22 Thread aldot at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36282 Bernhard Reutner-Fischer aldot at gcc dot gnu.org changed: What|Removed |Added Known to work|

[Bug bootstrap/56689] internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug tree-optimization/56688] Fortran save statement prevents loop vectorization.

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/56688] Fortran save statement prevents loop vectorization.

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org 2013-03-22 13:31:23 UTC --- C testcase: int x[1024], y[1024]; int z; void foo (void) { unsigned i; for (i = 0; i 1024; ++i) { z = x[i] - y[i]; x[i]

[Bug middle-end/39326] Segmentation fault with -O1, out of memory with -O2

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39326 --- Comment #51 from Richard Biener rguenth at gcc dot gnu.org 2013-03-22 14:00:25 UTC --- (struct mem_ref): Replace mem member with ao_ref typed member. RTL gcse (-O2) suffers from the same slowness in its dependence tests.

[Bug tree-optimization/56688] Fortran save statement prevents loop vectorization.

2013-03-22 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug tree-optimization/56688] Fortran save statement prevents loop vectorization.

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org 2013-03-22 14:24:14 UTC --- (In reply to comment #3) (In reply to comment #1) because it appears that 'save' makes all variables global ones. But this is maybe a

[Bug tree-optimization/56688] Fortran save statement prevents loop vectorization.

2013-03-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org 2013-03-22 14:25:15 UTC --- Testcase for that: void foo(int i) { static int x; x = i; }

[Bug ada/48835] porting GNAT to m68k-linux

2013-03-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #55 from Mikael Pettersson mikpe at it dot uu.se 2013-03-22 14:30:23 UTC --- (In reply to comment #54) This ICE started with r180192, an ICE fix (PR50780). I don't see anything in that patch that seems m68k or cc0 related

[Bug libstdc++/56678] [c++11] non-uglified name in chrono

2013-03-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2013-03-22 14:35:54 UTC --- Thanks, Paolo. You can assign it to me if you prefer but I won't be able to do anything until next week.

[Bug libgcj/52579] [4.8/4.9 regression] i386_w32_fallback_frame_state should care ffi raw-closure stub function

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52579 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libstdc++/44015] template parameters not documented

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug other/55375] libsanitizer license incomplete

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libstdc++/49204] [C++0x] remaining issues in future

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug java/55764] [4.8/4.9 Regression] ICE when building frysk

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/55022] [4.8/4.9 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug debug/56510] [4.7 Regression] More var-tracking scalability problems

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/56474] [4.8/4.9 regression] bogus Storage_Error raised for record containing empty zero-based array

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/50199] [4.7/4.8/4.9 Regression] wrong code with -flto -fno-merge-constants

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug debug/54402] [4.8/4.9 Regression] var-tracking does not scale

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug c++/53159] Missing narrowing check

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53159 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/55943] [4.6/4.7/4.8/4.9 Regression] ICE in gen_reg_rtx

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55943 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/56049] [4.8/4.9 Regression] Simplification to constants not done

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56049 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug lto/56061] [4.8/4.9 Regression] ICE in lto1 (in inline_call, at ipa-inline-transform.c:267)

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56061 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug c/54355] ICE on invalid code in switch statement

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54355 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/53852] [4.8/4.9 Regression] -ftree-loop-linear: large compile time / memory usage

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/56263] [avr] Provide strict address-space checking

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56263 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/56273] [4.8/4.9 regression] Bogus -Warray-bounds warning

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56273 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug other/43620] [4.3 Release Blocker] Uploading to gnu.org will fail due to automake security issue

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43620 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at

[Bug libffi/56033] FAIL: libffi.call/cls_struct_va1.c on powerpc-*-* and sparc-sun-solaris2* with -m64

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56033 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51173 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/52664] [4.8/4.9 Regression]: gcc.dg/tree-ssa/pr31261.c fails

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52664 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug rtl-optimization/56339] [4.8/4.9 Regression]: Suboptimal register allocation

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56339 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug fortran/42954] [4.6/4.7/4.8/4.9 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/54305] [4.8/4.9 regression] FAIL: gcc.target/m68k/pr36134.c scan-assembler lea

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54305 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/45273] [4.6/4.7/4.8/4.9 Regression] The compiler depends on the host double (-fprofile-corection only)

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/51106] [4.6 Regression] ICE in move_insn, at haifa-sched.c:2314

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51106 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/55563] OpenMP not marking variable as thread-local

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55563 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/54063] [4.8/4.9 regression] on powerpc64 gcc 4.8/4.9 generates larger code for global variable accesses than gcc 4.7

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54063 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/53884] [4.7/4.8/4.9 Regression] ICE: in function_and_variable_visibility, at ipa.c:818 with -flto -fno-weak

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53884 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/45397] [4.6/4.7/4.8/4.9 Regression] Issues with integer narrowing conversions

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug c++/39970] gcc accepts the . dot operator in template arguments

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug rtl-optimization/56451] [4.8/4.9 regression] Wrong code for gcc.c-torture/execute/941015-1.c on SH

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56451 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug tree-optimization/56145] [4.8/4.9 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libstdc++/53221] [C++11] basic_string lacks copy/move constructors with allocator

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53221 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug fortran/45586] [4.8/4.9 Regression] ICE non-trivial conversion at assignment

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libgomp/56357] [4.8/4.9 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/55654] objc/obj-c++ failures present under darwin10

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55654 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libstdc++/51617] [C++0x] async(f) isn't.

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libitm/51855] improve calculation of stack bottom in libitm's undolog

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug c++/41090] [4.6/4.7/4.8/4.9 Regression] Using static label reference in c++ class constructor produces wrong code

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug target/55656] objc/obj-c++ failures present under darwin11

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug regression/53203] [4.8/4.9 Regression]: gcc.dg/setjmp-1.c

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53203 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug libstdc++/51365] cannot use final empty class in std::tuple

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51365 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug debug/53363] g++.dg/debug/dwarf2/thunk1.C FAILs

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug fortran/55978] class_optional_2.f90 -Os fails

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug fortran/54221] [4.8/4.9 Regression] Explicit private access specifier signals unexpected defined but not used [-Wunused-function] warning

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug middle-end/55145] Different bits for long double constant depending on long int size

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55145 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug rtl-optimization/49857] Put constant switch-tables into flash

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

[Bug fortran/54224] Warn for unused (private) module variables and internal procedures

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1

  1   2   3   >