[Bug c++/49107] [C++0x][4.7 Regression] incomplete type regression with std::pair

2011-06-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49107 --- Comment #17 from Paolo Carlini 2011-06-05 07:16:43 UTC --- Well, auto_ptr is already deprecated in the FDIS. Personally, I would have no objections to breaking auto_ptr in c++0x mode if this is the only way to save the noexcept machinery. We

[Bug c++/49107] [C++0x][4.7 Regression] incomplete type regression with std::pair

2011-06-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49107 --- Comment #18 from Paolo Carlini 2011-06-05 08:48:38 UTC --- It's Core/1092

[Bug middle-end/49283] pointless warning with -Wstrict-overflow

2011-06-05 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49283 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic CC|

[Bug lto/49286] New: LTO incompatible with PIC and inline asm

2011-06-05 Thread emil.langrock at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49286 Summary: LTO incompatible with PIC and inline asm Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig...@

[Bug testsuite/49287] New: [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-(objc.m -fnext-runtime (test for excess e

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 Summary: [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors) FAIL: objc.dg/gnu-api-2-(objc.m -fnext-runtime (test for

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

2011-06-05 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308 --- Comment #17 from Pawel Sikora 2011-06-05 11:43:45 UTC --- i've found the clue: pushing -gdwarf-4 through --enable-cxx-flags breaks the world.

Re: [Bug lto/49286] New: LTO incompatible with PIC and inline asm

2011-06-05 Thread Jan Hubicka
The problem is that GCC do not see that evil_long is used by the asm statement. Static variables are renamed (in order to produce single .s file you can't have two different statics with the same name) and then the problem is misdiagnozed as external reference. Make evil_long as output of the asm.

[Bug lto/49286] LTO incompatible with PIC and inline asm

2011-06-05 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49286 --- Comment #1 from Jan Hubicka 2011-06-05 11:55:22 UTC --- The problem is that GCC do not see that evil_long is used by the asm statement. Static variables are renamed (in order to produce single .s file you can't have two different statics with

[Bug lto/49286] LTO incompatible with PIC and inline asm

2011-06-05 Thread emil.langrock at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49286 Emil Langrock changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug testsuite/49288] New: FAIL: g++.dg/debug/dwarf2/cdtor-1.C

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49288 Summary: FAIL: g++.dg/debug/dwarf2/cdtor-1.C Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassig...

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 Dominique d'Humieres changed: What|Removed |Added Summary|[4.7 Regression] FAIL: |[4.7 Regression] FAIL:

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 --- Comment #2 from Dominique d'Humieres 2011-06-05 12:04:53 UTC --- I have forgotten to report the errors: /opt/gcc/work/gcc/testsuite/objc.dg/gnu-api-2-class.m: In function 'main': /opt/gcc/work/gcc/testsuite/objc.dg/gnu-api-2-class.m:112:7: w

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

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

[Bug c++/49289] New: eh_frame section created although using -fno-exceptions and fno-rtti

2011-06-05 Thread codemasterhs at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289 Summary: eh_frame section created although using -fno-exceptions and fno-rtti Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

Re: [Bug c++/49289] New: eh_frame section created although using -fno-exceptions and fno-rtti

2011-06-05 Thread Jan Hubicka
on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the PS-ABI. Honza

[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti

2011-06-05 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289 --- Comment #1 from Jan Hubicka 2011-06-05 13:42:33 UTC --- on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the PS-ABI. Honza

[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti

2011-06-05 Thread codemasterhs at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289 --- Comment #2 from Tobias Schlegl 2011-06-05 13:49:07 UTC --- > on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the > PS-ABI. Yeah, but I´m compiling for i586, so x86_32!

[Bug lto/49286] LTO incompatible with PIC and inline asm

2011-06-05 Thread emil.langrock at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49286 --- Comment #3 from Emil Langrock 2011-06-05 13:50:31 UTC --- Created attachment 24436 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24436 Minimal example with fix

[Bug c++/49290] New: [C++0x] [4.6 Regression] ICE in in cxx_eval_indirect_ref, at cp/semantics.c:6795

2011-06-05 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49290 Summary: [C++0x] [4.6 Regression] ICE in in cxx_eval_indirect_ref, at cp/semantics.c:6795 Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority

[Bug target/48250] ICE in reload_cse_simplify_operands, at postreload.c:403

2011-06-05 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48250 Chung-Lin Tang changed: What|Removed |Added CC||cltang at gcc dot gnu.org --- Comment #5

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 --- Comment #4 from Dominique d'Humieres 2011-06-05 14:14:44 UTC --- The patch in http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00328.html fixes this pr on x86_64-apple-darwin10. Thanks for the quick fix.

[Bug c++/49291] New: error: no matching function for call to std::list >::remove_if(A::release(B*)::F)

2011-06-05 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291 Summary: error: no matching function for call to std::list >::remove_if(A::release(B*)::F) Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: norm

[Bug c++/49291] error: no matching function for call to std::list >::remove_if(A::release(B*)::F)

2011-06-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291 Jonathan Wakely changed: What|Removed |Added Attachment #24438|application/octet-stream|text/plain mime type|

[Bug c++/49291] error: no matching function for call to std::list >::remove_if(A::release(B*)::F)

2011-06-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291 --- Comment #2 from Jonathan Wakely 2011-06-05 15:17:44 UTC --- basically the same issue as PR 47942 - thus invalid

[Bug c++/47942] Not possible to initialize a shared_ptr with a class defined in function scope, inheriting from a global scope base class

2011-06-05 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47942 Pawel Sikora changed: What|Removed |Added CC||pluto at agmk dot net --- Comment #5 from

[Bug c++/49291] error: no matching function for call to std::list >::remove_if(A::release(B*)::F)

2011-06-05 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291 Pawel Sikora changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti

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

[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti

2011-06-05 Thread codemasterhs at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289 --- Comment #4 from Tobias Schlegl 2011-06-05 15:54:32 UTC --- > Oh it is done so that people can unwind as the frame pointer is omitted. Try > with -fno-omit-frame-pointer or -fno-asynchronous-unwind-info . -fno-asynchronous-unwind-info doesn´

[Bug c++/49292] New: [c++0x] non_const_var_error ICE for error when mixing static_assert, template, and constexpr

2011-06-05 Thread lankyleggy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49292 Summary: [c++0x] non_const_var_error ICE for error when mixing static_assert, template, and constexpr Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor

[Bug c++/49291] error: no matching function for call to std::list >::remove_if(A::release(B*)::F)

2011-06-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49291 --- Comment #4 from Jonathan Wakely 2011-06-05 17:31:42 UTC --- yes, it's an MS extension enabled by default, you can disable it with /Za

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

2011-06-05 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 --- Comment #5 from Nicola Pero 2011-06-05 17:37:09 UTC --- Author: nicola Date: Sun Jun 5 17:37:06 2011 New Revision: 174657 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174657 Log: In gcc/objc/: 2011-06-05 Nicola Pero * objc-

[Bug libstdc++/49293] New: 22_locale/time_get/get_weekday/char/38081-[12].cc fail with glibc 2.14

2011-06-05 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49293 Summary: 22_locale/time_get/get_weekday/char/38081-[12].cc fail with glibc 2.14 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug testsuite/47013] FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" *

2011-06-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47013 --- Comment #8 from Dominique d'Humieres 2011-06-05 19:05:00 UTC --- Is there any reason (beside reviewing) for not having committed the patch in http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01175.html ?

[Bug testsuite/49287] [4.7 Regression] FAIL: obj(c|-c++).dg/gnu-api-2-(class|objc).(m|mm) -fnext-runtime (test for excess errors)

2011-06-05 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49287 Nicola Pero changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/49253] [4.7 Regression] Debug-mode forward_list broken

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49253 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/49083] g++ should error when a variable declared in a condition is hidden by a variable in the immediately contained block

2011-06-05 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49083 --- Comment #2 from Jack Howarth 2011-06-05 20:36:36 UTC --- Fixed at r174307. Now the provided test case properly errors with gcc trunk... howarth% gcc-fsf-4.7 hidden_bug.cc hidden_bug.cc: In function ‘int main()’: hidden_bug.cc:14:8: error: re

[Bug fortran/49255] -fcheck=pointer diagnoses too much: Passing NULL pointer to OPTIONAL argument

2011-06-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49255 --- Comment #2 from Tobias Burnus 2011-06-05 21:11:49 UTC --- Author: burnus Date: Sun Jun 5 21:11:46 2011 New Revision: 174663 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174663 Log: 2011-06-05 Tobias Burnus PR fortran/49

[Bug debug/49294] New: [4.7 Regression] ICE: in mem_loc_descriptor, at dwarf2out.c:14636 with -O -g

2011-06-05 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49294 Summary: [4.7 Regression] ICE: in mem_loc_descriptor, at dwarf2out.c:14636 with -O -g Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/49255] -fcheck=pointer diagnoses too much: Passing NULL pointer to OPTIONAL argument

2011-06-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49255 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/49294] [4.7 Regression] ICE: in mem_loc_descriptor, at dwarf2out.c:14636 with -O -g

2011-06-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49294 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/49186] optimize problem with unsigned long long value.

2011-06-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 --- Comment #6 from Kazumoto Kojima 2011-06-05 21:47:44 UTC --- Author: kkojima Date: Sun Jun 5 21:47:42 2011 New Revision: 174665 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174665 Log: PR target/49186 * config/sh/sh.c (expan

[Bug target/49186] optimize problem with unsigned long long value.

2011-06-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 --- Comment #7 from Kazumoto Kojima 2011-06-05 21:50:32 UTC --- Author: kkojima Date: Sun Jun 5 21:50:29 2011 New Revision: 174666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174666 Log: PR target/49186 * config/sh/sh.c (expan

[Bug target/49094] ARM aligned(1) attribute is sometimes dropped

2011-06-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 Mikael Pettersson changed: What|Removed |Added CC||jamborm at gcc dot gnu.org,

[Bug target/49186] optimize problem with unsigned long long value.

2011-06-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 --- Comment #8 from Kazumoto Kojima 2011-06-05 21:53:27 UTC --- Author: kkojima Date: Sun Jun 5 21:53:25 2011 New Revision: 174667 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174667 Log: PR target/49186 * config/sh/sh.c (expan

[Bug target/49186] optimize problem with unsigned long long value.

2011-06-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 --- Comment #9 from Kazumoto Kojima 2011-06-05 21:55:49 UTC --- Author: kkojima Date: Sun Jun 5 21:55:46 2011 New Revision: 174668 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174668 Log: PR target/49186 * config/sh/sh.c (expan

[Bug target/49186] optimize problem with unsigned long long value.

2011-06-05 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 Kazumoto Kojima changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/49290] [C++0x] [4.6/4.7 Regression] ICE in in cxx_eval_indirect_ref, at cp/semantics.c:6795

2011-06-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49290 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/49293] 22_locale/time_get/get_weekday/char/38081-[12].cc fail with glibc 2.14

