[Bug c++/55576] Fails to compile a call to template member function

2012-12-03 Thread antoshkka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55576 Antony Polukhin changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug bootstrap/55571] [4.6/4.7/4.8 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi

2012-12-03 Thread brobecker at gnat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55571 --- Comment #8 from Joel Brobecker 2012-12-04 04:51:45 UTC --- Created attachment 28869 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28869 Small reproducer with arm-eabi In case it's useful to anyone else, a small program that re

[Bug c/55584] New: __sync_fetch_and_* friends do not issue warnings when CPU does not support them natively

2012-12-03 Thread rsaxvc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55584 Bug #: 55584 Summary: __sync_fetch_and_* friends do not issue warnings when CPU does not support them natively Classification: Unclassified Product: gcc Version: 4.7.2

[Bug rtl-optimization/55583] Extended shift instruction on x86-64 is not used, producing unoptimal code

2012-12-03 Thread mikko.markus.torni at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55583 Mikko Markus Torni changed: What|Removed |Added Attachment #28866|0 |1 is obsolete|

[Bug c++/55582] [C++11] Unable to define string user-defined literal without leading underscore.

2012-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55582 --- Comment #1 from Jonathan Wakely 2012-12-04 00:35:24 UTC --- (In reply to comment #0) > * let the letter 's' go by as a user-defined literal (with appropriate > comment) IMHO special cases to allow std-defined literals would make se

[Bug middle-end/55401] uninstrumented path in TM clones are still instrumented

2012-12-03 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55401 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/55583] Extended shift instruction on x86-64 is not used, producing unoptimal code

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

[Bug lto/50468] ICE in force_type_die when compiling binutils with -flto -O[12]

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50468 Matt Hargett changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/55580] internal compiler error: Segmentation fault - with variadic template parameter

2012-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55580 Paolo Carlini changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug rtl-optimization/55583] Extended shift instruction on x86-64 is not used, producing unoptimal code

2012-12-03 Thread mtkilpailut at torni dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55583 --- Comment #1 from Mikko Markus Torni 2012-12-04 00:08:21 UTC --- Created attachment 28867 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28867 gcc-HEAD compiler output

[Bug rtl-optimization/55583] New: Extended shift instruction on x86-64 is not used, producing unoptimal code

2012-12-03 Thread mtkilpailut at torni dot org
linux-gnu) GNU C (Debian 4.5.3-9) version 4.5.3 (x86_64-linux-gnu) GNU C (Debian 4.4.7-2) version 4.4.7 (x86_64-linux-gnu) GNU C (GCC) version 4.8.0 20121203 (experimental) [trunk revision 194106] (x86_64-unknown-linux-gnu) All produce the same code modulo register size differences mentioned above. gcc HEAD changes sal to leal (,%rcx,4),%eax

[Bug debug/48670] [4.6 regression] explosion in time and stack usage when using -ggdb on a class with many members

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48670 Matt Hargett changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/55046] ICE in ira_reuse_stack_slot at ira-color.c:4065

2012-12-03 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 John David Anglin changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-03 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #14 from Jan Hubicka 2012-12-03 23:24:13 UTC --- > > Someone needs to do something here because the C/C++/Fortran testsuite > > results > > are abysmal at -O3. > > And the tentative fix doesn't really help, it turns the ICEs

[Bug middle-end/50398] ICE when compiling openssl-1.0.0d with -O2 -floop-flatten

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50398 --- Comment #1 from Matt Hargett 2012-12-03 23:20:57 UTC --- loop flattening was removed as a feature, yes? If so, this bug can be closed.

[Bug bootstrap/45700] [4.5/4.6 Regression] --enable-checking=fold bootstrap failures

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45700 Matt Hargett changed: What|Removed |Added CC||matt at use dot net --- Comment

[Bug bootstrap/42628] ICE during bootstrap when compiling several libsupc++ files: original tree changed by fold

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42628 Matt Hargett changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/48670] [4.6 regression] explosion in time and stack usage when using -ggdb on a class with many members

2012-12-03 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48670 --- Comment #10 from Matt Hargett 2012-12-03 23:17:22 UTC --- I no longer have access to the source tree that exhibited this problem, but it was likely the same as the qemu issue referenced earlier. Feel free to resolve as fixed.

[Bug c++/55580] internal compiler error: Segmentation fault - with variadic template parameter

