[Bug debug/48176] [4.6/4.7 Regression] .debug_aranges is no longer emitted

2011-03-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48176 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/48191] internal compiler error: in issue_nops_and_insn, at config/ia64/ia64.c:8258

2011-03-18 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48191 --- Comment #1 from Steve Ellcey 2011-03-18 19:31:20 UTC --- Created attachment 23714 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23714 shorter test case Shorter test case. Reproducible on IA64 HP-UX as well with -mlp64 (and -O3 -fPIC).

[Bug target/48191] internal compiler error: in issue_nops_and_insn, at config/ia64/ia64.c:8258

2011-03-18 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48191 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/48196] New: ICE (segmentation fault) on inclusion of , C++0x

2011-03-18 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 Summary: ICE (segmentation fault) on inclusion of , C++0x Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/48196] ICE (segmentation fault) on inclusion of , C++0x

2011-03-18 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 --- Comment #1 from gcchelp.5.adept at 0sg dot net 2011-03-18 19:35:45 UTC --- Created attachment 23716 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23716 does not exhibit the bug

[Bug bootstrap/48167] [4.7 Regression] Bootstrapping revision 171075 fails on x86_64-apple-darwin10

2011-03-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48167 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Commen

[Bug c/48197] New: possible wrong code bug at -O0

2011-03-18 Thread regehr at cs dot utah.edu
--program-prefix=r171139- --enable-languages=c,c++ Thread model: posix gcc version 4.7.0 20110318 (experimental) (GCC)

[Bug tree-optimization/48198] New: [4.7 Regression] ICE: verify_ssa failed: no immediate_use list with -fopenmp --param partial-inlining-entry-probability=101

2011-03-18 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48198 Summary: [4.7 Regression] ICE: verify_ssa failed: no immediate_use list with -fopenmp --param partial-inlining-entry-probability=101 Product: gcc Version: 4.7.0 St

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #1 from Andrew Pinski 2011-03-18 19:56:42 UTC --- x = (long)0 > ((unsigned int)0 ^ (signed short)0x8000); x = (long)0 > ((unsigned)0 ^ (unsigned)0x8000); I think you missed something here (unsigned)(signed short) still sign exte

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #2 from John Regehr 2011-03-18 20:04:04 UTC --- (In reply to comment #1) >x = (long)0 > ((unsigned int)0 ^ (signed short)0x8000); >x = (long)0 > ((unsigned)0 ^ (unsigned)0x8000); > I think you missed something here (unsigned)(

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #3 from Jakub Jelinek 2011-03-18 20:09:18 UTC --- That's true, the step from the 3rd to 4th line is wrong. But that doesn't mean that on LP64 targets it should print 1. On: extern void abort (void); static int y = 0x8000; int main

[Bug debug/47308] Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x2581 [in module D:\main64.exe]

2011-03-18 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 Pawel Sikora changed: What|Removed |Added Keywords||wrong-debug Target|x86_64-pc-m

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #4 from John Regehr 2011-03-18 20:12:31 UTC --- Thanks Jakub, I was just about to send the same example!

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #5 from John Regehr 2011-03-18 20:14:51 UTC --- Here's a test case: int printf(const char *format, ...); int main (void) { int y = 0x8000; int x1 = (long)0 > ((unsigned int)0 ^ (signed short)y); int x2 = (long)0 > ((unsigned i

