[Bug c++/46717] Compiler segfault in profile-use mode

2010-11-29 Thread maeyanie at deathwyrm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #5 from Maeyanie 2010-11-30 07:47:09 UTC --- Seems to be because I tried to attach it uncompressed the first time, and it was too large for something. Gzipping it lets me attach it. Sorry for the trouble.

[Bug c++/46717] Compiler segfault in profile-use mode

2010-11-29 Thread maeyanie at deathwyrm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #4 from Maeyanie 2010-11-30 07:45:41 UTC --- Created attachment 22574 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22574 Preprocessed source

[Bug c++/46717] Compiler segfault in profile-use mode

2010-11-29 Thread maeyanie at deathwyrm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #3 from Maeyanie 2010-11-30 07:41:08 UTC --- Preprocessed source was supposed to be attached with the initial submission... but it seems to have gotten lost somewhere... let me try that again.

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug target/42904] Attribute dllexport should imply externally_visible

2010-11-29 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42904 --- Comment #4 from Dmitry Gorbachev 2010-11-30 07:39:04 UTC --- Fixed?

[Bug libfortran/46720] [4.6 Regression] missing quadmath_weak.h with --enable-maintainer-mode

2010-11-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46720 Thomas Koenig changed: What|Removed |Added Known to work||4.5.1 Target Milestone|---

[Bug libfortran/46720] New: [4.6 Regression] missing quadmath_weak.h with --enable-maintainer-mode

2010-11-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46720 Summary: [4.6 Regression] missing quadmath_weak.h with --enable-maintainer-mode Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal

[Bug c++/46717] Compiler segfault in profile-use mode

2010-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #2 from Uros Bizjak 2010-11-30 07:19:45 UTC --- Please provide preprocessed source / testcase /reduced testcase folowing the instructions at http://gcc.gnu.org/bugs/#report .

[Bug bootstrap/45888] tm.texi generation is not portable, rule is broken

2010-11-29 Thread Ralf.Wildenhues at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888 --- Comment #17 from Ralf Wildenhues 2010-11-30 06:18:58 UTC --- * anhvofrcaus at gmail dot com wrote on Tue, Nov 30, 2010 at 01:25:49AM CET: > It is interesting that this fix worked for Cesar but not for me. In fact, it > failed the same way, as

[Bug tree-optimization/46651] [4.5 Regression] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/46719] New: Cannot call C++0x variadic function template

2010-11-29 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Summary: Cannot call C++0x variadic function template Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig

[Bug libstdc++/46718] [c++0x] nullptr_t must be scalar

2010-11-29 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46718 --- Comment #1 from Roman Kononov 2010-11-30 02:09:44 UTC --- This is required by "20.7.4.2 Composite type traits" and "3.9 Types"

[Bug libstdc++/46718] New: [c++0x] nullptr_t must be scalar

2010-11-29 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46718 Summary: [c++0x] nullptr_t must be scalar Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassig...@gc

[Bug c++/46717] Compiler segfault in profile-use mode

2010-11-29 Thread maeyanie at deathwyrm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 --- Comment #1 from Maeyanie 2010-11-30 01:29:06 UTC --- Also, since this crash seems to be in the boost headers, I'm using the following boost package: boost-1.44.0-1.fc14.x86_64

[Bug c++/46717] New: Compiler segfault in profile-use mode

2010-11-29 Thread maeyanie at deathwyrm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46717 Summary: Compiler segfault in profile-use mode Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc

[Bug tree-optimization/46651] [4.5 Regression] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread bjackson at inavia dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #18 from Brad Jackson 2010-11-30 00:59:09 UTC --- Firefox trunk successfully compiles with the patch applied to the 4.5.2 20101125 snapshot.

[Bug debug/46258] gcc.dg/tree-ssa/pr23820.c: -fcompare-debug failure with -O3 -ffloat-store

2010-11-29 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46258 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/45888] tm.texi generation is not portable, rule is broken