2012-12-03 Thread arturswiderski82 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55580 --- Comment #2 from arturswiderski82 at gmail dot com 2012-12-03 23:10:49 UTC --- Yes it solved my problem thanks

[Bug c++/55582] New: [C++11] Unable to define string user-defined literal without leading underscore.

2012-12-03 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55582 Bug #: 55582 Summary: [C++11] Unable to define string user-defined literal without leading underscore. Classification: Unclassified Product: gcc Version: 4.8.0

[Bug c++/55580] internal compiler error: Segmentation fault - with variadic template parameter

2012-12-03 Thread vlukas at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55580 --- Comment #1 from vlukas at gmx dot de 2012-12-03 22:42:06 UTC --- I believe the following reduced snippet reproduces the original crash: --- template struct V { }; templ

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-12-03 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 --- Comment #6 from dave.anglin at bell dot net 2012-12-03 22:33:39 UTC --- On 12/3/2012 11:06 AM, John David Anglin wrote: > However, backtrace still doesn't work from within compiler. > Problem is with fileline_initialize. The techniq

[Bug c++/53094] constexpr vector subscripting

2012-12-03 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #13 from Marc Glisse 2012-12-03 22:30:53 UTC --- typedef float __attribute__( ( vector_size( 4*sizeof(float) ) ) ) V4; constexpr V4 v = {1,1,1,0}; constexpr V4 r = v[0]+v; is enough to reproduce your latest ICE. cxx_eval_bar

[Bug fortran/55548] SYSTEM_CLOCK with integer(8) provides nanosecond resolution, but only microsecond precision (without -lrt)

2012-12-03 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55548 --- Comment #3 from janus at gcc dot gnu.org 2012-12-03 22:19:27 UTC --- (In reply to comment #0) > However, the precision claimed by the COUNT_RATE argument should better match > the actual precision (also with default flags!). > > > P

[Bug tree-optimization/55559] [4.6/4.7/4.8 Regression] Marshalling double through union with inlines, incorrect behavior with -O2

2012-12-03 Thread mpreda at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 --- Comment #7 from Mihai Preda 2012-12-03 22:13:03 UTC --- Thanks, I didn't realize that (unsigned)-1.0 is undefined. For the behavior I was expecting it's enough to use an intermediary cast through int, e.g. (unsigned)(int)-1.0. It

[Bug c++/55581] New: Too-eager instantiation

2012-12-03 Thread dave at boostpro dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55581 Bug #: 55581 Summary: Too-eager instantiation Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/55548] SYSTEM_CLOCK with integer(8) provides nanosecond resolution, but only microsecond precision (without -lrt)

2012-12-03 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55548 --- Comment #2 from janus at gcc dot gnu.org 2012-12-03 22:06:45 UTC --- Author: janus Date: Mon Dec 3 22:06:41 2012 New Revision: 194105 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194105 Log: 2012-12-03 Janus Weil

[Bug c++/53094] constexpr vector subscripting

2012-12-03 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #12 from vincenzo Innocente 2012-12-03 22:05:29 UTC --- about subscripting I get an ICE (set fault) with constexpr V4 v = {1,1,1,0}; constexpr V4 m[3] = { (V4){1,0,0,0}, (V4){0,1,0,0}, (V4){0,0,1,0}}; constexpr V4 r = v[0]*m[

[Bug c++/53094] constexpr vector subscripting

2012-12-03 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #11 from vincenzo Innocente 2012-12-03 21:58:05 UTC --- thanks Marc, adding your proposed change above Jason's one make my full test works (but when subscripting is involved..) this is my current svn diff Hope that c++ mainta

[Bug fortran/37336] Fortran 2003: Finish derived-type finalization

2012-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 --- Comment #17 from Tobias Burnus 2012-12-03 21:13:50 UTC --- Author: burnus Date: Mon Dec 3 21:13:42 2012 New Revision: 194104 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194104 Log: 2012-12-03 Tobias Burnus

[Bug c++/55580] New: internal compiler error: Segmentation fault - with variadic template parameter

2012-12-03 Thread arturswiderski82 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55580 Bug #: 55580 Summary: internal compiler error: Segmentation fault - with variadic template parameter Classification: Unclassified Product: gcc Version: 4.7.2

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #13 from Eric Botcazou 2012-12-03 21:06:23 UTC --- > Someone needs to do something here because the C/C++/Fortran testsuite results > are abysmal at -O3. And the tentative fix doesn't really help, it turns the ICEs of the tes

