[Bug c++/53473] [C++11] static constexpr noexcept cannot be specialized

2012-05-24 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 --- Comment #1 from Daniel Krügler 2012-05-25 06:56:06 UTC --- This looks indeed like an odd compiler error and one really needs all three specifiers static, constexpr, and *any* exception-specification to produce the problem. For completeness th

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug c/39283] volatile data types ignore __attribute__ ((__aligned ...))

2012-05-24 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39283 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Version|4.3.3

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 m...@gcc.gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org --- Comment #12

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #11 from Jack Howarth 2012-05-24 23:26:22 UTC --- Proposed patch bootstraps on x86_64-apple-darwin12 under Xcode 4.4 and eliminates the dsymutil warnings for... gcc-fsf-4.8 /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120524/gcc

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #10 from Jack Howarth 2012-05-24 23:22:21 UTC --- Created attachment 27494 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27494 proposed patch to emit AT_comp_dir on darwin using target hook

[Bug target/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176

2012-05-24 Thread jbemmel at zonnet dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53483 --- Comment #3 from Jeroen van Bemmel 2012-05-24 23:21:21 UTC --- (In reply to comment #2) > I don't think the RTD calling convention is supported on Linux at all. In > fact > if you don't have your glibc compiled with it, there is no way for t

[Bug c/53467] xgcc:Internal error: Bus error (program cc1)

2012-05-24 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/25811] No failure creating a POD containing a const member, using new without a new-initializer.

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25811 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #9 from Andrew Pinski 2012-05-24 22:34:30 UTC --- (In reply to comment #8) > You cannot invoke the C99 standard when there is concurrency in your program, > as the standard doesn't deal with it at all. Though C++11/C11 does but we do

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-24 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug target/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176

2012-05-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53483 Andrew Pinski changed: What|Removed |Added Target||x86_64-redhat-linux Component|c

[Bug middle-end/53433] [4.8 Regression] ICE in int_mode_for_mode, at stor-layout.c:424 during lto-bootstrap

2012-05-24 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53433 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176

2012-05-24 Thread jbemmel at zonnet dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53483 --- Comment #1 from Jeroen van Bemmel 2012-05-24 22:19:33 UTC --- The gcc_assert which fails is in i386.c line 10897 (latest SVN): /* Stack align doesn't work with eh_return. */ gcc_assert (!stack_realign_drap);

[Bug libstdc++/53457] Accommodate non-compliant ioctl() on VxWorks

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53457 --- Comment #6 from Paolo Carlini 2012-05-24 22:17:15 UTC --- I think you should post your ongoing work on the mailing lists (gcc-patches and CC libstdc++)

[Bug c/53483] New: unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176

2012-05-24 Thread jbemmel at zonnet dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53483 Bug #: 53483 Summary: unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176 Classification: Unclassified Product: gcc Version: 4.6.3

[Bug rtl-optimization/53482] New: -mtune=pentium[pro, 2, 3, 4], insn does not satisfy constraints

2012-05-24 Thread ncahill_alt at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53482 Bug #: 53482 Summary: -mtune=pentium[pro, 2, 3, 4], insn does not satisfy constraints Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 --- Comment #3 from Dodji Seketeli 2012-05-24 21:06:24 UTC --- Fixed in trunk (4.8).

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 --- Comment #2 from Dodji Seketeli 2012-05-24 21:05:55 UTC --- Author: dodji Date: Thu May 24 21:05:49 2012 New Revision: 187853 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187853 Log: PR bootstrap/53459 - unused local typedef when bui

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 --- Comment #2 from Dodji Seketeli 2012-05-24 21:05:55 UTC --- Author: dodji Date: Thu May 24 21:05:49 2012 New Revision: 187853 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187853 Log: PR bootstrap/53459 - unused local typedef when bui

[Bug libstdc++/53457] Accommodate non-compliant ioctl() on VxWorks

2012-05-24 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53457 --- Comment #5 from rbmj at verizon dot net 2012-05-24 20:39:20 UTC --- Would something like the following fixincludes hacks work? /* * Wrap VxWorks ioctl to keep everything pretty */ fix = { hackname= vxworks_ioctl_macro; files

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-24 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #11 from dodji at seketeli dot org 2012-05-24 20:30:10 UTC --- "manu at gcc dot gnu.org" a écrit: >> With the current infrastructure, I fear we cannot re-process the format >> string *after* the initial pre-processing phase is done,