2010-11-29 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888 --- Comment #16 from Anh Vo 2010-11-30 00:25:26 UTC --- (In reply to comment #15) > Author: amylaar > Date: Thu Nov 25 08:02:13 2010 > New Revision: 167137 > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167137 > Log: > 2010-11-25 Joern

[Bug c/46716] New: bad code generated with -mno-sse2 -m64

2010-11-29 Thread mathog at caltech dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46716 Summary: bad code generated with -mno-sse2 -m64 Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.

[Bug c++/46715] template constructor - Compiler Bus error under -O2/-Os

2010-11-29 Thread mgr.clark at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46715 --- Comment #1 from Matthew Clark 2010-11-29 23:49:47 UTC --- Created attachment 22573 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22573 pre processed source Missing preprocessed source

[Bug c++/46715] New: template constructor - Compiler Bus error under -O2/-Os

2010-11-29 Thread mgr.clark at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46715 Summary: template constructor - Compiler Bus error under -O2/-Os Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug other/46695] [4.6 regression] failure to build X from darwin to cris-elf with lto enabled

2010-11-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46695 --- Comment #2 from Iain Sandoe 2010-11-29 23:45:00 UTC --- (In reply to comment #1) > (In reply to comment #0) > > > /bin/sh ./libtool --tag=CC --mode=link /GCC/current/bin/gcc-4.6trunk -Wall > > -Werror -g -O2 -no-undefined > > Undefined sym

[Bug other/46695] [4.6 regression] failure to build X from darwin to cris-elf with lto enabled

2010-11-29 Thread pogma at thewrittenword dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46695 Peter O'Gorman changed: What|Removed |Added CC||pogma at thewrittenword dot

[Bug middle-end/46667] [4.6 Regression] -freorder-blocks-and-partition -g failed and libstdc++ builds for arm-eabi are broken.

2010-11-29 Thread John.Tytgat at aaug dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46667 --- Comment #5 from John Tytgat 2010-11-29 23:04:53 UTC --- (In reply to comment #3) > It is caused by revision 167085: > > http://gcc.gnu.org/ml/gcc-cvs/2010-11/msg00974.html Yes, confirmed here as well. This is the regression.

[Bug c/46713] -fvisibility=hidden generates broken code

2010-11-29 Thread river+gcc at tamara dot tcx.org.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46713 --- Comment #3 from River Tarnell 2010-11-29 22:58:37 UTC --- Okay, so the problem seems to be that objdump (from binutils) wasn't in $PATH when GCC was built, which makes configure mis-detect 'as' as not supporting .hidden when it actually does.

[Bug driver/46712] exec-tool.in doesn't work with -fuse-linker-plugin in a gcc+binutils combined tree

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46712 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2010-11-29 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #9 from David Edelsohn 2010-11-29 22:28:20 UTC --- If I understand correctly, the line 0 error occurs in both AIX and BFD, so it is not a bug. Did something change in GCC that now generates line 0 debug information? Is the 64K limit

[Bug middle-end/32917] make profiledbootstrap fails with coverage mismatch with --disable-checking

2010-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32917 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug driver/46712] exec-tool.in doesn't work with -fuse-linker-plugin in a gcc+binutils combined tree

2010-11-29 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46712 --- Comment #2 from hjl at gcc dot gnu.org 2010-11-29 22:18:39 UTC --- Author: hjl Date: Mon Nov 29 22:18:35 2010 New Revision: 167275 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167275 Log: Check and export LT_RCU_$id instead of LT_RC

[Bug tree-optimization/46651] [4.5 Regression] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #17 from hjl at gcc dot gnu.org 2010-11-29 21:54:28 UTC --- Author: hjl Date: Mon Nov 29 21:54:24 2010 New Revision: 167274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167274 Log: Use SSA_NAME_DEF_STMT only on SSA_NAMEs. g

[Bug target/29141] static constructors beyond 64k fail

2010-11-29 Thread g...@d-silva.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29141 Alastair D'Silva changed: What|Removed |Added CC||g...@d-silva.org --- Comment #8 from A

[Bug c/46713] -fvisibility=hidden generates broken code