[Bug bootstrap/45381] [4.6/4.7 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-03-18 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #17 from Richard Henderson 2011-03-18 20:20:01 UTC --- Author: rth Date: Fri Mar 18 20:19:45 2011 New Revision: 171164 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171164 Log: PR bootstrap/45381 * lex.c [ALTIVEC] (search_lin

[Bug bootstrap/45381] [4.6/4.7 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-03-18 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 --- Comment #18 from Richard Henderson 2011-03-18 20:20:45 UTC --- Author: rth Date: Fri Mar 18 20:20:35 2011 New Revision: 171165 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171165 Log: PR bootstrap/45381 * lex.c [ALTIVEC] (search_lin

[Bug bootstrap/45381] [4.6/4.7 Regression] Bootstrap failure for powerpc-apple-darwin9: error: AltiVec argument passed to unprototyped function

2011-03-18 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45381 Richard Henderson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread regehr at cs dot utah.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 --- Comment #6 from John Regehr 2011-03-18 20:23:32 UTC --- Bleh... nevermind the longer test, it carries along my misunderstanding of the sign extension. Anyway, thanks!

[Bug c/48197] possible wrong code bug at -O0

2011-03-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7 f

[Bug tree-optimization/48198] [4.7 Regression] ICE: verify_ssa failed: no immediate_use list with -fopenmp --param partial-inlining-entry-probability=101

2011-03-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48198 Jakub Jelinek changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug c/48199] New: unable to emulate 'TF'. Patch for mips64el r5900

2011-03-18 Thread archicharmer at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48199 Summary: unable to emulate 'TF'. Patch for mips64el r5900 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unass

[Bug c/48199] unable to emulate 'TF'. Patch for mips64el r5900

2011-03-18 Thread archicharmer at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48199 --- Comment #1 from Deny 2011-03-18 22:43:34 UTC --- http://www.megaupload.com/?d=GREE7D1X

[Bug target/41482] ICE in libgfortran arm thumb multilib compile

2011-03-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41482 Michael Meissner changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|unassigned

[Bug target/41482] ICE in libgfortran arm thumb multilib compile

2011-03-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41482 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|WAITING AssignedTo|meissner at

[Bug target/41482] ICE in libgfortran arm thumb multilib compile

2011-03-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41482 Michael Meissner changed: What|Removed |Added Attachment #23718|0 |1 is obsolete|

[Bug preprocessor/48192] Conditional macros should not pass #ifdef

2011-03-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug preprocessor/48192] Conditional macros should not pass #ifdef

2011-03-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48192 Michael Meissner changed: What|Removed |Added Attachment #23711|0 |1 is obsolete|

[Bug target/48191] internal compiler error: in issue_nops_and_insn, at config/ia64/ia64.c:8258

2011-03-18 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48191 --- Comment #3 from Steve Ellcey 2011-03-18 23:40:43 UTC --- It looks like this is the same problem as PR 43603 (but with a different error result). I can reproduce it on the trunk at r167587, but it is fixed at r167588. To fix it in the 4.5 br

[Bug target/43603] gcc-4.4.3 ICE on ia64 with -O3

2011-03-18 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43603 --- Comment #9 from Steve Ellcey 2011-03-18 23:45:07 UTC --- Andrey, I was just looking at PR 48191, a bug submitted against GCC 4.5.2. It looks like it is caused by the same problem that this patch fixes. Can you back port this fix to the 4.5

[Bug objc/48187] infinite errors with misplaced [ in @interface definition

2011-03-18 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48187 Nicola Pero changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 Nicola Pero changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug lto/48200] New: linking shared library with LTO results in different exported symbols

2011-03-18 Thread zeev.tarantov at gmail dot com
et.o names-cache.o params.o caps.o sysfs.o proc.o i386-ports.o -lz -lresolv Then: objdump -T libpci.so.3.1.7 | grep pci_fill_info No such symbol. gcc (Gentoo SVN) 4.6.0-pre9999 20110318 (prerelease) rev. 171169 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source f

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 --- Comment #11 from Nicola Pero 2011-03-19 01:24:47 UTC --- Having looked at some of the warnings generated in GNUstep if you compile with -fstrict-aliasing, they seem to be C warnings with little relevance to Objective-C (they mostly seem to be

[Bug pch/48201] New: ndefined reference to `__builtin_stdarg_start' when compiling util-vserver-0.30.216 on gentoo

2011-03-18 Thread praktakus at go2 dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48201 Summary: ndefined reference to `__builtin_stdarg_start' when compiling util-vserver-0.30.216 on gentoo Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: blocker

[Bug pch/48201] ndefined reference to `__builtin_stdarg_start' when compiling util-vserver-0.30.216 on gentoo

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

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 --- Comment #12 from Mike Stump 2011-03-19 03:58:25 UTC --- Any warnings generated that are invalid are bugs. These bugs should be filed, and we'll fix them. Please attach an example file that generate warnings.

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread john.engelhart at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 --- Comment #13 from John Engelhart 2011-03-19 04:06:28 UTC --- I'm the original reporter. At this point, I no longer have any specific examples that demonstrate this problem (this was filed quite some time ago). m...@gcc.gnu.org: > So, I'm so

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug objc/39753] [4.3/4.4/4.5/4.6/4.7 Regression] Objective-C(++) and C90 strict-aliasing interaction bug

2011-03-18 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753 m...@gcc.gnu.org changed: What|Removed |Added Status|NEW |WAITING --- Comment #15 from mrs at gc

<    1   2