[Bug c/47937] possible integer bug

2011-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47937 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/35634] [4.3/4.4/4.5/4.6 Regression] operand of pre-/postin-/decrement not promoted

2011-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35634 Andrew Pinski changed: What|Removed |Added CC||regehr at cs dot utah.edu --- Comment #28

[Bug c/47937] New: possible integer bug

2011-02-28 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47937 Summary: possible integer bug Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org Re

[Bug lto/47936] New: [4.6 Regression] Missed optimization with LTO due to strict aliasing issues

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47936 Summary: [4.6 Regression] Missed optimization with LTO due to strict aliasing issues Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47935] PowerPC64 -mcmodel=medium invalid lwa offset

2011-02-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47935 --- Comment #1 from Alan Modra 2011-03-01 07:10:18 UTC --- res6000/predicates.md:lwa_operand needs to handle -mcmodel=medium code

[Bug target/47935] PowerPC64 -mcmodel=medium invalid lwa offset

2011-02-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47935 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/47935] New: PowerPC64 -mcmodel=medium invalid lwa offset

2011-02-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47935 Summary: PowerPC64 -mcmodel=medium invalid lwa offset Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unas

[Bug lto/47934] LTO: function with attribute "used" is emitted under the "wrong" name.

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47934 Dmitry Gorbachev changed: What|Removed |Added Summary|LTO: function with |LTO: function with |

[Bug lto/47934] LTO: function with attribute "used" is not emitted

2011-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47934 --- Comment #1 from Andrew Pinski 2011-03-01 06:47:23 UTC --- Actually it is most likely emitted but just the "wrong" name.

[Bug lto/47934] New: LTO: function with attribute "used" is not emitted

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47934 Summary: LTO: function with attribute "used" is not emitted Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: u

[Bug target/47920] strange code generated for expression (a+7)/8

2011-02-28 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47920 --- Comment #3 from Carrot 2011-03-01 06:44:47 UTC --- (In reply to comment #1) > Presumably because arithmetic right-shift by 3 isn't the same as a division by > 8 when (a+7) is negative. Changing the types to unsigned gives the code you > want

[Bug c++/5026] __attribute__ ((unused) seems misdocumented

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5026 --- Comment #19 from Dmitry Gorbachev 2011-03-01 06:41:57 UTC --- GCC documentation has been changed. __attribute__((unused)) on labels can be used in C++ code since GCC version 4.5.0. This PR should be closed probably.

[Bug c++/46282] [4.6 Regression] [C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054)

2011-02-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46282 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/47933] [4.6 Regression] FAIL: gfortran.dg/fmt_fw_d.f90

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47933 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/47933] [4.6 Regression] FAIL: gfortran.dg/fmt_fw_d.f90

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47933 --- Comment #1 from Jerry DeLisle 2011-03-01 05:59:11 UTC --- Author: jvdelisle Date: Tue Mar 1 05:59:07 2011 New Revision: 170587 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170587 Log: 2011-02-28 Jerry DeLisle PR libgfortran

[Bug fortran/47933] New: [4.6 Regression] FAIL: gfortran.dg/fmt_fw_d.f90

2011-02-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47933 Summary: [4.6 Regression] FAIL: gfortran.dg/fmt_fw_d.f90 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

[Bug c/47932] New: __typeof__ prevents VLA from being evaluated

2011-02-28 Thread msebor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47932 Summary: __typeof__ prevents VLA from being evaluated Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig..

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

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #31 from Jerry DeLisle 2011-03-01 02:29:43 UTC --- Thomas, can this be closed yet?

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

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #30 from Jerry DeLisle 2011-03-01 02:28:04 UTC --- Author: jvdelisle Date: Tue Mar 1 02:28:02 2011 New Revision: 170586 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170586 Log: 2011-02-28 Jerry DeLisle PR libgfortra

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

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #29 from Jerry DeLisle 2011-03-01 02:24:52 UTC --- Author: jvdelisle Date: Tue Mar 1 02:24:50 2011 New Revision: 170585 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170585 Log: 2011-02-28 Jerry DeLisle PR libgfortra

