[Bug c/47882] Incorrect array subscript is above array bounds warning

2011-02-25 Thread anders at 0x63 dot nu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47882 --- Comment #2 from Anders Waldenborg anders at 0x63 dot nu 2011-02-25 08:51:47 UTC --- Is there a specific patch that fixes this problem? So I can backport the fix to 4.3.

[Bug target/46655] invalid '.line 0' directive emitted with -g

2011-02-25 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #24 from Michael Haubenwallner michael.haubenwallner at salomon dot at 2011-02-25 09:49:30 UTC --- (In reply to comment #23) Using your suggestion for gmake bootstrap STAGE1_FLAGS=-0 gets me much further in the build. The problem

[Bug target/46655] invalid '.line 0' directive emitted with -g

2011-02-25 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #25 from Michael Haubenwallner michael.haubenwallner at salomon dot at 2011-02-25 09:53:57 UTC --- Ohw, and then there is bug#47032 (caused by bug#46481) you might stumble upon in libgfortran.

[Bug c/47892] New: Fails to vectorize comparison code

2011-02-25 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 Summary: Fails to vectorize comparison code Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug c/47892] Fails to vectorize comparison code

2011-02-25 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #1 from jeremysalwen at gmail dot com 2011-02-25 10:19:58 UTC --- Note, even when switching to floating point constants: #define PIO6 0.523598776f #define SA5 2.74201854577e-06f #define SA4 -1.98410347969e-04f #define SA3

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 10:24:21 UTC --- Testcase: #define PIO6 0.523598776f #define SA5 2.74201854577e-06f #define SA4 -1.98410347969e-04f #define SA3 8.3320429e-03f #define SA2

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 10:31:49 UTC --- Ok, we vectorize on trunk only if I only make the PIO6 float. Otherwise if-conversion does not handle (even with -fno-tree-pre) if (or_10

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 10:37:40 UTC --- PRE makes that better and we have bb 4: # i_39 = PHI i_47(7), 0(3) D.2691_6 = (long unsigned int) i_39; D.2692_7 = D.2691_6 * 4; D.2693_9 =

[Bug c++/46341] [C++0X] ICE: in cxx_eval_vec_init_1, at cp/semantics.c:6362

2011-02-25 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46341 Marc Glisse marc.glisse at normalesup dot org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/47890] [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47890 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-25 10:47:00 UTC --- do you think you could make the example more confusing? maybe if you named every namespace, class and member function the same, instead of only doing that for

[Bug lto/47871] lto1: internal compiler error: in list_length, at tree.c:2089

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47871 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 10:48:55 UTC --- It seems to work for me. Can you double-check?

[Bug fortran/47878] [4.6 Regression] 187.facerec miscompares

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47878 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/33518] invalid Koenig lookup/incorrect SFINAE

2011-02-25 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33518 Marc Glisse marc.glisse at normalesup dot org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/33518] invalid Koenig lookup/incorrect SFINAE

2011-02-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33518 --- Comment #8 from Paolo Carlini paolo.carlini at oracle dot com 2011-02-25 10:54:37 UTC --- Ideally, we should figure in which release has been fixed. Do you think the small testcase in Comment #3 summarizes well the issue? Apparently works

[Bug libfortran/47802] [4.6 Regression] libgfortran/intrinsics/ctime.c:75:3: error: too few arguments to function 'ctime_r'

2011-02-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47802 --- Comment #25 from Tobias Burnus burnus at gcc dot gnu.org 2011-02-25 10:57:32 UTC --- I think the build bug is now FIXED; thus: Please shout loudly if there you still encounter a build failure! TO BE DONE: The HP-UX (et al.?) compile

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 10:57:30 UTC --- On trunk fixed with a patch as simple as Index: gcc/tree-if-conv.c === ***

[Bug c/47892] Fails to vectorize comparison code, if-conversion fails

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/33518] invalid Koenig lookup/incorrect SFINAE

2011-02-25 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33518 --- Comment #9 from Marc Glisse marc.glisse at normalesup dot org 2011-02-25 11:05:58 UTC --- (In reply to comment #8) Ideally, we should figure in which release has been fixed. Do you think the small testcase in Comment #3 summarizes well the

[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-25 11:08:07 UTC --- this doesn't segfault with 4.5 I have a reduced version with no stdlib or c++0x dependencies, and with less confusing naming - will attach shortly

[Bug c++/33518] invalid Koenig lookup/incorrect SFINAE

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33518 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org 2011-02-25 11:13:07 UTC --- Clang accepts it too. It was probably fixed in 4.5 by Jason implementing the extended SFINAE rules

[Bug tree-optimization/45470] [4.6 Regression] ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -ftree-vectorize -fnon-call-exceptions

2011-02-25 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45470 --- Comment #12 from Eric Botcazou ebotcazou at gcc dot gnu.org 2011-02-25 11:18:17 UTC --- Author: ebotcazou Date: Fri Feb 25 11:18:14 2011 New Revision: 170492 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170492 Log: PR

[Bug c++/47873] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Attachment #23448|0 |1 is

[Bug c++/47873] [4.6 Regression] Multiple Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/47893] New: [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Summary: [4.6 Regression] 4.6 miscompiles mesa on i686 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code Severity: blocker Priority: P3

[Bug libfortran/47894] New: Documentation text for VERIFY intrinsic function is wrong.

2011-02-25 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47894 Summary: Documentation text for VERIFY intrinsic function is wrong. Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-25 12:48:38 UTC --- Seems to be caused by http://gcc.gnu.org/viewcvs?root=gccview=revrev=159480

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Known to

[Bug c++/47873] [4.6 Regression] virtual Inheritance - Covariant Virtual Function - Segfault

2011-02-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug c/22133] In MinGW trailling slash forward not allowed in include path

