[Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12

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

[Bug target/58964] [4.9 Regression] Bogus message: error: -mpreferred-stack-boundary=0 is not between 2 and 12

2013-11-02 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58964 --- Comment #2 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 31140 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31140action=edit For a possible fix.

[Bug c++/58708] string literal operator templates broken

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

[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2013-11-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 --- Comment #9 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Sat Nov 2 09:34:13 2013 New Revision: 204312 URL: http://gcc.gnu.org/viewcvs?rev=204312root=gccview=rev Log: /cp 2013-11-02 Paolo Carlini

[Bug c++/56037] Spurious syntax error triggered before ambiguity resolution of type-id

2013-11-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56037 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org --- Author: paolo Date: Sat Nov 2 09:34:13 2013 New Revision: 204312 URL: http://gcc.gnu.org/viewcvs?rev=204312root=gccview=rev Log: /cp 2013-11-02 Paolo Carlini

[Bug c++/56037] Spurious syntax error triggered before ambiguity resolution of type-id

2013-11-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56037 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2013-11-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 --- Comment #8 from janus at gcc dot gnu.org --- (In reply to Feng Gao from comment #7) Changing type, extends(t1) to type, extends(ct) ! note ct is the module name will produce the same ICE with gfortran 4.7 That is true, but also

[Bug middle-end/58970] New: internal compiler error: in get_bit_range, at expr.c:4562

2013-11-02 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 Bug ID: 58970 Summary: internal compiler error: in get_bit_range, at expr.c:4562 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal

[Bug middle-end/58970] internal compiler error: in get_bit_range, at expr.c:4562

2013-11-02 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 --- Comment #1 from Jan Smets jan.sm...@alcatel-lucent.com --- And compile with -O1 or -O2. Reproducible on x86 and mips.

[Bug target/54236] [SH] Improve addc and subc insn utilization

2013-11-02 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54236 --- Comment #5 from Oleg Endo olegendo at gcc dot gnu.org --- Created attachment 31141 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31141action=edit widening unsigned addition The addc insn can also be used to implement widening 32 bit - 64

[Bug ipa/58862] [4.9 Regression] LTO profiledbootstrap failure: lto1: ICE in edge_badness, at ipa-inline.c:1008

2013-11-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58862 --- Comment #13 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Paulo J. Matos from comment #9) Unfortunately running one of these takes a long time so it's a slow process to check it out since as far as I am aware it's not possible

[Bug middle-end/58970] [4.7/4.8/4.9 Regression] internal compiler error: in get_bit_range, at expr.c:4562

2013-11-02 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 --- Comment #9 from janus at gcc dot gnu.org --- Author: janus Date: Sat Nov 2 12:52:04 2013 New Revision: 204318 URL: http://gcc.gnu.org/viewcvs?rev=204318root=gccview=rev Log: 2013-11-02 Janus Weil ja...@gcc.gnu.org Backport from

[Bug middle-end/58970] [4.7/4.8/4.9 Regression] internal compiler error: in get_bit_range, at expr.c:4562

2013-11-02 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58970 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org --- struct S { struct { int b:1; } mode[1]; }; void foo (int x, struct S *s) { if (x == -1) s-mode[x].b = 0; }

[Bug fortran/58947] [OOP] ICE on select type with non-polymorphic selector

2013-11-02 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58947 --- Comment #2 from Vladimir Fuka vladimir.fuka at gmail dot com --- Yes, also on my other computer with a more recent version (4.8.2 20131003) it works right. I have more computers and I sometimes loose track of when did I recompile gcc last time

[Bug c/58971] New: Compile Error during Android 4.0.4 Building

2013-11-02 Thread liujiajie32 at qq dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58971 Bug ID: 58971 Summary: Compile Error during Android 4.0.4 Building Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c

[Bug fortran/58947] [OOP] ICE on select type with non-polymorphic selector

2013-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58947 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/58972] New: Lambda can't access private members

2013-11-02 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972 Bug ID: 58972 Summary: Lambda can't access private members Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 --- Comment #10 from janus at gcc dot gnu.org --- Author: janus Date: Sat Nov 2 15:56:35 2013 New Revision: 204320 URL: http://gcc.gnu.org/viewcvs?rev=204320root=gccview=rev Log: 2013-11-02 Janus Weil ja...@gcc.gnu.org Backport from

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-11-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/58771] [Regression] ICE in transfer_expr, at fortran/trans-io.c:2164