[Bug c++/24161] [3.4/4.0/4.1 Regression] Lookup of template member function finds global type.

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24161 Jonathan Wakely changed: What|Removed |Added Known to fail|| --- Comment #11 from Jonathan Wakely

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

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 Jonathan Wakely changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 Paolo Carlini changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 --- Comment #8 from paolo at gcc dot gnu.org 2011-02-28 23:51:02 UTC --- Author: paolo Date: Mon Feb 28 23:50:57 2011 New Revision: 170579 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170579 Log: 2011-02-28 Paolo Carlini PR libs

[Bug lto/47669] bootstrap failure due to undefined references

2011-02-28 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47669 --- Comment #2 from Anh Vo 2011-02-28 23:50:00 UTC --- It is agreed that this problem has been fixed. In fact, rebuilding the gcc-4.6-20110226 snapshot, this problem went away.

[Bug c/47905] [trans-mem] ipa_tm_decrement_clone_counts ICE

2011-02-28 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47905 Aldy Hernandez changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c/47905] [trans-mem] ipa_tm_decrement_clone_counts ICE

2011-02-28 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47905 --- Comment #2 from Aldy Hernandez 2011-02-28 23:25:00 UTC --- Author: aldyh Date: Mon Feb 28 23:24:57 2011 New Revision: 170578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170578 Log: PR 47905 * trans-mem.c (ipa_tm_pro

[Bug bootstrap/47902] Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-28 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 --- Comment #4 from Daniel Richard G. 2011-02-28 21:59:28 UTC --- Okay, did some more digging. So I see that the ac_fn_c_check_type function actually tries a test compilation first with sizeof(foo_t), and then sizeof((foo_t)), and the test succe

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

2011-02-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47873 --- Comment #11 from Jason Merrill 2011-02-28 21:41:24 UTC --- Author: jason Date: Mon Feb 28 21:41:21 2011 New Revision: 170576 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170576 Log: PR c++/47873 * class.c (update_vtable_entr

[Bug fortran/41936] Memory leakage with allocatables and user-defined operators

2011-02-28 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41936 Mikael Morin changed: What|Removed |Added Keywords||patch CC|

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

2011-02-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567 --- Comment #28 from Jerry DeLisle 2011-02-28 21:19:35 UTC --- New patch which passes Programmatic test case has been submitted for approval.

[Bug other/42560] include-fixed incomplete when srcdir=builddir

2011-02-28 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42560 Ralf Wildenhues changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug driver/47927] GCC driver accepts bogus compiler options on assembly input

2011-02-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47927 --- Comment #1 from joseph at codesourcery dot com 2011-02-28 20:35:15 UTC --- This (the general issue of invalid options being accepted because some spec passes them down to some subprocess or otherwise accepts them) is what my 4.7 patch

[Bug target/38203] attribute `noreturn' isn't effective when -mthumb param is active

2011-02-28 Thread alexandre.nunes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38203 --- Comment #6 from Alexandre Pereira Nunes 2011-02-28 20:30:24 UTC --- (In reply to comment #5) > There's a lot of debate about whether the ARM behaviour is a good thing or > not. > Not pushing the return address means that the debugger cannot

[Bug rtl-optimization/47918] [4.6 regression] noreturn discovery broke non local gotos on m68k

2011-02-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918 --- Comment #2 from joseph at codesourcery dot com 2011-02-28 20:28:27 UTC --- On Mon, 28 Feb 2011, rguenth at gcc dot gnu.org wrote: > Also y isn't really noreturn, is it? Honza? Shouldn't non-local gotos > also prevent noreturn? noreturn mea

[Bug target/47685] Tail call doesn't work for thumb2

2011-02-28 Thread alexandre.nunes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47685 --- Comment #4 from Alexandre Pereira Nunes 2011-02-28 20:27:00 UTC --- (In reply to comment #2) > This has been fixed on trunk and will be in the 4.6.0 release. > > With this commit > > http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00725.html > >

[Bug target/47685] Tail call doesn't work for thumb2

2011-02-28 Thread alexandre.nunes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47685 --- Comment #3 from Alexandre Pereira Nunes 2011-02-28 20:25:50 UTC --- Created attachment 23496 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23496 Patch from the trunk, which I'm testing against 4.5.x

[Bug bootstrap/47902] Bootstrap failure: libiberty/regex.c: error: two or more data types in declaration specifiers

2011-02-28 Thread skunk at iskunk dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47902 --- Comment #3 from Daniel Richard G. 2011-02-28 20:01:51 UTC --- I played around with this a bit, and found something rather amusing: sizeof(pid_t) . compiles just fine sizeof((pid_t)) ... parse error before `)' The extra parens do