[Bug c++/53479] Control flow analysis reports warnings in switch over an enum class even if all possible values have their branches

2012-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53479 --- Comment #3 from Jonathan Wakely 2012-05-24 20:21:57 UTC --- No, there's nothing wrong with the cast. A scoped enumeration type without an explicitly-specified underlying type has a fixed underlying type of int, so the values of the enumerati

[Bug fortran/53456] Add time support for VxWorks

2012-05-24 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53456 --- Comment #9 from Janne Blomqvist 2012-05-24 20:19:46 UTC --- Author: jb Date: Thu May 24 20:19:37 2012 New Revision: 187846 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187846 Log: PR 53456 CPU timing fallback using clock_gettime. 2

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #9 from Jakub Jelinek 2012-05-24 20:12:52 UTC --- It is correct and desirable. If you really need and we want to continue the endless stream of workarounds for Darwin toolchain bugs, then you'd add some target macro TARGET_FORCE_AT_C

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/53479] Control flow analysis reports warnings in switch over an enum class even if all possible values have their branches

2012-05-24 Thread 0xd34df00d at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53479 --- Comment #2 from Georg Rudoy <0xd34df00d at gmail dot com> 2012-05-24 20:04:56 UTC --- (In reply to comment #1) > Foo f = Foo(2); > assert( DoFoo( f ) ); > > Undefined behaviour. Yes, it is. And isn't it happening at the point of cast of

[Bug fortran/53481] Allow for gfortran (f951) specs option

2012-05-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53481 --- Comment #1 from Andrew Pinski 2012-05-24 19:59:20 UTC --- The trick is to edit cc1_options instead of *cc1.

[Bug c++/53479] Control flow analysis reports warnings in switch over an enum class even if all possible values have their branches

2012-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53479 --- Comment #1 from Jonathan Wakely 2012-05-24 19:57:19 UTC --- Foo f = Foo(2); assert( DoFoo( f ) ); Undefined behaviour.

[Bug fortran/53481] New: Allow for gfortran (f951) specs option

2012-05-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53481 Bug #: 53481 Summary: Allow for gfortran (f951) specs option Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #8 from Jack Howarth 2012-05-24 19:52:04 UTC --- Are we sure this test for... /* Don't add cwd for . */ if (!IS_ABSOLUTE_PATH (filename) && filename[0] != '<') add_comp_dir_attribute (die); is still required? Th

[Bug c++/50477] -Wunused-parameter should not warn about virtual method declarations with bodies

2012-05-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50477 --- Comment #6 from Jason Merrill 2012-05-24 19:46:02 UTC --- I sympathize with your argument, but I think that some users will want the current behavior. One way you could work around this that wouldn't involve uglifying every affected function

[Bug tree-optimization/53480] warning "may be used uninitialized" issued with -m32 but not with -m64

2012-05-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53480 Andrew Pinski changed: What|Removed |Added Component|c |tree-optimization --- Comment #1 from And

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #7 from Jack Howarth 2012-05-24 19:35:09 UTC --- Are we really sure that gen_compile_unit_die() shouldn't being emitting calling add_comp_dir_attribute in this case. It seems that the origin of test... /* Don't add cwd for .

[Bug c/53480] New: warning "may be used uninitialized" issued with -m32 but not with -m64

2012-05-24 Thread gbburkhardt at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53480 Bug #: 53480 Summary: warning "may be used uninitialized" issued with -m32 but not with -m64 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIR

[Bug c++/53479] New: Control flow analysis too alarming with switch over an enum class

2012-05-24 Thread 0xd34df00d at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53479 Bug #: 53479 Summary: Control flow analysis too alarming with switch over an enum class Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCONFIRMED

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-24 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #10 from Manuel López-Ibáñez 2012-05-24 19:05:26 UTC --- (In reply to comment #9) > "manu at gcc dot gnu.org" a écrit: > > > So either one keeps track of all source locations of all "interesting" > > characters within strings, which

[Bug c++/50134] -Wmissing-prototypes doesn't work for C++

2012-05-24 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50134 Manuel López-Ibáñez changed: What|Removed |Added Keywords||patch Status|ASSIGNED

[Bug fortran/53478] gfortran segfaults when module name clashes with C binding name of procedure

2012-05-24 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478 --- Comment #3 from Steve Kargl 2012-05-24 18:44:54 UTC --- On Thu, May 24, 2012 at 05:57:26PM +, sgk at troutmask dot apl.washington.edu wrote: > > This patch allows the code to compile. I haven't > tried to construct a longer example that