2011-06-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49293 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug other/49284] -fdump-ipa-cgraph leads to ICE in generate_canonical_option, at opts-common.c:303

2011-06-05 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49284 --- Comment #2 from Andi Kleen 2011-06-05 23:43:07 UTC --- FWIW I just commented out the offending assert and the option works now. Is that the correct fix?

[Bug c/49295] New: math-68881.h definiton of scalb doesn't match builtin

2011-06-05 Thread alanh at fairlite dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49295 Summary: math-68881.h definiton of scalb doesn't match builtin Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo:

[Bug bootstrap/49270] make BOOT_CFLAGS="-g -O3" CFLAGS_FOR_TARGET="-g -O3" CXXFLAGS_FOR_TARGET="-g -O3" failure

2011-06-05 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49270 Alexandre Oliva changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug other/49116] GCC fails to bootstrap with -O3 ("may be used uninitialized" errors)

2011-06-05 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49116 Alexandre Oliva changed: What|Removed |Added CC||howarth at nitro dot

[Bug other/49116] GCC fails to bootstrap with -O3 ("may be used uninitialized" errors)

2011-06-05 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49116 Alexandre Oliva changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug objc++/49221] [4.7 Regression] Several ICEs in the obj-c++ test suite after revision 174307

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49221 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug target/49285] [4.7 Regression]: build fails on mmix in libgcc2.c:__powisf2: ICE in emit_unop_insn

