[Bug c++/48809] [4.4/4.5/4.6/4.7 Regression] switch statement optimization error

2011-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48809 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2011-04-30 06:54:06 UTC --- Author: jakub Date: Sat Apr 30 06:54:02 2011 New Revision: 173207 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173207 Log: PR

[Bug c++/48809] [4.4/4.5/4.6/4.7 Regression] switch statement optimization error

2011-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48809 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org 2011-04-30 06:55:15 UTC --- Author: jakub Date: Sat Apr 30 06:55:11 2011 New Revision: 173208 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173208 Log: PR

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2011-04-30 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 Hin-Tak Leung htl10 at users dot sourceforge.net changed: What|Removed |Added Known to fail||4.6.0

[Bug c++/48809] [4.4/4.5 Regression] switch statement optimization error

2011-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48809 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Summary|[4.4/4.5/4.6/4.7|[4.4/4.5

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #18 from Jan Hubicka hubicka at gcc dot gnu.org 2011-04-30 08:19:25 UTC --- Thanks. The missing bit was -std=gnu++0x, now it reproduces for me. Sorry for the confussion.

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-30 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #19 from Jan Hubicka hubicka at ucw dot cz 2011-04-30 08:46:55 UTC --- Hi, i am atesting the attached fix. Index: ipa-inline.c === --- ipa-inline.c(revision 173189)

[Bug fortran/48831] New: check.c: Constant expression (PARAMETER array element) rejected as nonconstant

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48831 Summary: check.c: Constant expression (PARAMETER array element) rejected as nonconstant Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug fortran/48786] [4.6/4.7 Regression][OOP] Generic ambiguity check too strict for polymorphic dummies

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48786 --- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org 2011-04-30 10:04:59 UTC --- (In reply to comment #3) If one modifies the program (cf. attachment 24110 [details]) as follows, gfortran 4.7 segfaults The reason is that in

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2011-04-30 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 Hin-Tak Leung htl10 at users dot sourceforge.net changed: What|Removed |Added Known to fail||4.5.3

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 --- Comment #21 from Jan Hubicka hubicka at gcc dot gnu.org 2011-04-30 11:01:29 UTC --- Author: hubicka Date: Sat Apr 30 11:01:26 2011 New Revision: 173211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173211 Log: PR middle-end/48752

[Bug fortran/48746] [4.6/4.7 Regression] Matmul with allocate on assignment

2011-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 --- Comment #7 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-04-30 11:12:29 UTC --- Hi Paul, the least I can do is to supply you with a more complete test case :-) program main implicit none integer, parameter :: m=4, n=3, count=2

[Bug fortran/48746] [4.6/4.7 Regression] Matmul with allocate on assignment

2011-04-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 --- Comment #8 from Paul Thomas pault at gcc dot gnu.org 2011-04-30 11:46:34 UTC --- Author: pault Date: Sat Apr 30 11:46:31 2011 New Revision: 173213 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173213 Log: 2011-04-30 Paul Thomas

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-30 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #8 from Thomas Henlich thenlich at users dot sourceforge.net 2011-04-30 11:58:36 UTC --- I think for rounding up we need to test if ALL the cut off digits are zeros. One more thought: It might be (statistically) faster to scan the

[Bug driver/48832] New: -O2 does not imply -fomit-frame-pointer, contrary to --help=optimizers -v -Q

2011-04-30 Thread marcus at jet dot franken.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48832 Summary: -O2 does not imply -fomit-frame-pointer, contrary to --help=optimizers -v -Q Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug fortran/48746] [4.6/4.7 Regression] Matmul with allocate on assignment

2011-04-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 --- Comment #9 from Paul Thomas pault at gcc dot gnu.org 2011-04-30 12:00:53 UTC --- Author: pault Date: Sat Apr 30 12:00:50 2011 New Revision: 173214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173214 Log: 2011-04-30 Paul Thomas

[Bug fortran/48462] [4.6/4.7 Regression] realloc on assignment: matmul Segmentation Fault with Allocatable Array

2011-04-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 --- Comment #12 from Paul Thomas pault at gcc dot gnu.org 2011-04-30 12:00:53 UTC --- Author: pault Date: Sat Apr 30 12:00:50 2011 New Revision: 173214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173214 Log: 2011-04-30 Paul Thomas

[Bug fortran/48462] [4.6/4.7 Regression] realloc on assignment: matmul Segmentation Fault with Allocatable Array

2011-04-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/48746] [4.6/4.7 Regression] Matmul with allocate on assignment