[Bug bootstrap/53459] ../../work/libcpp/lex.c:593:18: error: typedef 'check_count' locally defined but not used

2012-05-24 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53459 --- Comment #1 from dodji at seketeli dot org 2012-05-24 18:43:52 UTC --- Right, and there is: #elif (GCC_VERSION >= 4005) && defined(__ALTIVEC__) right before the offending line, which explains why I haven't seen the bootstrap error before com

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-24 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #9 from dodji at seketeli dot org 2012-05-24 18:38:40 UTC --- "manu at gcc dot gnu.org" a écrit: > So either one keeps track of all source locations of all "interesting" > characters within strings, which sounds infeasible. Or one n

[Bug c++/53322] Wunused-local-typedefs is not enabled by Wall or Wunused

2012-05-24 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53322 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/53478] gfortran segfaults when module name clashes with C binding name of procedure

2012-05-24 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478 --- Comment #2 from Steve Kargl 2012-05-24 17:57:26 UTC --- On Thu, May 24, 2012 at 05:23:50PM +, kargl at gcc dot gnu.org wrote: > #1 0x0050aa91 in gfc_verify_binding_labels (sym=0x203cd1280) > at ../../gcc4x/gcc/fortran/resolve

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-05-24 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #2

[Bug fortran/53478] gfortran segfaults when module name clashes with C binding name of procedure

2012-05-24 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/53470] [4.8 LTO] ICE when linking with -g in splice_child_die, at dwarf2out.c:4264

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53470 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug lto/53471] [4.7/4.8 Regression] ICE in pp_base_format, at pretty-print.c:510 (-flto -g)

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53471 H.J. Lu changed: What|Removed |Added Component|debug |lto Target Milestone|4.8.0

[Bug debug/53471] [4.8 LTO] ICE in pp_base_format, at pretty-print.c:510 (-flto -g)

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

[Bug fortran/53478] New: gfortran segfaults when module name clashes with C binding name of procedure

2012-05-24 Thread solomon.gibbs.lists at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478 Bug #: 53478 Summary: gfortran segfaults when module name clashes with C binding name of procedure Classification: Unclassified Product: gcc Version: 4.6.2 Status: UN

[Bug libstdc++/53477] New: pretty printer fails with: Python Exception list index out of range

2012-05-24 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Bug #: 53477 Summary: pretty printer fails with: Python Exception list index out of range Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity

[Bug c++/50477] -Wunused-parameter should not warn about virtual method declarations with bodies

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50477 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #5 f

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 H.J. Lu changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target Milestone|-

[Bug c++/50134] -Wmissing-prototypes doesn't work for C++

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50134 --- Comment #11 from Paolo Carlini 2012-05-24 15:29:42 UTC --- Manuel, what happened to this, out of curiosity? I see an Assigned status (but the Assigned To field still blank) and a documentation patchlet of yours in the audit trail?!

[Bug c++/25751] Poor error when templating on undefined types

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25751 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|gcc-bugs at g

[Bug c++/25751] Poor error when templating on undefined types

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25751 Paolo Carlini changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment #2

[Bug c++/53412] Error recovery for class types is poor

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

[Bug c++/53464] Invalid default value for non-type template parameter is accepted

2012-05-24 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53464 --- Comment #6 from paolo at gcc dot gnu.org 2012-05-24 15:12:45 UTC --- Author: paolo Date: Thu May 24 15:12:37 2012 New Revision: 187842 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187842 Log: 2012-05-24 Paolo Carlini PR c++/

[Bug c++/32080] Can goto a function try-block

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

[Bug c++/53455] boost::python segfault

2012-05-24 Thread org.gnu.gcc.bugtracker at sotecware dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455 --- Comment #8 from Jonas Wielicki 2012-05-24 14:48:23 UTC --- I was able to use the VM sooner than expected, so sorry for the doublepost. I found that whether using no_init or init<>() does not make a difference in my case. To use init<>() on th

[Bug c++/32080] Can goto a function try-block

2012-05-24 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32080 --- Comment #3 from paolo at gcc dot gnu.org 2012-05-24 14:47:12 UTC --- Author: paolo Date: Thu May 24 14:47:06 2012 New Revision: 187837 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187837 Log: /cp 2012-05-24 Paolo Carlini PR