2013-11-02 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58771 --- Comment #2 from Paul Thomas pault at gcc dot gnu.org --- This one is going to drive me mad! It appears that the derived type is not being built as Steve reported in comment #1. If I force it to be built by using a type 't' variable, the ICE

[Bug other/58973] New: Small english manpage grammar fixes

2013-11-02 Thread culu.gyx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58973 Bug ID: 58973 Summary: Small english manpage grammar fixes Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other

[Bug other/58974] New: document bug: texi2pod.pl

2013-11-02 Thread culu.gyx at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58974 Bug ID: 58974 Summary: document bug: texi2pod.pl Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug fortran/58771] [Regression] ICE in transfer_expr, at fortran/trans-io.c:2164

2013-11-02 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58771 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc

[Bug testsuite/58851] FAIL: gfortran.dg/unlimited_polymorphic_13.f90 -O0 execution test

2013-11-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58851 --- Comment #8 from Andreas Schwab sch...@linux-m68k.org --- Still broken. (gdb) ptype r3 type = real(kind=8) (gdb) ptype r4 type = real(kind=10)

[Bug preprocessor/58939] Cannot Cross-Build Android Native GCC 4.8 libcpp build conversion errors

2013-11-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58939 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal

[Bug rtl-optimization/58968] Powerpc -mlra cannot compile ormas1.f in gamess Spec 2006 with -m32 -mcpu=power7 -O3 -mlra -w -ffast-math -funroll-loops

2013-11-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58968 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug rtl-optimization/58968] Powerpc -mlra cannot compile ormas1.f in gamess Spec 2006 with -m32 -mcpu=power7 -O3 -mlra -w -ffast-math -funroll-loops

2013-11-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58968 --- Comment #2 from Steven Bosscher steven at gcc dot gnu.org --- Created attachment 31143 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31143action=edit Somewhat reduced test case

[Bug fortran/58975] New: Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()

2013-11-02 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 Bug ID: 58975 Summary: Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN() Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug c++/58976] New: Internal compiler error: Error reporting routines re-entered.

2013-11-02 Thread dilyan.palauzov at aegee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58976 Bug ID: 58976 Summary: Internal compiler error: Error reporting routines re-entered. Product: gcc Version: 4.7.4 Status: UNCONFIRMED Severity: normal

[Bug fortran/58975] Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()

2013-11-02 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/58975] Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()

2013-11-02 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 --- Comment #2 from Arthur O'Dwyer arthur.j.odwyer at gmail dot com --- You're right, adding EXTERNAL RAN to the top of the program seems to fix it. However, for gfortran to break code that has worked since the 1980s (in a dialect with 1977

[Bug tree-optimization/58955] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2013-11-02 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58955 --- Comment #2 from Zhendong Su su at cs dot ucdavis.edu --- Here is another testcase that seems related (also goes away with -fno-tree-loop-distribute-patterns. int printf (const char *, ...); int a, b[10];

[Bug fortran/58975] Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()

2013-11-02 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 --- Comment #3 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Sun, Nov 03, 2013 at 12:24:10AM +, arthur.j.odwyer at gmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 --- Comment #2 from Arthur O'Dwyer

[Bug fortran/58975] Builtin function RAN() interferes with F77 program's own definition of INTEGER FUNCTION RAN()

2013-11-02 Thread arthur.j.odwyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58975 --- Comment #4 from Arthur O'Dwyer arthur.j.odwyer at gmail dot com --- @Steve: When I say f77 in lowercase, I'm talking about the f77 executable that comes as part of the fort77 package on Ubuntu. (It works by invoking f2c followed by the C

[Bug c++/58977] New: C++11 uniform initialization syntax causes error

2013-11-02 Thread drtwox at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58977 Bug ID: 58977 Summary: C++11 uniform initialization syntax causes error Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ipa/58862] [4.9 Regression] LTO profiledbootstrap failure: lto1: ICE in edge_badness, at ipa-inline.c:1008

2013-11-02 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58862 --- Comment #14 from Paulo J. Matos pa...@matos-sorge.com --- (In reply to Uroš Bizjak from comment #13) (In reply to Paulo J. Matos from comment #9) Unfortunately running one of these takes a long time so it's a slow process to check it