[Bug target/55654] objc/obj-c++ failures present under darwin10

2012-12-11 Thread howarth at nitro dot med.uc.edu
-apple-darwin10.8.0/4.8.0/lto-wrapper Target: x86_64-apple-darwin10.8.0 Configured with: ../gcc-4.8-20121211/configure --prefix=/sw --prefix=/sw/lib/gcc4.8 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.8/info --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw --with-libiconv

[Bug c++/53094] constexpr vector subscripting

2012-12-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #14 from Marc Glisse 2012-12-11 20:20:34 UTC --- Author: glisse Date: Tue Dec 11 20:20:23 2012 New Revision: 194421 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194421 Log: 2012-12-11 Marc Glisse PR c++/

[Bug target/55656] New: objc/obj-c++ failures present under darwin11

2012-12-11 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Bug #: 55656 Summary: objc/obj-c++ failures present under darwin11 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/55654] objc/obj-c++ failures present under darwin10

2012-12-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55654 --- Comment #4 from Dominique d'Humieres 2012-12-11 20:34:32 UTC --- I don't see this with Xcode 3.2.6: PASS: obj-c++.dg/torture/strings/string1.mm -O2 -flto -flto-partition=none -fnext-runtime (test for excess errors) PASS: obj-c++.d

[Bug target/55657] New: objc/obj-c++ failures present under darwin12

2012-12-11 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 Bug #: 55657 Summary: objc/obj-c++ failures present under darwin12 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-12-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resoluti

[Bug c++/55655] cannot export specialized template

2012-12-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55655 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/55655] cannot export specialized template

2012-12-11 Thread mw_triad at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55655 --- Comment #2 from Matthew Woehlke 2012-12-11 21:06:26 UTC --- Created attachment 28930 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28930 example code Here's a simplified concrete example. Since we are talking about correct vi

[Bug target/55657] objc/obj-c++ failures present under darwin12

2012-12-11 Thread howarth at nitro dot med.uc.edu
::operator<< > (__out=@0xae180, __s=0x2b78 "Testing objc_copyProtocolList ()...\n") at ostream:540 540} (gdb) main () at /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/gnu-api-2-objc.mm:106 106id my_protocol = @protocol

[Bug target/55657] objc/obj-c++ failures present under darwin12

2012-12-11 Thread howarth at nitro dot med.uc.edu
/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/method-12.mm -fno-diagnostics-show-caret -nostdinc++ -I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/libstdc++-v3/include/x86_64

[Bug sanitizer/55533] Can't bootstrap libsanitizer

2012-12-11 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55533 --- Comment #2 from hjl at gcc dot gnu.org 2012-12-11 21:32:15 UTC --- Author: hjl Date: Tue Dec 11 21:32:11 2012 New Revision: 194424 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194424 Log: Add libstdc++-raw-cxx.m4 and use

[Bug target/55657] objc/obj-c++ failures present under darwin12

2012-12-11 Thread howarth at nitro dot med.uc.edu
/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/obj-c++/../../ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121211/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm -fno-diagnostics-show-caret -nostdinc++ -I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/libstdc

[Bug c++/54883] [4.6/4.7/4.8 Regression] Name mangling of types in an unnamed namespace

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54883 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/55655] cannot export specialized template

2012-12-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55655 --- Comment #3 from Jonathan Wakely 2012-12-11 21:49:13 UTC --- Which symbols are hidden which you don't want to be? What do you mean "instantiation failed"? You get a warning but it works.

[Bug tree-optimization/51513] Only partially optimizes away __builtin_unreachable switch default case

2012-12-11 Thread empann at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51513 Emil L changed: What|Removed |Added CC||empann at hotmail dot com --- Comment

[Bug target/39244] Various cleanup tests fail

2012-12-11 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39244 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comme

[Bug rtl-optimization/55611] Operand swapping for commutative operators

2012-12-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55611 --- Comment #1 from Marc Glisse 2012-12-11 22:12:01 UTC --- Created attachment 28931 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28931 Use tree code to determine the canonical order In this patch, I remove the external calls to

[Bug c++/55631] Several ext/ headers can not be #included on their own

2012-12-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55631 --- Comment #2 from Jonathan Wakely 2012-12-11 22:28:06 UTC --- Author: redi Date: Tue Dec 11 22:28:01 2012 New Revision: 194429 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194429 Log: PR libstdc++/55631 * include/e

[Bug c++/54416] [4.7/4.8 Regression] ICE (segv) in codegen

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54416 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/55631] Several ext/ headers can not be #included on their own

2012-12-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55631 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|c+

[Bug fortran/55539] [4.8 Regression] -fno-sign-zero may generate output with the wrong sign

2012-12-11 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55539 --- Comment #3 from Harald Anlauf 2012-12-11 22:33:21 UTC --- (In reply to comment #2) I played a little bit with the code and found that the following patch appears to fix my problem: Index: libgfortran/io/write_float.def ==

[Bug tree-optimization/51513] Only partially optimizes away __builtin_unreachable switch default case

2012-12-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51513 Steven Bosscher changed: What|Removed |Added CC||steven at gcc dot gnu.org ---

[Bug c++/54883] [4.6/4.7/4.8 Regression] Name mangling of types in an unnamed namespace

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54883 --- Comment #4 from Jason Merrill 2012-12-11 22:46:16 UTC --- Author: jason Date: Tue Dec 11 22:46:08 2012 New Revision: 194430 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194430 Log: PR c++/54883 * decl2.c (min_vis