[Bug libstdc++/53475] Section type conflict errors in libstdc++ testsuite

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 --- Comment #1 from Paolo Carlini 2012-05-24 14:41:59 UTC --- Please try to narrow the commit which is causing the problem a bit more: to be really honest, it's the first time in my life I see this kind of error message and I really doubt the lib

[Bug c++/53455] boost::python segfault

2012-05-24 Thread org.gnu.gcc.bugtracker at sotecware dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455 --- Comment #7 from Jonas Wielicki 2012-05-24 14:32:37 UTC --- Interestingly, I am using no_init too, but without supplying an alternative constructor. I am not at the testing machine right now, but I thought I'd share that bit of information. Tes

[Bug middle-end/53476] New: [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 Bug #: 53476 Summary: [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Pri

[Bug libstdc++/53475] New: Section type conflict errors in libstdc++ testsuite

2012-05-24 Thread Greta.Yorsh at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475 Bug #: 53475 Summary: Section type conflict errors in libstdc++ testsuite Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/53455] boost::python segfault

2012-05-24 Thread ndbecker2 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455 Neal Becker changed: What|Removed |Added CC||ndbecker2 at gmail dot com --- Comment #6 f

[Bug bootstrap/53472] contrib/compare-debug should strip out .comment section

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53472 H.J. Lu changed: What|Removed |Added CC||aoliva at gcc dot gnu.org Target Milestone|--

[Bug ada/5911] Support for multilib in Ada

2012-05-24 Thread peter777778 at hotmail dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5911 online games changed: What|Removed |Added CC||peter78 at hotmail dot

[Bug fortran/53456] Add time support for VxWorks

2012-05-24 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53456 rbmj at verizon dot net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-24 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53474 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/20624] [4.0 Regression] wrong "control reaches end of non-void function" warning

2012-05-24 Thread peter777778 at hotmail dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624 online games changed: What|Removed |Added CC||peter78 at hotmail dot

[Bug target/53385] [4.8 Regression] "Error: operand out of range" after changes for LSHIFT_EXPR in vrp.c

2012-05-24 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53385 --- Comment #15 from William J. Schmidt 2012-05-24 13:54:24 UTC --- Author: wschmidt Date: Thu May 24 13:54:16 2012 New Revision: 187835 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187835 Log: 2012-05-24 Bill Schmidt Backport f

[Bug target/53385] [4.8 Regression] "Error: operand out of range" after changes for LSHIFT_EXPR in vrp.c

2012-05-24 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53385 --- Comment #14 from William J. Schmidt 2012-05-24 13:53:03 UTC --- Author: wschmidt Date: Thu May 24 13:52:56 2012 New Revision: 187834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187834 Log: 2012-05-24 Bill Schmidt Backport f

[Bug target/53385] [4.8 Regression] "Error: operand out of range" after changes for LSHIFT_EXPR in vrp.c

2012-05-24 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53385 --- Comment #14 from William J. Schmidt 2012-05-24 13:53:03 UTC --- Author: wschmidt Date: Thu May 24 13:52:56 2012 New Revision: 187834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187834 Log: 2012-05-24 Bill Schmidt Backport f

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-24 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #6 from Jack Howarth 2012-05-24 13:53:34 UTC --- (In reply to comment #5) > gcc hasn't changed the emitted DWARF in this case for more than 12 years. Actually Apple gcc-4.2.1 doesn't seem to emit AT_comp_dir either but both llvm-gcc-

[Bug target/53474] [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-24 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53474 Rainer Orth changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug target/53474] New: [4.8 regression] Solaris/x86 bootstrap with Sun as broken: j.e

2012-05-24 Thread ro at gcc dot gnu.org
-solaris2.11 As of 20120524, Solaris/x86 bootstrap with Sun as is broken configuring the stage1 libgcc: configure:4192: checking whether to use setjmp/longjmp exceptions configure:: /var/gcc/regression/trunk/11-gcc/build/./gcc/xgcc -B/var/gcc/regression/trunk/11-gcc/build/./gcc/ -B/vol/gcc/i386-pc

[Bug c++/53473] New: [C++11] static constexpr noexcept cannot be specialized

2012-05-24 Thread kretz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53473 Bug #: 53473 Summary: [C++11] static constexpr noexcept cannot be specialized Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED S

[Bug bootstrap/53472] New: contrib/compare-debug should strip out .comment section

2012-05-24 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53472 Bug #: 53472 Summary: contrib/compare-debug should strip out .comment section Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED S