[Bug regression/47836] Some Cross Compiler can't build target-libiberty or target-zlib

2011-02-28 Thread th.r.klein at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47836 --- Comment #10 from th.r.klein at web dot de 2011-02-28 19:52:12 UTC --- If you can't imagine how to get a usable C++ compiler without libstdc++-v3 (and libc), please stop wasting your time in thinking about it. Here is no C++ problem at all. If i

[Bug c/47905] [trans-mem] ipa_tm_decrement_clone_counts ICE

2011-02-28 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47905 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/47931] missing -Waddress warning for comparison with NULL

2011-02-28 Thread msebor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47931 --- Comment #1 from Martin Sebor 2011-02-28 19:38:15 UTC --- To add a suggested solution to my report: Since many (most?) comparisons will be against NULL which can be defined as either 0 or (void*)0 I think it would be best to diagnose both form

[Bug c/47931] New: missing -Waddress warning for comparison with NULL

2011-02-28 Thread msebor at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47931 Summary: missing -Waddress warning for comparison with NULL Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: una

[Bug target/47926] [x32] nested function pointer doesn't work

2011-02-28 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47926 --- Comment #1 from hjl at gcc dot gnu.org 2011-02-28 19:12:24 UTC --- Author: hjl Date: Mon Feb 28 19:12:18 2011 New Revision: 170571 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170571 Log: Always use ptr_mode on address. 2011-02-28

[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"

2011-02-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225 Kai Tietz changed: What|Removed |Added CC||anhvofrcaus at gmail dot |

[Bug lto/47669] bootstrap failure due to undefined references

2011-02-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47669 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug driver/47535] -mno-thumb option does not work on ARM compiler configured --with-mode=thumb

2011-02-28 Thread lennox at cs dot columbia.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47535 --- Comment #4 from Jonathan Lennox 2011-02-28 18:42:20 UTC --- (In reply to comment #3) > Yep, sounds like these should be fixed. Filed as Bug 47930.

[Bug target/47930] New: -marm is undocumented; driver accepts -mno-thumb

2011-02-28 Thread lennox at cs dot columbia.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47930 Summary: -marm is undocumented; driver accepts -mno-thumb Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug debug/28047] DWARF output_file_names should really understand DOS pathnames

2011-02-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28047 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/47929] New: unclear "prototype for '...' does not match any in class" diagnostic for templates

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47929 Summary: unclear "prototype for '...' does not match any in class" diagnostic for templates Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: diagnostic Se

[Bug debug/28047] DWARF output_file_names should really understand DOS pathnames

2011-02-28 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28047 --- Comment #1 from Kai Tietz 2011-02-28 18:23:29 UTC --- Author: ktietz Date: Mon Feb 28 18:23:25 2011 New Revision: 170570 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170570 Log: 2011-02-28 Kai Tietz PR debug/28047 * dwar

[Bug fortran/47928] New: Gfortran intrinsics documentation paragraph ordering illogical

2011-02-28 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47928 Summary: Gfortran intrinsics documentation paragraph ordering illogical Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug driver/47927] New: GCC driver accepts bogus compiler options on assembly input

2011-02-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47927 Summary: GCC driver accepts bogus compiler options on assembly input Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug driver/47535] -mno-thumb option does not work on ARM compiler configured --with-mode=thumb

2011-02-28 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47535 --- Comment #3 from Richard Earnshaw 2011-02-28 17:37:21 UTC --- (In reply to comment #2) > In arm.opt, marm is marked Undocumented, and mthumb is not marked > RejectNegative. > > In invoke.texi, -marm isn't mentioned except in the "ARM options"

[Bug driver/47535] -mno-thumb option does not work on ARM compiler configured --with-mode=thumb

2011-02-28 Thread lennox at cs dot columbia.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47535 --- Comment #2 from Jonathan Lennox 2011-02-28 17:30:39 UTC --- In arm.opt, marm is marked Undocumented, and mthumb is not marked RejectNegative. In invoke.texi, -marm isn't mentioned except in the "ARM options" list. Should I open a options an

[Bug target/45261] Doesn't indicate failure status when it doesn't support (attiny2313A)