2011-04-30 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48746 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/48825] libiberty psignal lacks const modifier, failing to compile when HAVE_PSIGNAL is undefined

2011-04-30 Thread wkor97gy0eef1fr at i dot mintemail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825 --- Comment #4 from Josef Mutzenbacher wkor97gy0eef1fr at i dot mintemail.com 2011-04-30 12:33:36 UTC --- (In reply to comment #3) xgcc is invoked for target libraries; libiberty is built as a target library. may i ask why this is being built

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-30 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #9 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-04-30 12:43:47 UTC --- The trick here is figuring out the limits of the scan on the left end of the string. We can have things like. 2345638418

[Bug target/48830] [4.4/4.6 Regression] unrecognized insn storing fp (simd) reg in SImode to stack

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug middle-end/48833] New: gcc.c-torture/execute/pr34415.c FAILs with -flto -fipa-cp-clone -fno-merge-all-constants

2011-04-30 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48833 Summary: gcc.c-torture/execute/pr34415.c FAILs with -flto -fipa-cp-clone -fno-merge-all-constants Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #8 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 13:36:17 UTC --- (In reply to comment #7) manually. The more serious problem I found is that the final gnat executables segfault on the m68k target. Even with no argument,

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #9 from Mikael Pettersson mikpe at it dot uu.se 2011-04-30 13:49:37 UTC --- (In reply to comment #8) (In reply to comment #7) manually. The more serious problem I found is that the final gnat executables segfault on the

[Bug c++/48834] New: [4.7 Regression] -fno-exceptions causes wrong code generation on C++ code

2011-04-30 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48834 Summary: [4.7 Regression] -fno-exceptions causes wrong code generation on C++ code Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #10 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 13:56:23 UTC --- (In reply to comment #9) (In reply to comment #8) to be an issue of bootstrapping from amd64, which platform did you use? i686-linux. Ok, then I can

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #11 from Mikael Pettersson mikpe at it dot uu.se 2011-04-30 15:09:32 UTC --- (In reply to comment #10) At a first glance, there’s a lot of system-linux-*.ads but none for m68k. Should I have a look in that area, or is that not an

[Bug c++/48834] [4.7 Regression] -fno-exceptions causes wrong code generation on C++ code

2011-04-30 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48834 --- Comment #1 from Zdenek Sojka zsojka at seznam dot cz 2011-04-30 15:20:08 UTC --- It started with r173056, PR40975 fix. http://gcc.gnu.org/ml/gcc-patches/2011-04/msg02184.html

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #12 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 15:20:08 UTC --- (In reply to comment #11) It will be an issue, but I got the segfaults even with such a file, so I think the problem is more fundamental than that. OK, I’ll

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #13 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 15:31:06 UTC --- Ah well. I found out that Ada doesn’t compile if you have a style error õÕ and that “make clean” doesn’t clean all stampfiles… got a crosscompiler now, let’s

[Bug libfortran/48030] Implement read_x using fbuf_getc

2011-04-30 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48030 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/48030] Implement read_x using fbuf_getc