[Bug fortran/45170] [F2003] allocatable character lengths

2012-05-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45170 --- Comment #37 from Tobias Burnus 2012-05-24 13:08:33 UTC --- (In reply to comment #36) > REMAINING issues: > - comment 24 first "Does not work.", see also comment 34 One has in gfc_trans_assignment_1: string_length = gfc_evaluate_now (rse.

[Bug preprocessor/53463] [4.8 Regression]: system header not recognized, yielding warnings about long long preprocessor constant

2012-05-24 Thread Greta.Yorsh at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53463 Greta Yorsh changed: What|Removed |Added CC||Greta.Yorsh at arm dot com --- Comment #2 f

[Bug fortran/49954] ICE assigning concat expression to an array deferred-length string (realloc on assignment)

2012-05-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49954 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 --- Comment #10 from Richard Guenther 2012-05-24 12:50:21 UTC --- Author: rguenth Date: Thu May 24 12:50:15 2012 New Revision: 187832 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187832 Log: 2012-05-24 Richard Guenther PR middle

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 --- Comment #9 from Richard Guenther 2012-05-24 12:46:57 UTC --- Author: rguenth Date: Thu May 24 12:46:53 2012 New Revision: 187831 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187831 Log: 2012-05-24 Richard Guenther PR middle-

[Bug bootstrap/53466] [4.8 Regression] Bootstrap failure

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53466 --- Comment #4 from Richard Guenther 2012-05-24 12:36:47 UTC --- Author: rguenth Date: Thu May 24 12:36:40 2012 New Revision: 187830 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187830 Log: 2012-05-24 Richard Guenther PR bootstr

[Bug c++/24375] Wrong line number in diagnostic

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24375 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | AssignedTo|unassigned at gcc dot

[Bug c++/51222] [C++11][SFINAE] Unevaluated combined delete new expression completely broken

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51222 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/42129] ICE in pointer difference with sizeof(int)>sizeof(void *)

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42129 --- Comment #4 from Paolo Carlini 2012-05-24 12:04:17 UTC --- Pinging Nathan, maybe we can do this for 4.8...

[Bug c++/39679] Some absent attributes in the tree-dump should be added

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39679 Paolo Carlini changed: What|Removed |Added CC|susanin at ispras dot ru|g...@integrable-solutions.ne

[Bug tree-optimization/53465] [4.7/4.8 Regression] wrong code with -O1 -ftree-vrp

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53465 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/53465] [4.7/4.8 Regression] wrong code with -O1 -ftree-vrp

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53465 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/53465] [4.7 regression] wrong code with -O1 -ftree-vrp

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53465 --- Comment #8 from Jakub Jelinek 2012-05-24 11:53:33 UTC --- Author: jakub Date: Thu May 24 11:53:29 2012 New Revision: 187828 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187828 Log: PR tree-optimization/53465 * tree-vrp.c (ex

[Bug tree-optimization/53465] [4.7 regression] wrong code with -O1 -ftree-vrp

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53465 --- Comment #7 from Jakub Jelinek 2012-05-24 11:51:15 UTC --- Author: jakub Date: Thu May 24 11:51:09 2012 New Revision: 187827 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187827 Log: PR tree-optimization/53465 * tree-vrp.c (ex

[Bug c++/53464] Invalid default value for non-type template parameter is accepted

2012-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53464 --- Comment #5 from Paolo Carlini 2012-05-24 11:39:10 UTC --- Later today I will add it.

[Bug c++/53464] Invalid default value for non-type template parameter is accepted

2012-05-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53464 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug middle-end/53460] [4.7/4.8 Regression] Internal compiler error: in calc_dfs_tree, at dominance.c:395

2012-05-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53460 --- Comment #7 from Richard Guenther 2012-05-24 10:50:42 UTC --- We have an unreachable block: # BLOCK 4 # PRED: : operator delete (D.2260_4); # SUCC: 5 [100.0%] (fallthru) after profiling. Somehow we transform void offsetToMiddleOfG

[Bug c++/53464] Invalid default value for non-type template parameter is accepted

2012-05-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53464 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/53471] New: [4.8 LTO] ICE in pp_base_format, at pretty-print.c:510 (-flto -g)

2012-05-24 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53471 Bug #: 53471 Summary: [4.8 LTO] ICE in pp_base_format, at pretty-print.c:510 (-flto -g) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

  1   2   >