[Bug c++/52816] New: Access to private members inside decltype in the signature of a member template causes access control error

2012-04-01 Thread jewillco at osl dot iu.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52816 Bug #: 52816 Summary: Access to private members inside decltype in the signature of a member template causes access control error Classification: Unclassified Product: g

[Bug rtl-optimization/44141] Redundant loads and stores generated for AMD bdver1 target

2012-04-01 Thread venkataramanan.kumar at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141 --- Comment #15 from Venkataramanan 2012-04-01 07:55:24 UTC --- Hi Uros, I had a look at reload pass. I have an RTL sequence that look like this. (insn 32 31 33 2 (set (subreg:V4SF (reg:V2DF 284) 0) <== psuedo reguster (unspec:V4SF [

[Bug c++/52817] New: g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread nospamname at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 Bug #: 52817 Summary: g++ do not call a method with same name on some platforms(see small example source attached) Classification: Unclassified Product: gcc Version: 4.5.5

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

temacs segfaults w/MALLOC_PERTURB_!=0 when compiling with gcc-4.8.0

2012-04-01 Thread Jim Meyering
7 or newer (confirmed segfault also with today's 4.8.0 20120401). However, using the stock gcc, (aka gcc-4.7.0-1.fc17.x86_64), there is no problem. Using valgrind the problem does not arise. Same story when using gdb directly, so below I let it generate a core file and ran gdb on that. It sug

[Bug c++/52818] New: printf format %lf is erroneously rejected by C++11

2012-04-01 Thread joedoefawnbuck at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52818 Bug #: 52818 Summary: printf format %lf is erroneously rejected by C++11 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: trivial

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-04-01 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #26 from Manuel López-Ibáñez 2012-04-01 11:24:14 UTC --- (In reply to comment #24) > Personally, I don't believe Gaby is open to other solutions outside the > full-fledged "caret diagnostics" context, thus for the time being at least

[Bug c++/52818] printf format %lf is erroneously rejected by C++11

2012-04-01 Thread joedoefawnbuck at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52818 --- Comment #1 from Kerrek SB 2012-04-01 12:09:34 UTC --- Correction: The warnings do NOT appear (correctly so) for C99 and C11.

[Bug c++/52819] New: ICE: tree check: expected tree that contains 'decl minimal' structure, have 'nop_expr' in decl_linkage, at cp/tree.c:3136

2012-04-01 Thread gessos.paul at yahoo dot gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52819 Bug #: 52819 Summary: ICE: tree check: expected tree that contains 'decl minimal' structure, have 'nop_expr' in decl_linkage, at cp/tree.c:3136 Classification: Unclassified

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #1 from Jonathan Wakely 2012-04-01 12:37:00 UTC --- (In reply to comment #0) > void Wsafile::readdata(int NumFiles, va_list args) { > long * RWop; > printf("readdata 2 called \n"); > RWop = va_arg(args,long *); > p

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #2 from Jonathan Wakely 2012-04-01 12:43:56 UTC --- (In reply to comment #1) > (In reply to comment #0) > > void Wsafile::readdata(int NumFiles, va_list args) { > > long * RWop; > > printf("readdata 2 called \n"); > > R

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #3 from Andrew Pinski 2012-04-01 12:46:58 UTC --- (In reply to comment #1) > Stop using unsafe casts between incompatible types. That is the least of the worries here. The real issue is how is va_list implemented on some target. Th

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #27 from Jonathan Wakely 2012-04-01 12:55:34 UTC --- (In reply to comment #26) > because if you want nice diagnostics, why don't just use > Clang? Because G++ gives much better diagnostics for template argument deduction failures, so

[Bug middle-end/52820] New: [4.8 Regression] ICE in create_preheader, at cfgloopmanip.c:1363

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52820 Bug #: 52820 Summary: [4.8 Regression] ICE in create_preheader, at cfgloopmanip.c:1363 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread nospamname at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #5 from bernd_afa 2012-04-01 13:22:22 UTC --- Created attachment 27057 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27057 preproc file

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-04-01 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #28 from Manuel López-Ibáñez 2012-04-01 13:23:01 UTC --- (In reply to comment #27) > (In reply to comment #26) > > because if you want nice diagnostics, why don't just use > > Clang? > > Because G++ gives much better diagnostics for

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread nospamname at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #6 from bernd_afa 2012-04-01 13:26:40 UTC --- >Not a bug. An ellipses conversion sequence is worse than a standard conversion >sequence, thus readdata(int,void*) is preferred over readdata(int,...) when the >actual arguments are (int

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #7 from Andrew Pinski 2012-04-01 13:33:25 UTC --- >there is a C++ game called dunelegacy which work on other GCC architecture ok Yes so the ABI for the 68k says va_list is a void* which is a valid choice as far as the C++ standard is

[Bug c++/9050] [DR 147] Can't explicitly specialize C++ constructor templates

2012-04-01 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050 Johannes Schaub changed: What|Removed |Added CC||schaub.johannes at |

[Bug c++/9050] [DR 147] Can't explicitly specialize C++ constructor templates

2012-04-01 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050 --- Comment #14 from Johannes Schaub 2012-04-01 14:14:46 UTC --- (In reply to comment #13) > Jason, does http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1435 > not render the explicit specialization ill-formed for C++11TC1? It only all

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread nospamname at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #8 from bernd_afa 2012-04-01 14:16:15 UTC --- (In reply to comment #7) > >there is a C++ game called dunelegacy which work on other GCC architecture ok > > Yes so the ABI for the 68k says va_list is a void* which is a valid choice as

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #9 from Andrew Pinski 2012-04-01 14:31:37 UTC --- > maybe change va_list to mainstraim behavior in the amigaos or AROS compiler > build let more C++ programs get working without changes. You cannot change va_list without changing the

[Bug java/52810] gcj -C -g failed

2012-04-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52810 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|classpath

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread jhaberman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 Josh Haberman changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug middle-end/52820] [4.8 Regression] ICE in create_preheader, at cfgloopmanip.c:1363

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52820 --- Comment #1 from Markus Trippelsdorf 2012-04-01 16:04:29 UTC --- Most likely a dup of PR52808.

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug c++/52817] g++ do not call a method with same name on some platforms(see small example source attached)