[Bug c++/54883] [4.6/4.7/4.8 Regression] Name mangling of types in an unnamed namespace

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54883 --- Comment #5 from Jason Merrill 2012-12-11 22:46:29 UTC --- Author: jason Date: Tue Dec 11 22:46:22 2012 New Revision: 194431 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194431 Log: PR c++/54883 * decl2.c (min_vis

[Bug c++/54883] [4.6/4.7/4.8 Regression] Name mangling of types in an unnamed namespace

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54883 --- Comment #6 from Jason Merrill 2012-12-11 22:46:51 UTC --- Author: jason Date: Tue Dec 11 22:46:37 2012 New Revision: 194432 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194432 Log: PR c++/54883 * decl2.c (min_vis

[Bug c++/54883] [4.6/4.7/4.8 Regression] Name mangling of types in an unnamed namespace

2012-12-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54883 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-11 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #155 from Markus Trippelsdorf 2012-12-11 22:57:14 UTC --- (In reply to comment #154) > What was the size of the gcc lto/pgo binary before the change to use the > histogram? Was it close to the gcc 4.7 lto/pgo size? In that case

[Bug c++/55655] cannot export specialized template

2012-12-11 Thread mw_triad at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55655 --- Comment #4 from Matthew Woehlke 2012-12-11 23:34:21 UTC --- (In reply to comment #3) > Which symbols are hidden which you don't want to be? ptr > What do you mean "instantiation failed"? You get a warning but it works. It fails

[Bug sanitizer/55533] Can't bootstrap libsanitizer

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

[Bug target/39244] Various cleanup tests fail

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39244 --- Comment #8 from John David Anglin 2012-12-11 23:40:34 UTC --- Still see these on my arm box. glibc is now somewhat old. http://gcc.gnu.org/ml/gcc-testresults/2012-12/msg00871.html Box has a Marvell processor.

[Bug c++/55652] [4.8 Regression] ICE (segfault) with templates and structs

2012-12-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55652 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 John David Anglin changed: What|Removed |Added Target|hppa2.0w-hp-hpux11.11 |hppa*-*-* (32-bit) Hos

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-11 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #156 from Teresa Johnson 2012-12-12 00:00:17 UTC --- On Tue, Dec 11, 2012 at 2:57 PM, markus at trippelsdorf dot de wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 > > --- Comment #155 from Markus Trippelsdorf

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #3 from John David Anglin 2012-12-12 00:12:13 UTC --- Breakpoint 1, simplify_subreg (outermode=SImode, op=0x40660c70, innermode=BLKmode, byte=0) at ../../gcc/gcc/simplify-rtx.c:5682 5682 gcc_assert (innermode != BLKmo

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #4 from John David Anglin 2012-12-12 01:00:59 UTC --- Introduced between 192625 and 192884.

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
--enable-threads=posix --enable-__cxa_atexit --build=hppa-linux-gnu --enable-clocale=gnu --enable-java-gc=boehm --enable-languages=c,c++,objc,fortran,obj-c++,java,ada,lto Thread model: posix gcc version 4.8.0 20121211 (experimental) [trunk revision 194379] (GCC)

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-11 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 --- Comment #6 from John David Anglin 2012-12-12 03:58:29 UTC --- Introduced by the following commit: Author: ebotcazou Date: Sat Oct 20 21:00:23 2012 New Revision: 192641 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192641

[Bug other/54324] [4.8 Regression] GCC install document does not list minimum required g++ version

2012-12-11 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54324 --- Comment #7 from Aldy Hernandez 2012-12-12 05:09:09 UTC --- Another proposed patch. http://gcc.gnu.org/ml/gcc-patches/2012-12/msg00766.html

[Bug c/55658] New: bitfields and __attribute__((packed)) generate horrible code on x86_64

2012-12-11 Thread tudorb at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55658 Bug #: 55658 Summary: bitfields and __attribute__((packed)) generate horrible code on x86_64 Classification: Unclassified Product: gcc Version: 4.7.1 Status

[Bug middle-end/55658] bitfields and __attribute__((packed)) generate horrible code on x86_64

2012-12-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55658 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Com

[Bug target/55659] New: [4.8 Regression] [SH] Build failure with ICE in dwarf2out_var_location, at dwarf2out.c:20748

2012-12-11 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55659 Bug #: 55659 Summary: [4.8 Regression] [SH] Build failure with ICE in dwarf2out_var_location, at dwarf2out.c:20748 Classification: Unclassified Product: gcc Version: 4.8

[Bug middle-end/55658] bitfields and __attribute__((packed)) generate horrible code on x86_64

2012-12-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55658 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/55410] [asan] bit field accesses are not instrumented

2012-12-11 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55410 Kostya Serebryany changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/55660] New: ICE instead of some warning during lto build

2012-12-11 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55660 Bug #: 55660 Summary: ICE instead of some warning during lto build Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/55659] [4.8 Regression] [SH] Build failure with ICE in dwarf2out_var_location, at dwarf2out.c:20748

2012-12-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55659 --- Comment #1 from Jakub Jelinek 2012-12-12 07:28:32 UTC --- Please provide preprocessed testcase and gcc options, so that this can be looked at from a cross-compiler. Very likely md reorg pass does something wrong.

[Bug target/55659] [4.8 Regression] [SH] Build failure with ICE in dwarf2out_var_location, at dwarf2out.c:20748

2012-12-11 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55659 --- Comment #2 from Kazumoto Kojima 2012-12-12 07:34:20 UTC --- (In reply to comment #1) > Please provide preprocessed testcase and gcc options, so that this can be > looked at from a cross-compiler. > Very likely md reorg pass does somet

<    1   2