2010-11-29 Thread river+gcc at tamara dot tcx.org.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46713 --- Comment #2 from River Tarnell 2010-11-29 21:33:17 UTC --- It was not: hemlock% grep HAVE_GAS_HIDDEN auto-host.h /* #undef HAVE_GAS_HIDDEN */ Relevant extract from config.log: configure:21227: checking assembler for .hidden configure:21242

[Bug c/46713] -fvisibility=hidden generates broken code

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46713 --- Comment #1 from Andrew Pinski 2010-11-29 21:28:31 UTC --- HAVE_GAS_HIDDEN should have been defined as far as I can tell. #ifdef HAVE_GAS_HIDDEN #else warning (OPT_Wattributes, "visibility attribute not supported " "in this

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-29 Thread pcpa at mandriva dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #27 from Paulo César Pereira de Andrade 2010-11-29 21:26:32 UTC --- Created attachment 22572 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22572 test case I learned most of apache/apr/apr-util internals while debugging this prob

[Bug c++/46714] New: [trans-mem] aliased to undefined symbol with -O1

2010-11-29 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46714 Summary: [trans-mem] aliased to undefined symbol with -O1 Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug c/46713] New: -fvisibility=hidden generates broken code

2010-11-29 Thread river+gcc at tamara dot tcx.org.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46713 Summary: -fvisibility=hidden generates broken code Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassig...@gc

[Bug middle-end/46709] [4.6 regression] internal compiler error: process_function_and_variable_attributes gcc/cgraphunit.c:847

2010-11-29 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46709 Dave Korn changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug plugins/41757] Add PLUGIN_FINISH_DECL

2010-11-29 Thread bhackett1024 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41757 Brian Hackett changed: What|Removed |Added CC||bhackett1024 at gmail dot

[Bug target/42536] [4.4/4.5/4.6 regression] ICE in spill_failure, at reload1.c:2141

2010-11-29 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment

[Bug fortran/46705] Spurious "Missing '&' in continued character constant" warning occurs twice

2010-11-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46705 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug driver/46712] exec-tool.in doesn't work with -fuse-linker-plugin in a gcc+binutils combined tree

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46712 H.J. Lu changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p |

[Bug target/42536] [4.4/4.5/4.6 regression] ICE in spill_failure, at reload1.c:2141

2010-11-29 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #5 fro

[Bug tree-optimization/46675] [4.6 Regression] profiledbootstrap failed

2010-11-29 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46675 --- Comment #34 from uros at gcc dot gnu.org 2010-11-29 20:31:25 UTC --- Author: uros Date: Mon Nov 29 20:31:21 2010 New Revision: 167267 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167267 Log: 2010-11-29 Zdenek Dvorak PR tree-op

[Bug tree-optimization/46651] [4.5 Regression] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread saellaven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 saellaven at gmail dot com changed: What|Removed |Added Component|middle-end |tree-optimization --- Comment

[Bug driver/46712] New: exec-tool.in doesn't work with -fuse-linker-plugin in a gcc+binutils combined tree

2010-11-29 Thread hjl.tools at gmail dot com
-in specs. COLLECT_GCC=/export/build/gnu/tools-lto/build-x86_64-linux/gcc/xgcc Target: x86_64-unknown-linux-gnu Configured with: /export/gnu/src/tools-lto/tools/configure --enable-languages=c --disable-bootstrap --prefix=/usr/gcc-4.6-lto --with-local-prefix=/usr/local Thread model: posix gcc version 4.6.0 20101129 (experimental) (GCC) [...@gnu-6 pr12245-1]$

[Bug c/46711] __builtin_choose_expr checks not chosen expression

2010-11-29 Thread przemoc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711 --- Comment #3 from Przemysław Pawełczyk 2010-11-29 20:07:20 UTC --- Andrew, thanks for the always_inline hint. But weren't you too fast with marking PR 46711 as duplicate of PR 19449? Check which lines are marked with errors. 8th line is not me

[Bug target/42536] [4.4/4.5/4.6 regression] ICE in spill_failure, at reload1.c:2141