[Bug middle-end/55545] [4.8 Regression] Incredibly large compile-time performance regression on IA64 compiling 253.perlbmk

2012-12-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55545 Eric Botcazou changed: What|Removed |Added Depends on||55158 --- Comment #7 from Eric

[Bug debug/55579] New: SRA doesn't create debug stmts when they would be useful

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55579 Bug #: 55579 Summary: SRA doesn't create debug stmts when they would be useful Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c++/53094] constexpr vector subscripting

2012-12-03 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #10 from Marc Glisse 2012-12-03 19:52:39 UTC --- Created attachment 28864 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28864 minimal cumulative patch for comment #9 (In reply to comment #9) > adding it "helps" >

[Bug c++/53094] constexpr vector subscripting

2012-12-03 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53094 --- Comment #9 from vincenzo Innocente 2012-12-03 19:15:09 UTC --- adding it "helps" t = build_constructor (TREE_TYPE (t), n); + if (TREE_CODE (TREE_TYPE (t)) == VECTOR_TYPE) +t = fold (t); TREE_CONSTANT (t) = true; unfortunately ge

[Bug bootstrap/55571] [4.6/4.7/4.8 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi

2012-12-03 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55571 --- Comment #7 from Richard Henderson 2012-12-03 19:04:28 UTC --- Created attachment 28863 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28863 proposed patch for 4.7 Same as 4.6 modulo fuzz + conflicts.

[Bug rtl-optimization/51771] trans-mem: abnormal edges get lost or corrupted

2012-12-03 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51771 Aldy Hernandez changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from A

[Bug sanitizer/55577] g++.dg/asan/asan_test.C failures

2012-12-03 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55577 --- Comment #3 from Eric Botcazou 2012-12-03 18:48:08 UTC --- > Everybody has them, I've said in the mail containing the patch that there are > a > few unanalyzed failures, and what the reasons for some of those failures are > (e.g. not i

[Bug sanitizer/55577] g++.dg/asan/asan_test.C failures

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55577 --- Comment #2 from Jakub Jelinek 2012-12-03 18:43:58 UTC --- Everybody has them, I've said in the mail containing the patch that there are a few unanalyzed failures, and what the reasons for some of those failures are (e.g. not instrument

[Bug rtl-optimization/51771] trans-mem: abnormal edges get lost or corrupted

2012-12-03 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51771 --- Comment #9 from Aldy Hernandez 2012-12-03 18:43:14 UTC --- Created attachment 28862 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28862 patch to revert the returns twice patch

[Bug c++/55578] New: Disabling warnings inside macro definition doesn't work

2012-12-03 Thread ruboam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55578 Bug #: 55578 Summary: Disabling warnings inside macro definition doesn't work Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug c++/55564] 4.8 Regression] internal error using decltype of a template type parameter for late-specified function result type

2012-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55564 Paolo Carlini changed: What|Removed |Added CC|hjl.tools at gmail dot com | --- Comment #6 from Paolo Carl

[Bug c++/55564] 4.8 Regression] internal error using decltype of a template type parameter for late-specified function result type

2012-12-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55564 H.J. Lu changed: What|Removed |Added CC||jason at redhat dot com --- Comment #

[Bug sanitizer/55577] g++.dg/asan/asan_test.C failures

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

[Bug c++/55564] 4.8 Regression] internal error using decltype of a template type parameter for late-specified function result type

2012-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55564 Paolo Carlini changed: What|Removed |Added CC|mjambor at suse dot cz | --- Comment #4 from Paolo Carl

[Bug c++/55564] 4.8 Regression] internal error using decltype of a template type parameter for late-specified function result type

2012-12-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55564 H.J. Lu changed: What|Removed |Added CC||mjambor at suse dot cz Target Milest

[Bug c++/55564] 4.8 Regression] internal error using decltype of a template type parameter for late-specified function result type

2012-12-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55564 Paolo Carlini changed: What|Removed |Added CC||hjl.tools at gmail dot com ---

[Bug sanitizer/55577] New: g++.dg/asan/asan_test.C failures

2012-12-03 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55577 Bug #: 55577 Summary: g++.dg/asan/asan_test.C failures Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priori