2012-04-01 Thread nospamname at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52817 --- Comment #10 from bernd_afa 2012-04-01 16:12:28 UTC --- (In reply to comment #9) > You cannot change va_list without changing the ABI and that is not going to > fly anywhere. > > You just need to take better into account what va_list can be

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #5 from Markus Trippelsdorf 2012-04-01 16:14:15 UTC --- *** Bug 52820 has been marked as a duplicate of this bug. ***

[Bug middle-end/52820] [4.8 Regression] ICE in create_preheader, at cfgloopmanip.c:1363

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52820 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/52821] New: [4.8 Regression] 191.fma3d in SPEC CPU 2000 failed to build with LTO

2012-04-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52821 Bug #: 52821 Summary: [4.8 Regression] 191.fma3d in SPEC CPU 2000 failed to build with LTO Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRME

[Bug java/52805] [4.8 Regression] 243 new GCC HEAD@185977 regressions (libjava failures)

2012-04-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52805 --- Comment #2 from Iain Sandoe 2012-04-01 17:28:47 UTC --- I suspect you might have altered the priority of class discovery methods inadvertently. e.g. AFAICT, although darwin defines JCR_SECTION_NAME, there is no crt machinery to deal with it

[Bug c++/52818] printf format %lf is erroneously rejected by C++11

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52818 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM

[Bug libstdc++/52822] New: [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 Bug #: 52822 Summary: [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment Classification: Unclassified Product: gcc Version: 4.8.0 St

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #3 from Uros Bizjak 2012-04-01 18:58:27 UTC --- (In reply to comment #2) > I don't expect the compiler to analyze the asm string. I expect the compiler > to respect my clobber list. > > I told GCC that I would clobber %rsp. Any oth

[Bug inline-asm/52813] %rsp in clobber list is silently ignored

2012-04-01 Thread jhaberman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813 --- Comment #4 from Josh Haberman 2012-04-01 19:23:14 UTC --- I understand that GCC may not be able to save/restore %rsp like it does other registers. But if that's the case, GCC should throw an error if the user puts %rsp in the clobber list, i

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-04-01 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug middle-end/52823] New: [4.8 Regression] FAIL: gnat.dg/renaming5.adb scan-tree-dump-times optimized "goto" 2

2012-04-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52823 Bug #: 52823 Summary: [4.8 Regression] FAIL: gnat.dg/renaming5.adb scan-tree-dump-times optimized "goto" 2 Classification: Unclassified Product: gcc Version: 4.8.0 St