2010-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c/46711] __builtin_choose_expr checks not chosen expression

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711 --- Comment #2 from Andrew Pinski 2010-11-29 19:40:04 UTC --- Try: static inline unsigned long * _param(struct pt_regs *regs, const int num) __attribute__((always_inline)); static inline unsigned long * _param(struct pt_regs *regs, const int num)

[Bug c/19449] __builtin_constant_p cannot resolve to const when optimizing

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19449 Andrew Pinski changed: What|Removed |Added CC||przemoc at gmail dot com --- Comment #3 f

[Bug c/46711] __builtin_choose_expr checks not chosen expression

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/46711] New: __builtin_choose_expr checks not chosen expression

2010-11-29 Thread przemoc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711 Summary: __builtin_choose_expr checks not chosen expression Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: una

[Bug fortran/46703] Wrong I/O output (only) when running under valgrind

2010-11-29 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46703 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #1 f

[Bug debug/46258] gcc.dg/tree-ssa/pr23820.c: -fcompare-debug failure with -O3 -ffloat-store

2010-11-29 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46258 --- Comment #4 from Alexandre Oliva 2010-11-29 19:20:52 UTC --- Author: aoliva Date: Mon Nov 29 19:20:48 2010 New Revision: 167264 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167264 Log: PR debug/46258 * tree-cfg.c (replace_uses_by): D

[Bug debug/46338] -fcompare-debug failure (length) with -O -fprofile-generate

2010-11-29 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46338 --- Comment #7 from Alexandre Oliva 2010-11-29 19:18:27 UTC --- Author: aoliva Date: Mon Nov 29 19:18:24 2010 New Revision: 167263 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167263 Log: PR debug/46338 * g++.dg/debug/pr46338.C: New. A