2011-04-30 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48030 --- Comment #4 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-04-30 15:25:00 UTC --- Author: jvdelisle Date: Sat Apr 30 15:24:57 2011 New Revision: 173218 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173218 Log: 2011-04-30 Jerry

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #14 from Mikael Pettersson mikpe at it dot uu.se 2011-04-30 15:40:54 UTC --- (In reply to comment #13) Should we open up another bugreport for _that_ (port GNAT to GNU/Linux/m68k) though, since it doesn’t really belong here? Yes.

[Bug ada/48835] New: Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 Summary: Porting GNAT to GNU/Linux/m68k Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: ada AssignedTo:

[Bug ada/37109] can't canadian cross ada (if host=target, but host!=build)

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37109 --- Comment #15 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 15:48:47 UTC --- (In reply to comment #14) (In reply to comment #13) Should we open up another bugreport for _that_ (port GNAT to GNU/Linux/m68k) though, since it doesn’t

[Bug fortran/48800] [4.6/4.7 Regression] ICE with non-allocatable/pointer deferred-shape array

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48800 --- Comment #6 from Tobias Burnus burnus at gcc dot gnu.org 2011-04-30 15:54:52 UTC --- Author: burnus Date: Sat Apr 30 15:54:49 2011 New Revision: 173219 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173219 Log: 2011-04-30 Tobias Burnus

[Bug libfortran/48787] Invalid UP rounding with F editing

2011-04-30 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #10 from Thomas Henlich thenlich at users dot sourceforge.net 2011-04-30 15:56:35 UTC --- The start to scan is the digit corresponding to d+1. e.g. PRINT (RU,F0.4), .162548148 - .1626 because48148 0

[Bug rtl-optimization/48774] [4.6/4.7 Regression] gcc-4.6.0 optimization regression on x86_64-unknown-linux-gnu

2011-04-30 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48774 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2011-04-30 16:14:52 UTC --- Tiny bit more simplified, without the GRAPH_IS_EDGE and related macros: unsigned long int s[12][2] = { { 12, 2114 }, { 12, 37 }, { 12, 1034 }, { 12, 532 },

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug middle-end/48836] New: internal compiler error: in execute_todo, at passes.c:1261

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 Summary: internal compiler error: in execute_todo, at passes.c:1261 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/48800] [4.6/4.7 Regression] ICE with non-allocatable/pointer deferred-shape array

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48800 --- Comment #7 from Tobias Burnus burnus at gcc dot gnu.org 2011-04-30 16:24:59 UTC --- (In reply to comment #6) New Revision: 173219 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173219 Wrong bug number; that was for PR 48821.

[Bug middle-end/48836] internal compiler error: in execute_todo, at passes.c:1261

2011-04-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48836 --- Comment #1 from Jan Hubicka hubicka at gcc dot gnu.org 2011-04-30 16:32:30 UTC --- The reason why we conclude updating is needed is redirecting of callees: #0 0x006abdd4 in bitmap_element_link (head=0x7539b760, bit=Unhandled

[Bug fortran/48821] IMPORT :: dummy_arg is rejected, while IMPORT imports it

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48821 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2011-04-30 16:28:54 UTC --- The commit went to PR 48800: URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173219 Log: 2011-04-30 Tobias Burnus bur...@net-b.de PR

[Bug fortran/48821] IMPORT :: dummy_arg is rejected, while IMPORT imports it

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48821 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-04-30 16:33:51 UTC --- Author: burnus Date: Sat Apr 30 16:33:47 2011 New Revision: 173221 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173221 Log: 2011-04-30 Tobias Burnus

[Bug fortran/48821] IMPORT :: dummy_arg is rejected, while IMPORT imports it

2011-04-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48821 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/48760] [4.6 Regression] std::complex constructor buggy in the face of NaN's

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48760 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libgcj/40947] Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4

2011-04-30 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40947 Hin-Tak Leung htl10 at users dot sourceforge.net changed: What|Removed |Added Known to fail||4.4.6

[Bug libgcj/40947] Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4