2011-02-28 Thread denisc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45261 --- Comment #17 from denisc at gcc dot gnu.org 2011-02-28 17:13:16 UTC --- Author: denisc Date: Mon Feb 28 17:13:13 2011 New Revision: 170569 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170569 Log: 2011-02-28 Georg-Johann Lay

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

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/47926] New: [x32] nested function pointer doesn't work

2011-02-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47926 Summary: [x32] nested function pointer doesn't work Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassi

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

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 --- Comment #13 from Jakub Jelinek 2011-02-28 17:05:10 UTC --- Author: jakub Date: Mon Feb 28 17:05:07 2011 New Revision: 170568 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170568 Log: PR middle-end/47893 * rtl.h (ASLK_REDUCE_A

[Bug target/46887] Invalid AIX linker flag '-bnoerok', it has to be '-bernotok'

2011-02-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46887 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

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

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

2011-02-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42622 --- Comment #6 from paolo at gcc dot gnu.org 2011-02-28 16:46:28 UTC --- Author: paolo Date: Mon Feb 28 16:46:23 2011 New Revision: 170567 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170567 Log: 2011-02-28 Paolo Carlini * tests

[Bug debug/47283] [4.6 regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug middle-end/46790] [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46790 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-02-28 Thread richard.nolde at cybox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #27 from Richard Nolde 2011-02-28 15:57:00 UTC --- On 02/25/2011 10:52 AM, dje at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 > > --- Comment #26 from David Edelsohn 2011-02-25 > 17:52:21 UTC --- > Ric

[Bug lto/47924] [4.6 Regression] Missed optimization with LTO

2011-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47924 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Richard G

[Bug debug/47283] [4.6 regression] ICE in refs_may_alias_p_1, at tree-ssa-alias.c

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283 --- Comment #17 from Jakub Jelinek 2011-02-28 15:47:20 UTC --- Author: jakub Date: Mon Feb 28 15:47:18 2011 New Revision: 170566 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170566 Log: PR debug/47283 * cfgexpand.c (convert_debu

[Bug middle-end/46790] [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46790 --- Comment #17 from Jakub Jelinek 2011-02-28 15:36:41 UTC --- Author: jakub Date: Mon Feb 28 15:36:37 2011 New Revision: 170565 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170565 Log: PR middle-end/46790 * configure.ac (HAVE_L

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #5 from Mirko 2011-02-28 15:21:29 UTC --- Created attachment 23495 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23495 New test to compile

[Bug rtl-optimization/47925] delete_trivially_dead_insns mishandles volatile mems

2011-02-28 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47925 rsand...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #4 from Mirko 2011-02-28 15:20:26 UTC --- Hello, using the command "make CFLAGS = '-O0' CXXFLAGS = '-O0' LIBCFLAGS = '-O0' LIBCXXFLAGS = '-O0-fno-implicit-templates' bootstrap' seems to work better. But the phase "make" stops anyway.

[Bug rtl-optimization/47925] New: delete_trivially_dead_insns mishandles volatile mems

2011-02-28 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47925 Summary: delete_trivially_dead_insns mishandles volatile mems Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug lto/47924] [4.6 Regression] Missed optimization with LTO

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

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42622 --- Comment #5 from Paolo Carlini 2011-02-28 14:51:08 UTC --- Well, I can check, but if you sent already the form, it should be matter of 1-2 weeks max for you to get back via email the pdf of your assignment. When did you send the form signed?

[Bug lto/47924] [4.6 Regression] Missed optimization with LTO

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47924 --- Comment #2 from Dmitry Gorbachev 2011-02-28 14:48:01 UTC --- Created attachment 23493 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23493 Testcase #2

[Bug lto/47924] [4.6 Regression] Missed optimization with LTO

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47924 --- Comment #1 from Dmitry Gorbachev 2011-02-28 14:47:26 UTC --- Created attachment 23492 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23492 Generated asm

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

2011-02-28 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42622 --- Comment #4 from Marc Glisse 2011-02-28 14:45:42 UTC --- (In reply to comment #3) > I think the patch is small enough > to go in at your name without Copyright Assignment. I believe I am supposed to have the paperwork in order now. Would you

[Bug lto/47924] New: [4.6 Regression] Missed optimization with LTO

2011-02-28 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47924 Summary: [4.6 Regression] Missed optimization with LTO Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassi

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42622 --- Comment #3 from Paolo Carlini 2011-02-28 14:32:09 UTC --- Testing at my end went well. I guess I'm going to apply the patch for 4.6.0, together with an handful of additional tests. I think the patch is small enough to go in at your name witho

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 --- Comment #7 from Paolo Carlini 2011-02-28 14:11:39 UTC --- Actually, fixing strstream too is easy, because it derives from basic_streambuf, which can be assumed to have __safe_pbump

[Bug middle-end/47917] snprintf(..., "const string") should be optimized into memcpy

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47917 --- Comment #1 from Jakub Jelinek 2011-02-28 13:23:20 UTC --- Created attachment 23490 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23490 gcc46-pr47917.patch Untested patch.

[Bug libobjc/47922] [4.6 Regression] libobjc crashes with garbage collection in any real-life program

2011-02-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47922 Nicola Pero changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 Paolo Carlini changed: What|Removed |Added CC||jwakely.gcc at gmail dot

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #3 from Andreas Schwab 2011-02-28 12:57:30 UTC --- This is a problem with the host compiler (powerpc-ibm-aix6.1.0.0-gcc). Try using a different compiler or reducing the optimisation level.

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 --- Comment #4 from Jonathan Wakely 2011-02-28 12:43:41 UTC --- something like this (untested) --- include/std/streambuf.orig 2011-02-28 12:40:44.559350898 + +++ include/std/streambuf 2011-02-28 12:32:20.445685621 + @@ -38,6 +38,7

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #2 from Mirko 2011-02-28 12:42:28 UTC --- The make phase was stopper with this error: if [ x"" != x ]; then \ powerpc-ibm-aix6.1.0.0-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../.././libiberty/../include -W -Wall -Wwrite-strings -Wc++

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #1 from Andrew Pinski 2011-02-28 12:37:42 UTC --- I don't see any error with the attachment you made. What is the problem you are running into?

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 --- Comment #3 from Jonathan Wakely 2011-02-28 12:36:28 UTC --- We can't change the signature of pbump, but that doesn't mean we have to call it with values that cause overflow. Could we add a safe_pbump(streamsize n) which calls pbump in a loop

[Bug bootstrap/47923] New: Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 Summary: Errors when installing GCC 4.5.2 on AIX 6.1 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: una

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

2011-02-28 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201 --- Comment #15 from Mikael Pettersson 2011-02-28 12:04:32 UTC --- (In reply to comment #14) > I'll try Kazu's patch in my next 4.4 bootstrap/regtest. Kazu's patch appears to have been for a 4.2 code base. I forward-ported it to 4.4.5, where it

[Bug libobjc/47922] New: [4.6 Regression] libobjc crashes with garbage collection in any real-life program

2011-02-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47922 Summary: [4.6 Regression] libobjc crashes with garbage collection in any real-life program Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority

[Bug libstdc++/42622] [C++0x] Improve std::ratio_less to not overflow

2011-02-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42622 --- Comment #2 from Paolo Carlini 2011-02-28 11:15:44 UTC --- Thanks Marc, let me have a closer look to the code and some testing.

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

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

[Bug rtl-optimization/47918] [4.6 regression] noreturn discovery broke non local gotos on m68k

2011-02-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.6.0 --- Comment #1 from Richard Guen

[Bug libstdc++/47921] pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread RobertPython at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 --- Comment #1 from Robert Python 2011-02-28 10:51:30 UTC --- try below program in a 64bit environment with about 8G memory: #include #include #include #define N 1 #define SIZE 40 using namespace std; int main() { const cha

[Bug libstdc++/47921] New: pbump will overflow when input n is larger than 2G-1

2011-02-28 Thread RobertPython at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47921 Summary: pbump will overflow when input n is larger than 2G-1 Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libstdc++ Ass

[Bug target/47920] strange code generated for expression (a+7)/8

2011-02-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47920 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug target/47920] strange code generated for expression (a+7)/8

2011-02-28 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47920 --- Comment #1 from Mikael Pettersson 2011-02-28 09:56:36 UTC --- Presumably because arithmetic right-shift by 3 isn't the same as a division by 8 when (a+7) is negative. Changing the types to unsigned gives the code you want.

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-02-28 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #19 from Onur Küçük 2011-02-28 09:51:50 UTC --- Created attachment 23488 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23488 revert 167492 patch

  1   2   >