[Bug middle-end/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 Ryan Hill changed: What|Removed |Added CC||dirtyepic at gentoo dot org --- Comment #15 f

[Bug c++/14258] typename in a using declaration not supported

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258 Andrew Pinski changed: What|Removed |Added CC||ilpoilves at hotmail dot

[Bug c++/46690] Using declaration of a dependent name

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46690 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread dirtyepic at gentoo dot org
.gentoo.org/ --with-pkgversion='Gentoo SVN' Thread model: posix gcc version 4.5.2-pre 20101129 (prerelease) rev. 167257 (Gentoo SVN) COLLECT_GCC_OPTIONS='-DHAVE_CONFIG_H' '-I..' '-I/usr/include/pixman-1' '-Wno-unused-parameter' '-Wno-attributes

[Bug middle-end/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 H.J. Lu changed: What|Removed |Added Component|tree-optimization |middle-end Target Milestone|---

[Bug tree-optimization/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #13 from H.J. Lu 2010-11-29 19:10:15 UTC --- Created attachment 22567 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22567 A patch backported from trunk Please try this.

[Bug tree-optimization/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread bjackson at inavia dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #12 from Brad Jackson 2010-11-29 19:08:53 UTC --- Can the fix be applied to the branch before the 4.5.2 release? Seems like it's low risk since probably not too many people are using Graphite options.

[Bug middle-end/46709] [4.6 regression] internal compiler error: process_function_and_variable_attributes gcc/cgraphunit.c:847

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46709 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug treelang/46709] [4.6 regression] internal compiler error: process_function_and_variable_attributes gcc/cgraphunit.c:847

2010-11-29 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46709 gee changed: What|Removed |Added Summary|[4.6 regression] internal |[4.6 regression] internal |compil

[Bug tree-optimization/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW --- Comment #11 from H.J. Lu 2010-11-29 18

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Andi Kleen changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug objc/46710] New: fast enumeration tests failing on ia64-suse-linux-gnu

2010-11-29 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46710 Summary: fast enumeration tests failing on ia64-suse-linux-gnu Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: objc AssignedTo

[Bug target/42894] [4.5/4.6 Regression] Invalid rtl sharing in Thumb1.

2010-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #14

[Bug treelang/46709] New: [4.6 regression] internal compiler error: segmentation fault

2010-11-29 Thread jojelino at gmail dot com
api=unicode --enable-tls --disable-bootstrap --enable-shared --disable-sjlj-exceptions --enable-gomp Thread model: posix gcc version 4.6.0 20101129 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-mtune=generic' '-march=pentiumpro' /usr/libexec/gcc/i686-pc-cygwin/4.6.

[Bug target/44392] [4.5 Regression] libgcc compile with --enable-target-optspace (-Os) causes recursion in __bswapsi2

2010-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Known to wo

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 --- Comment #7 from Eric Botcazou 2010-11-29 18:18:33 UTC --- Created attachment 22565 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22565 Reduced testcase for x86

[Bug lto/45475] target use in libcpp breaks LTO bootstrap

2010-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug c/28575] misleading __builtin_choose_expr documentation error

2010-11-29 Thread przemoc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28575 Przemysław Pawełczyk changed: What|Removed |Added CC||przemoc at gmail dot com --- Comme

[Bug c++/46078] [4.6 regression] new valgrind warnings when compiling an optimization test case

2010-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46078 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread saellaven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #10 from saellaven at gmail dot com 2010-11-29 17:50:32 UTC --- success after reverting the patch from http://gcc.gnu.org/PR45314 /usr/src/build-revert/./gcc/xgcc -v Using built-in specs. COLLECT_GCC=/usr/src/build-revert/./gcc/xgcc Ta

[Bug target/46708] SFU 3.5 SDK on Windows XP Professional, segmentation fault with gcc (program cc1) is

2010-11-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46708 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c

[Bug tree-optimization/46675] [4.6 Regression] profiledbootstrap failed

2010-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46675 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug c/46708] New: SFU 3.5 SDK on Windows XP Professional, segmentation fault with gcc (program cc1) is

2010-11-29 Thread adutta at easylink dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46708 Summary: SFU 3.5 SDK on Windows XP Professional, segmentation fault with gcc (program cc1) is Product: gcc Version: 3.3 Status: UNCONFIRMED Severity: blocker Prior

[Bug tree-optimization/46675] [4.6 Regression] profiledbootstrap failed

2010-11-29 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46675 --- Comment #32 from uros at gcc dot gnu.org 2010-11-29 17:08:20 UTC --- Author: uros Date: Mon Nov 29 17:08:16 2010 New Revision: 167256 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167256 Log: 2010-11-29 Zdenek Dvorak PR tree-op

[Bug ada/46707] New: Storage_Error in GNAT with anonymous "not null" subtype

2010-11-29 Thread jp.sittingduck+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46707 Summary: Storage_Error in GNAT with anonymous "not null" subtype Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: a

[Bug tree-optimization/46651] ICE with graphite enabled in cairo-1.8.10

2010-11-29 Thread saellaven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46651 --- Comment #9 from saellaven at gmail dot com 2010-11-29 16:53:31 UTC --- fails with the unmodified 20101125 snapshot. I'm going to revert the patch I found above and will report back in a little while on whether or not it solves it in vanillla gc

[Bug c++/42260] [4.3/4.4/4.5 Regression] ICE looking up template conversion operator

2010-11-29 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42260 --- Comment #5 from Dodji Seketeli 2010-11-29 16:31:53 UTC --- Author: dodji Date: Mon Nov 29 16:31:40 2010 New Revision: 167250 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167250 Log: Fix PR c++/42260 and ensure PR c++/45383 is fixed

[Bug c++/45383] [4.5/4.6 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2010-11-29 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 --- Comment #6 from Dodji Seketeli 2010-11-29 16:31:54 UTC --- Author: dodji Date: Mon Nov 29 16:31:40 2010 New Revision: 167250 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167250 Log: Fix PR c++/42260 and ensure PR c++/45383 is fixed

[Bug c++/42260] [4.3/4.4/4.5 Regression] ICE looking up template conversion operator

2010-11-29 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42260 --- Comment #4 from Dodji Seketeli 2010-11-29 16:31:10 UTC --- Author: dodji Date: Mon Nov 29 16:30:54 2010 New Revision: 167248 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167248 Log: Fix PR c++/45383 Reverting the fix for PR c++/422

[Bug c++/45383] [4.5/4.6 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2010-11-29 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 --- Comment #5 from Dodji Seketeli 2010-11-29 16:31:07 UTC --- Author: dodji Date: Mon Nov 29 16:30:54 2010 New Revision: 167248 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167248 Log: Fix PR c++/45383 Reverting the fix for PR c++/422

[Bug debug/46101] [4.6 Regression] ICE: in build_abbrev_table, at dwarf2out.c:10333 with -feliminate-dwarf2-dups -g

2010-11-29 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46101 --- Comment #4 from Dodji Seketeli 2010-11-29 16:29:11 UTC --- Author: dodji Date: Mon Nov 29 16:29:05 2010 New Revision: 167246 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167246 Log: Fix PR debug/46101 gcc/ * dwarf2out.c (lookup

[Bug lto/45949] ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -flto/-fwhopr on invalid code

2010-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45949 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug c++/46653] [trans-mem] ICE with volatile int in transactional constructor using -O1

2010-11-29 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46653 Aldy Hernandez changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/45640] gcc.c-torture/execute/20050316-2.c ICEs with -mno-mmx -m3dnow -flto

2010-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45640 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-11-29 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 --- Comment #9 from Aldy Hernandez 2010-11-29 16:04:18 UTC --- The -O1 ICE is due to the fact that we have an inline function that has been marked as transaction_pure, but contains an inline asm. The following code sets the 'saw_unsafe' bit, reg

[Bug target/45084] configure: error: no 8-bit type

2010-11-29 Thread norak.van at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 norak.van at gmail dot com changed: What|Removed |Added CC||norak.van at gmail dot com --

[Bug target/45084] configure: error: no 8-bit type

2010-11-29 Thread norak.van at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #8 from norak.van at gmail dot com 2010-11-29 15:43:20 UTC --- Created attachment 22564 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22564 config

[Bug driver/44986] -fuse-linker-plugin -save-temps gives resolution file base name of last argument

2010-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44986 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-11-29 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 Aldy Hernandez changed: What|Removed |Added Status|REOPENED|WAITING --- Comment #8 from Aldy Hernand

[Bug middle-end/46685] [4.6 Regression] New stack alignment failures

2010-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46685 --- Comment #7 from Jakub Jelinek 2010-11-29 15:17:30 UTC --- I guess we could do something like: --- varasm.c.jj2010-11-29 12:39:07.0 +0100 +++ varasm.c2010-11-29 15:15:53.0 +0100 @@ -534,6 +534,15 @@ section * default_f

[Bug target/33120] Data not put in BSS section on Mac OS

2010-11-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33120 --- Comment #18 from Iain Sandoe 2010-11-29 14:58:24 UTC --- Author: iains Date: Mon Nov 29 14:58:16 2010 New Revision: 167242 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167242 Log: PR target/26427 PR target/33120 PR test

[Bug testsuite/35710] FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors)

2010-11-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35710 --- Comment #8 from Iain Sandoe 2010-11-29 14:58:25 UTC --- Author: iains Date: Mon Nov 29 14:58:16 2010 New Revision: 167242 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167242 Log: PR target/26427 PR target/33120 PR tests

[Bug target/26427] with -fsection-anchors with zero sized structs

2010-11-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26427 --- Comment #21 from Iain Sandoe 2010-11-29 14:58:23 UTC --- Author: iains Date: Mon Nov 29 14:58:16 2010 New Revision: 167242 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167242 Log: PR target/26427 PR target/33120 PR test

[Bug target/45263] registers used in __do_global_ctors can get clobbered

2010-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263 Richard Guenther changed: What|Removed |Added CC||mschulze at ivs dot

[Bug c++/46706] global constructors does not work properly since changes from bug 29141

2010-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46706 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46701] [C++0x] ICE in build_data_member_initialization, at cp/semantics.c:5503

2010-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46701 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

  1   2   >