[Bug libstdc++/52822] [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 --- Comment #1 from Jeffrey Yasskin 2012-04-01 20:41:43 UTC --- Running the 4.6 testsuite with -std=c++0x as the default was unsuccessful, in that it found only one error in an execution test, which was already known, and didn't find the stable_p

[Bug libstdc++/52822] [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52824] New: [C++11] expanding variadic template arguments into non-variadic template

2012-04-01 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52824 Bug #: 52824 Summary: [C++11] expanding variadic template arguments into non-variadic template Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONF

[Bug libstdc++/52822] [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 --- Comment #3 from Paolo Carlini 2012-04-01 21:50:42 UTC --- Lately, in 4.6 too, in the occasion of a similar issue, we also added a check for self-move assignment to __gnu_test::rvalstruct. Evidently, the small testcases we have got already do

[Bug libstdc++/52591] [C++0x] [4.7 Regression] moving std::vector relies on movable elements

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52591 --- Comment #11 from Jonathan Wakely 2012-04-01 22:04:59 UTC --- Author: redi Date: Sun Apr 1 22:04:54 2012 New Revision: 186057 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186057 Log: PR libstdc++/52591 * include/bits/stl_vec

[Bug libstdc++/52822] [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 --- Comment #4 from Paolo Carlini 2012-04-01 22:09:45 UTC --- PS: then shall we just do the assignment only when __result1 != __first, or algorithmically we can do better? In case we can also imagine having the trivial fix for 4.6 and maybe even

[Bug libstdc++/52591] [C++0x] [4.7 Regression] moving std::vector relies on movable elements

2012-04-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52591 --- Comment #12 from Jonathan Wakely 2012-04-01 22:12:29 UTC --- fixed on the trunk so far

[Bug java/52805] [4.8 Regression] 243 new GCC HEAD@185977 regressions (libjava failures)

2012-04-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52805 --- Comment #3 from Dominique d'Humieres 2012-04-01 22:30:33 UTC --- Nice working patch! Though I doubt it'll work for linux;-) (both i686 and x86_64). === libjava Summary for unix/-m64 === # of expected passes2574 ===

[Bug middle-end/52823] [4.8 Regression] FAIL: gnat.dg/renaming5.adb scan-tree-dump-times optimized "goto" 2

2012-04-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52823 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/52797] [4.8 Regression] Revision 185913 causes ICE in get_loop_body, at cfgloop.c:831 on PowerPC

2012-04-01 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52797 David Edelsohn changed: What|Removed |Added CC||dje at gcc dot gnu.org --- Comment #4 fr

[Bug c/52825] New: incorrect message for "incompatible pointer type" with typedeffed structs

2012-04-01 Thread guest at mailinator dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52825 Bug #: 52825 Summary: incorrect message for "incompatible pointer type" with typedeffed structs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCON

[Bug c++/52826] New: Implement core/1170

2012-04-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52826 Bug #: 52826 Summary: Implement core/1170 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/50043] [C++0x] Implement core/1123

2012-04-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043 --- Comment #9 from paolo at gcc dot gnu.org 2012-04-02 00:13:35 UTC --- Author: paolo Date: Mon Apr 2 00:13:30 2012 New Revision: 186058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186058 Log: /cp 2012-04-01 Paolo Carlini PR

[Bug c++/50043] [C++0x] Implement core/1123

2012-04-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/52827] New: -mx32 is not recognized

2012-04-01 Thread jengelh at medozas dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52827 Bug #: 52827 Summary: -mx32 is not recognized Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c/52827] -mx32 is not recognized

2012-04-01 Thread jengelh at medozas dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52827 Jan Engelhardt changed: What|Removed |Added CC||hjl.tools at gmail dot com Sev

[Bug c/52827] Document requirements for -mx32

2012-04-01 Thread jengelh at medozas dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52827 Jan Engelhardt changed: What|Removed |Added Summary|-mx32 is not recognized |Document requirements for

[Bug c/52827] Document requirements for -mx32

2012-04-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52827 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/52822] [C++11] stable_partition destroys sequence due to inappropriate self-move-assignment

2012-04-01 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52822 --- Comment #5 from Jeffrey Yasskin 2012-04-02 02:15:24 UTC --- Created attachment 27058 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27058 Fix by skipping past true-predicate values Here's an algorithmic fix that passes check-c++. As a s

[Bug target/52828] New: powerpc -m32 -Os writes register saves below stack

2012-04-01 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52828 Bug #: 52828 Summary: powerpc -m32 -Os writes register saves below stack Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c/52829] New: gcc releases up to 4.6.2 triggers ICE when compiling Gambit Scheme at -O2 on ppc64

2012-04-01 Thread salimma at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52829 Bug #: 52829 Summary: gcc releases up to 4.6.2 triggers ICE when compiling Gambit Scheme at -O2 on ppc64 Classification: Unclassified Product: gcc Version: 4.6.2 Stat

[Bug c/52829] gcc releases up to 4.6.2 triggers ICE when compiling Gambit Scheme at -O2 on ppc64

2012-04-01 Thread salimma at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52829 --- Comment #1 from Michel Alexandre Salim 2012-04-02 04:10:22 UTC --- Created attachment 27060 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27060 Preprocessed source file that triggers ICE

[Bug c++/49152] Unhelpful diagnostic for iterator dereference

2012-04-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 --- Comment #30 from Jason Merrill 2012-04-02 05:16:05 UTC --- (In reply to comment #26) > The caret is not a solution to this problem, because what Gabriel wants is to > not reconstruct expressions ONLY when the caret is shown, but he has said i

[Bug c++/9050] [DR 147] Can't explicitly specialize C++ constructor templates

2012-04-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050 Jason Merrill changed: What|Removed |Added Known to fail|| --- Comment #15 from Jason Merrill 2012-