[Bug middle-end/55046] [4.8 Regression] ICE in ira_reuse_stack_slot at ira-color.c:4065

2012-12-03 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug other/54691] [4.8 Regression] --enable-checking=valgrind doesn't build

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54691 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/55566] [4.8 regression] segfault during build (related to recent "vec" re-implementation?)

2012-12-03 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55566 --- Comment #12 from Gary Funck 2012-12-03 17:24:03 UTC --- (In reply to comment #10) > Thanks for the experiment. I think that you just need to always bootstrap the > compiler (i.e. don't pass --disable-bootstrap) since it's precisely de

[Bug bootstrap/55380] All search_line_fast implementations read beyond buffer

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55380 --- Comment #2 from Jakub Jelinek 2012-12-03 17:20:01 UTC --- Author: jakub Date: Mon Dec 3 17:19:47 2012 New Revision: 194102 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194102 Log: PR bootstrap/55380 PR other/546

[Bug other/54691] [4.8 Regression] --enable-checking=valgrind doesn't build

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54691 --- Comment #13 from Jakub Jelinek 2012-12-03 17:20:01 UTC --- Author: jakub Date: Mon Dec 3 17:19:47 2012 New Revision: 194102 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194102 Log: PR bootstrap/55380 PR other/54

[Bug tree-optimization/53663] [4.7 Regression] inconsistent inline handling of bool within union

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/53663] [4.7 Regression] inconsistent inline handling of bool within union

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663 --- Comment #18 from Richard Biener 2012-12-03 16:53:39 UTC --- Author: rguenth Date: Mon Dec 3 16:53:25 2012 New Revision: 194101 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194101 Log: 2012-12-03 Richard Biener

[Bug bootstrap/55571] [4.6/4.7/4.8 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi

2012-12-03 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55571 Richard Henderson changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug bootstrap/55571] [4.6/4.7/4.8 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi

2012-12-03 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55571 --- Comment #6 from Richard Henderson 2012-12-03 16:48:59 UTC --- Created attachment 28861 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28861 proposed patch 4.6 only IMO there are multiple problems being exposed here. Some of th

[Bug middle-end/55401] uninstrumented path in TM clones are still instrumented

2012-12-03 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55401 --- Comment #2 from Aldy Hernandez 2012-12-03 16:11:33 UTC --- Author: aldyh Date: Mon Dec 3 16:11:21 2012 New Revision: 194099 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194099 Log: PR middle-end/55401 * trans-me

[Bug c++/54170] Call to lambda elided

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

[Bug c++/55576] Fails to compile a call to template member function

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

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-12-03 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 --- Comment #5 from dave.anglin at bell dot net 2012-12-03 16:06:22 UTC --- I have a patch to ignore the comparison failure and a couple changes to libbacktrace for hpux. The btest program now runs successfully on hpux. However, backtrac

[Bug middle-end/55046] [4.8 Regression] ICE in ira_reuse_stack_slot at ira-color.c:4065

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55046 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/55006] [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-12-03 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 Steven Bosscher changed: What|Removed |Added URL|http://gcc.gnu.org/ml/gcc-p |http://gcc.gnu.org/ml/gcc-p

[Bug target/55033] [4.6/4.7/4.8 Regression] PowerPC section type conflict error

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033 Richard Biener changed: What|Removed |Added Target|powerpc-rtems4.11 |powerpc-rtems4.11

[Bug c++/55032] [4.7/4.8 Regression] Internal compiler error: in strip_typedefs, at cp/tree.c:1199

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55032 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/54170] Call to lambda elided

2012-12-03 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 --- Comment #11 from paolo at gcc dot gnu.org 2012-12-03 16:01:43 UTC --- Author: paolo Date: Mon Dec 3 16:01:32 2012 New Revision: 194098 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194098 Log: /cp 2012-12-03 Paolo Carli

[Bug c++/55015] [4.7/4.8 Regression] Lambda functions not found at link time when declared in an inline function

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55015 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/55576] Fails to compile a call to template member function

2012-12-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55576 --- Comment #1 from Jonathan Wakely 2012-12-03 16:00:35 UTC --- I don't think this is a G++ bug, there are three problems with this code: 1) You need to #include to use placement new 2) factory::apply is non-const but the parameter 'f'