2011-02-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22133 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug middle-end/47895] New: usage of __attribute__ ((__target__ (xyz))) with buitins

2011-02-25 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47895 Summary: usage of __attribute__ ((__target__ (xyz))) with buitins Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-25 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #26 from Thomas Henlich thenlich at users dot sourceforge.net 2011-02-25 13:58:51 UTC --- Created attachment 23467 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23467 Programmatic test case for multiple formats

[Bug libfortran/47567] Wrong output for small absolute values with F editing

2011-02-25 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 Thomas Henlich thenlich at users dot sourceforge.net changed: What|Removed |Added Status|RESOLVED

[Bug libstdc++/47433] libstdc++ parallel mode calls std::swap explicitely

2011-02-25 Thread singler at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47433 --- Comment #15 from singler at gcc dot gnu.org singler at gcc dot gnu.org 2011-02-25 14:04:48 UTC --- Author: singler Date: Fri Feb 25 14:04:40 2011 New Revision: 170494 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170494 Log: 2011-02-25

[Bug middle-end/39246] FAIL: gcc.dg/uninit-13.c

2011-02-25 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39246 Andreas Krebbel krebbel at gcc dot gnu.org changed: What|Removed |Added CC||krebbel at

[Bug middle-end/47895] usage of __attribute__ ((__target__ (xyz))) with buitins

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47895 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 14:44:27 UTC --- A way easier and more portable way is to split your source into multiple compilation units and use appropriate flags to compile them.

[Bug middle-end/39246] FAIL: gcc.dg/uninit-13.c

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39246 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-25 14:51:22 UTC --- At what point does the direct access to IMAGPARTretval appear? That looks like the bug. Why isn't a temporary used for this? Does s390 return the

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||bernds at gcc dot

[Bug other/47869] fatal error: build/gencondmd.c: No such file or directory

2011-02-25 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47869 Ralf Wildenhues rwild at gcc dot gnu.org changed: What|Removed |Added CC||rwild at gcc

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-25 16:06:14 UTC --- I guess not including the space added in add_frame_space by the assign_stack_local_1 call in temp_slot's size/full_size, while it would be easy to do (just

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #6 from Bernd Schmidt bernds at gcc dot gnu.org 2011-02-25 16:10:55 UTC --- (In reply to comment #5) Similarly not queuing anything into frame_space lists when assign_stack_local is called from within assign_stack_temp_for_type

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||law at redhat dot

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #9 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org 2011-02-25 16:40:52 UTC --- I ran git bisect for this. Here is the result: 74897bc755ddcb5ff67a91570c83e910ed950c7c is the first bad commit commit

[Bug tree-optimization/47890] [4.5/4.6 Regression] internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186

2011-02-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47890 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||irar at gcc

[Bug target/47715] [x32] TLS doesn't work

2011-02-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715 --- Comment #7 from H.J. Lu hjl.tools at gmail dot com 2011-02-25 16:56:12 UTC --- Thread pointer really should be 32bit in x32.

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #8 from Bernd Schmidt bernds at gcc dot gnu.org 2011-02-25 17:24:15 UTC --- (In reply to comment #7) My temptation would be to revert until someone can get in there and design things so that we either have a single list or there's

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #9 from Bernd Schmidt bernds at gcc dot gnu.org 2011-02-25 17:25:13 UTC --- Created attachment 23468 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23468 Test patch Does this fix it?

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #10 from Joel Sherrill joel at gcc dot gnu.org 2011-02-25 17:30:46 UTC --- Richard I added this to you since I think Sebastian's bisect turned up a patch by you.

[Bug rtl-optimization/47862] Incorrect code for spilling a vector register

2011-02-25 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47862 --- Comment #3 from Pat Haugen pthaugen at gcc dot gnu.org 2011-02-25 17:36:03 UTC --- The following fixes the problem by changing the save mode for FP regs to V2DF mode for TARGET_VSX. But I have questions/concerns on this that need more

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-25 17:39:36 UTC --- I guess that would break pa, because then else if (!STACK_ALIGNMENT_NEEDED) { ... } will be executed whenever record_alignment_slots is false,

[Bug target/46655] invalid '.line 0' directive emitted with -g

2011-02-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #26 from David Edelsohn dje at gcc dot gnu.org 2011-02-25 17:52:21 UTC --- Richard, Did you look at the list of sites providing pre-built binaries for AIX listed on the GCC website: http://gcc.gnu.org/install/binaries.html There