2011-04-30 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40947 --- Comment #9 from Hin-Tak Leung htl10 at users dot sourceforge.net 2011-04-30 19:01:44 UTC --- The last part of the 4.4.6 failure: -- libtool: link: (cd .libs rm -f libgcj-tools.so.10 ln -s libgcj-tools.so.10.0.0

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-30 19:24:45 UTC --- Building like that is completely unsupported. If anything is worth fixing here it would be to strip any -std option from the library build flags, to ensure

[Bug c++/48829] g++ no warning initializing a variable using itself

2011-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48829 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-30 19:52:08 UTC --- The string case calls a function (the overloaded operator+ or std::string) so is actually closer to: int f(int); int i = f(i); which doesn't warn either

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-30 20:00:39 UTC --- I don't know, but we also want to strip -pipe from the testsuite flags for PR 48565 so we need to figure out some way to do it :)

[Bug libgcj/40947] Invalid flag usage: Wl,-rpath, -Wx,-option must appear after -_SYSTYPE_SVR4

2011-04-30 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40947 --- Comment #10 from Hin-Tak Leung htl10 at users dot sourceforge.net 2011-04-30 20:46:02 UTC --- Just upgrading from libtool 2.2 to 2.4 to see if that works. This looks relevant

[Bug tree-optimization/48837] New: Wrong optimization of recursive function calls

2011-04-30 Thread perso...@e-maxx.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48837 Summary: Wrong optimization of recursive function calls Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||dewar at gnat dot

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 Thorsten Glaser tg at mirbsd dot org changed: What|Removed |Added Host|m68k-linux | --- Comment #3

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #4 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 22:17:36 UTC --- (In reply to comment #2) apparently not treated as a pointer, thus the value is returned in %d0. But the caller expects the returned value in %a0. Ah, I see.

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-04-30 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #5 from Thorsten Glaser tg at mirbsd dot org 2011-04-30 22:28:03 UTC --- (In reply to comment #2) the caller expects the returned value in %a0. It’s even worse, __gnat_malloc contains: jsr malloc addq.l #4,%sp

[Bug libstdc++/48811] error in compiling libstdc++ with -std=gnu++0x

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48811 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||rwild at

[Bug c++/48838] New: [4.6 Regression] valid template code does not compile

2011-04-30 Thread b.buschinski at web dot de
: expected primary-expression before '' token kdevtest2.cpp:13:52: error: expected primary-expression before ')' token fails with gcc 4.6.1 20110430 rev. 173224 works fine with gcc 4.5.2 (some people told me that it also works fine with 4.6.1 20110329)

[Bug c++/48838] [4.6 Regression] valid template code does not compile

2011-04-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48838 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jason at

[Bug target/48830] [4.4/4.5/4.6/4.7 Regression] unrecognized insn: storing invalid upper fp reg in SImode to stack

2011-04-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |hp at gcc dot

[Bug target/48830] [4.4/4.5/4.6/4.7 Regression] unrecognized insn: storing invalid upper fp reg in SImode to stack

2011-04-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Summary|[4.4/4.6 Regression]

[Bug middle-end/48752] [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:466

2011-04-30 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/48830] [4.4/4.5/4.6/4.7 Regression] unrecognized insn: storing invalid upper fp reg in SImode to stack

2011-04-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830 --- Comment #5 from Hans-Peter Nilsson hp at gcc dot gnu.org 2011-05-01 01:50:46 UTC --- Created attachment 24156 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24156 Tentative patch fixing subreg_get_info, untested. This likely has fallout

[Bug target/48830] [4.4/4.5/4.6/4.7 Regression] unrecognized insn: storing invalid upper fp reg in SImode to stack

2011-04-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48830 --- Comment #6 from Hans-Peter Nilsson hp at gcc dot gnu.org 2011-05-01 01:52:16 UTC --- Either patch fixes the test-case. Both should eventually be applied to trunk, but perhaps just the sparc one to branches.