[Bug rtl-optimization/55006] [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #7 from Richard

[Bug target/54974] [4.7 Regression] [ARM] [thumb] Incorrect placement of constant pools

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54974 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug c++/54947] [4.7/4.8 Regression] [C++11] lambda cannot capture-by-copy inside braced-init-list

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54947 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug bootstrap/54926] [4.8 Regression] Bootstrap comparison failure for various files in libbacktrace

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54926 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/54913] [4.8 Regression] qualified lookup in ctor of class template fails to find static member of reference type

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54913 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRM

[Bug tree-optimization/46590] long compile time with -O2 and many loops

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 Richard Biener changed: What|Removed |Added Blocks||47344 Target Milestone|4.6.4

[Bug middle-end/54896] Some optimization slowness with GCC 4.7.2

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54896 Richard Biener changed: What|Removed |Added Target Milestone|4.7.3 |---

[Bug middle-end/54896] Some optimization slowness with GCC 4.7.2

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54896 Richard Biener changed: What|Removed |Added Component|c |middle-end Blocks|

[Bug debug/54828] [4.6 Regression] ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54828 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug c++/54801] [4.7/4.8 Regression] static variables constructed with lambda params inside member functions cause undefined errors

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54801 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/54744] [4.7/4.8 Regression] internal compiler error: Segmentation fault, by dependent base, member typedef and ctor-initializer

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54744 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/54730] [4.6/4.7/4.8 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1066

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54730 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/54653] [4.6/4.7/4.8 Regression] tsubst_template_parms ICE

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54653 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Pri

[Bug rtl-optimization/54524] [4.6/4.7 Regression] Spurious add on sum of bitshifts (forward-propagate issue)

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54524 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/54325] [4.7/4.8 Regression] C++11 uniform initialization syntax for argument-less abstract base class constructor fails

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54325 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priorit

[Bug target/54300] [4.7/4.8 Regression] Erroneous optimization causes wrong Neon data management

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54300 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/54259] [4.7 Regression] Regression in move construction for std::pair

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54259 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/54207] [4.7/4.8 Regression][C++0x] ICE in build_noexcept_spec when bool is #defined/typedef'd

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54207 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Pri

[Bug fortran/55574] [4.7/4.8 Regression] C binding access to c_ptr type

2012-12-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55574 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic

[Bug rtl-optimization/54127] [4.7 Regression] ICE in maybe_record_trace_start with asm goto, --target=powerpc-unknown-linux-gnu

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54127 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/53884] [4.7/4.8 Regression] ICE: in function_and_variable_visibility, at ipa.c:818 with -flto -fno-weak

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53884 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Last reconfirmed|2012-07-0

[Bug bootstrap/55571] [4.6/4.7/4.8 regression] PR48076 fix broke bootstrap on armv5tel-linux-gnueabi

2012-12-03 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55571 Richard Henderson changed: What|Removed |Added AssignedTo|unassigned at gcc dot |rth at gcc dot gnu.org

[Bug lto/53768] [4.7 Regression] Undefined references with boost 1.46/1.48/1.49

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53768 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/53663] [4.7 Regression] inconsistent inline handling of bool within union

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P

[Bug tree-optimization/53636] [4.7 Regression] SLP may create invalid unaligned memory accesses

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53636 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P

[Bug middle-end/53623] [4.7/4.8 Regression] sign extension is effectively split into two x86-64 instructions

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53623 Richard Biener changed: What|Removed |Added Keywords||missed-optimization P

[Bug tree-optimization/53571] [4.6/4.7 regression] ICE with -O{2,3} -floop-parallelize-all in cloog_domain_stride()

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53571 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|WAITING

[Bug libstdc++/53218] [4.7 regression] cmake segfaults on sparcv9

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53218 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/55576] New: Fails to compile a call to template member function

2012-12-03 Thread antoshkka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55576 Bug #: 55576 Summary: Fails to compile a call to template member function Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug target/52911] [4.6/4.7/4.8 Regression] gcc 4.7.0 (ppc32 e500mc) when compile a c file, after a lot of time, gcc failed and internal compiler error occurs.

2012-12-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52911 Richard Biener changed: What|Removed |Added Target|ppc32 e500mc|powerpc-*-linux e500mc

[Bug testsuite/55452] [4.8 Regression]: gfortran.dg/reassoc_4.f -O scan-tree-dump-times reassoc1

2012-12-03 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55452 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

  1   2   >