[Bug target/47852] crash with g++ -lpthread on irix

2011-02-25 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47852 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-25 18:43:20 UTC --- Created attachment 23469 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23469 statistics gathering patch With this patch I got fncnt array summaries from

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #11 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org 2011-02-25 18:49:46 UTC --- Actually, Jon's patch (http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02561.html) fixes this one problem introduced by Richard's commit. But after

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #12 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org 2011-02-25 19:04:07 UTC --- ok... breaks it, but with a syntax error (seems to have been fixed in the meantime), not for the cc1 segfault we're looking for.

[Bug tree-optimization/47896] New: wrong code with -O -fno-early-inlining -fipa-pta -fno-tree-dominator-opts -fno-tree-forwprop

2011-02-25 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47896 Summary: wrong code with -O -fno-early-inlining -fipa-pta -fno-tree-dominator-opts -fno-tree-forwprop Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/47893] [4.6 Regression] 4.6 miscompiles mesa on i686

2011-02-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org 2011-02-25 19:09:54 UTC --- Created attachment 23471 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23471 gcc46-pr47893.patch Updated patch, so far just lightly tested that it fixes

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #13 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org 2011-02-25 19:24:24 UTC --- Author: lekernel Date: Fri Feb 25 19:24:20 2011 New Revision: 170502 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170502 Log: 2011-02-25

[Bug target/46898] libgcc build failure on lm32-elf

2011-02-25 Thread lekernel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #14 from Sebastien Bourdeauducq lekernel at gcc dot gnu.org 2011-02-25 19:26:31 UTC --- This gets the C compiler to build; if C++ is enabled, this triggers the cc1 segfault above.

[Bug c++/47897] New: [C++0x] static const member variable is not constant expression

2011-02-25 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47897 Summary: [C++0x] static const member variable is not constant expression Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3

[Bug target/47403] [x32] TLS doesn't work

2011-02-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47403 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/47715] [x32] TLS doesn't work

2011-02-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715 --- Comment #8 from H.J. Lu hjl.tools at gmail dot com 2011-02-25 21:23:10 UTC --- *** Bug 47403 has been marked as a duplicate of this bug. ***

[Bug target/47715] [x32] TLS doesn't work

2011-02-25 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715 --- Comment #9 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-02-25 21:25:24 UTC --- Author: hjl Date: Fri Feb 25 21:25:20 2011 New Revision: 170504 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170504 Log: Use ptr_mode instead of

[Bug target/47898] New: error: unable to find a register to spill in class 'FPUL_REGS'

2011-02-25 Thread mcnichol at austin dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47898 Summary: error: unable to find a register to spill in class 'FPUL_REGS' Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47898] error: unable to find a register to spill in class 'FPUL_REGS'

2011-02-25 Thread mcnichol at austin dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47898 --- Comment #1 from Dan McNichol mcnichol at austin dot ibm.com 2011-02-25 21:49:02 UTC --- Created attachment 23473 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23473 Preprocessor output for testcase Attaching preprocessor output.

[Bug lto/47497] [4.6 Regression] SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|WAITING

[Bug target/38598] MIPS extendsidi2 does not have a LO alternative

2011-02-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38598 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||pinskia at gcc

[Bug middle-end/47691] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1138 with -fgraphite-identity -ffast-math -fno-tree-scev-cprop

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47691 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug middle-end/47691] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1138 with -fgraphite-identity -ffast-math -fno-tree-scev-cprop

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47691 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/19204] [m68k] pea can force reloads that cause inefficient code

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19204 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/19205] [m68k] avoid converting INDEX to SI mode if a narrower mode suffices

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19205 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/45026] Empty function compiles to many loads and stores

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

[Bug target/45808] FreeBSD: -pthread is handled incompletely

2011-02-25 Thread gerald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45808 --- Comment #7 from gerald at gcc dot gnu.org gerald at gcc dot gnu.org 2011-02-25 23:15:51 UTC --- Author: gerald Date: Fri Feb 25 23:15:48 2011 New Revision: 170505 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170505 Log: PR

[Bug tree-optimization/42963] [4.5 Regression] Redundant switch labels not cleaned up anymore

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42963 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/45310] ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45310 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug target/19204] [m68k] pea can force reloads that cause inefficient code

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19204 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug target/19205] [m68k] avoid converting INDEX to SI mode if a narrower mode suffices

2011-02-25 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19205 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|RESOLVED|NEW

[Bug c++/47897] [4.6 Regression][C++0x] static const member variable is not constant expression

2011-02-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47897 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/19204] [m68k] pea can force reloads that cause inefficient code

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19204 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW |SUSPENDED ---

[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW |SUSPENDED ---

[Bug target/19205] [m68k] avoid converting INDEX to SI mode if a narrower mode suffices

2011-02-25 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19205 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW |SUSPENDED ---

[Bug c/47899] New: ICE in get_loop_body, at cfgloop.c:831

2011-02-25 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47899 Summary: ICE in get_loop_body, at cfgloop.c:831 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug lto/47900] New: Missed optimization with LTO

2011-02-25 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47900 Summary: Missed optimization with LTO Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig...@gcc.gnu.org