2011-06-05 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49285 --- Comment #2 from Hans-Peter Nilsson 2011-06-06 04:06:16 UTC --- Author: hp Date: Mon Jun 6 04:06:08 2011 New Revision: 174681 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174681 Log: PR target/49285 * config/mmix/mmix.md ("t

[Bug target/49285] [4.7 Regression]: build fails on mmix in libgcc2.c:__powisf2: ICE in emit_unop_insn

2011-06-05 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49285 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/49134] ICE in g++.dg/cpp0x/constexpr tests for arm

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49134 --- Comment #3 from Jason Merrill 2011-06-06 04:16:47 UTC --- Author: jason Date: Mon Jun 6 04:16:38 2011 New Revision: 174682 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174682 Log: PR c++/49134 * tree.c (build_target_expr):

[Bug objc++/49221] [4.7 Regression] Several ICEs in the obj-c++ test suite after revision 174307

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49221 --- Comment #9 from Jason Merrill 2011-06-06 04:18:08 UTC --- Author: jason Date: Mon Jun 6 04:18:03 2011 New Revision: 174683 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174683 Log: PR objc++/49221 * decl.c (cp_finish_decl):

[Bug objc++/49221] [4.7 Regression] Several ICEs in the obj-c++ test suite after revision 174307

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49221 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/49134] ICE in g++.dg/cpp0x/constexpr tests for arm

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49134 --- Comment #4 from Jason Merrill 2011-06-06 04:31:30 UTC --- Author: jason Date: Mon Jun 6 04:31:24 2011 New Revision: 174684 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174684 Log: PR c++/49134 * tree.c (build_target_expr):

[Bug c++/49134] ICE in g++.dg/cpp0x/constexpr tests for arm

2011-06-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49134 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/49296] New: [4.6/4.7 Regression] Wrong I/O END OF FILE

2011-06-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49296 Summary: [4.6/4.7 Regression] Wrong I/O END OF FILE Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: fo

[Bug fortran/49296] [4.6/4.7 Regression] Wrong I/O END OF FILE

2011-06-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49296 Tobias Burnus changed: What|Removed |Added Known to work||4.5.0 Target Milestone|---

[Bug libstdc++/49293] 22_locale/time_get/get_weekday/char/38081-[12].cc fail with glibc 2.14

2011-06-05 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49293 --- Comment #2 from Jakub Jelinek 2011-06-06 06:17:14 UTC --- Yeah, the locale changed: http://sources.redhat.com/git/?p=glibc.git;a=commitdiff;h=f49839299a085505eb673544744b61d2d9cdd1db I think it is a mistake to use variable length abmon, espec

[Bug testsuite/47013] FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" *

2011-06-05 Thread revital.eres at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47013 revital.eres at linaro dot org changed: What|Removed |Added CC||revital.eres at linaro dot