[Bug rtl-optimization/55747] Extra registers are saved in functions that only call noreturn functions

2013-01-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55747 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/55712] cpuinfo.c doesn't compile for x86-64 with medium memory model

2013-01-06 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55712 --- Comment #9 from uros at gcc dot gnu.org 2013-01-06 08:45:48 UTC --- Author: uros Date: Sun Jan 6 08:45:43 2013 New Revision: 194937 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194937 Log: Backport from mainline

[Bug target/55712] cpuinfo.c doesn't compile for x86-64 with medium memory model

2013-01-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55712 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/55885] New: Modulo operator crashes for int and long variables if they have minimal value

2013-01-06 Thread klaus.wieder at endolandia dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55885 Bug #: 55885 Summary: Modulo operator crashes for int and long variables if they have minimal value Classification: Unclassified Product: gcc Version: 4.2.1

[Bug c++/55885] Modulo operator crashes for int and long variables if they have minimal value

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

[Bug libstdc++/52015] std::to_string does not work under MinGW

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015 --- Comment #22 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-06 11:31:03 UTC --- OS wasn't the right term, but you need to update mingw32-w64 to a recent version from trunk. That requirement is not suitable for a release branch.

[Bug c++/55885] Modulo operator crashes for int and long variables if they have minimal value

2013-01-06 Thread kwieder at polytechnic dot edu.na
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55885 --- Comment #2 from kwieder at polytechnic dot edu.na 2013-01-06 12:14:16 UTC --- Thanks for the quick response. Why is INT_MIN % -1 ok and why is int b = -1; INT_MIN % b not ok. Im well aware of

[Bug c++/55885] Modulo operator crashes for int and long variables if they have minimal value

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55885 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-06 12:26:13 UTC --- Are you asking why undefined behaviour doesn't have consistent results? http://c-faq.com/ansi/experiment.html

[Bug fortran/54678] second call to get_environment_variable gives valgrind warning with 8-byte integers

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54678 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2013-01-06 12:43:49 UTC --- Author: burnus Date: Sun Jan 6 12:43:45 2013 New Revision: 194948 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194948 Log: 2013-01-06

[Bug c++/55885] Modulo operator crashes for int and long variables if they have minimal value

2013-01-06 Thread kwieder at polytechnic dot edu.na
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55885 --- Comment #4 from kwieder at polytechnic dot edu.na 2013-01-06 12:44:42 UTC --- Hi Jonathan, According to the the standard C++ implementation (a % -b) == (a % b), therefore (INT_MIN % -1) == (INT_MIN %1) == 0 Neither

[Bug fortran/54678] second call to get_environment_variable gives valgrind warning with 8-byte integers

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54678 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/55845] [4.8 Regression] 454.calculix miscompares with -march=btver2 -O3 -ffastmath -fschedule-insns -mvzeroupper for test data run

2013-01-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55845 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added CC||bonzini at

[Bug bootstrap/55886] New: gcc/configure.ac problems lead to GCC 4.7.2 not building for x86_64-pc-mingw64

2013-01-06 Thread devurandom at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55886 Bug #: 55886 Summary: gcc/configure.ac problems lead to GCC 4.7.2 not building for x86_64-pc-mingw64 Classification: Unclassified Product: gcc Version: 4.7.2

[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48615 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/55887] New: [OOP][F2008] ICE with CLASS and data-target pointer association in (default) initialization

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 Bug #: 55887 Summary: [OOP][F2008] ICE with CLASS and data-target pointer association in (default) initialization Classification: Unclassified Product: gcc Version:

[Bug fortran/40737] Pointer references sometimes fail to define span symbols

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40737 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus

[Bug libstdc++/55594] [4.8 Regression] -Wa,-nH incorrectly added to compile line of all targets

2013-01-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55594 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at

[Bug tree-optimization/55888] New: ICE in in bitmap_set_replace_value, at tree-ssa-pre.c:867

2013-01-06 Thread rmansfield at qnx dot com
Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: rmansfi...@qnx.com Using gcc version 4.8.0 20130106 (experimental) [trunk revision 194948] (GCC) $ ./xgcc -B. -O2 ~/ice.i -m32 -c /home/ryan/ice.i

[Bug tree-optimization/55888] ICE in in bitmap_set_replace_value, at tree-ssa-pre.c:867

2013-01-06 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55888 --- Comment #1 from Ryan Mansfield rmansfield at qnx dot com 2013-01-06 15:17:56 UTC --- Created attachment 29088 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29088 preprocessed src Preprocessed source

[Bug fortran/55763] Issues with some simpler CLASS(*) programs

2013-01-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55763 --- Comment #21 from Tobias Burnus burnus at gcc dot gnu.org 2013-01-06 15:33:24 UTC --- (In reply to comment #6) To the last test case of comment 0: I mentioned this example in the array-descriptor/subpointer PR 40737 to make sure it

[Bug libstdc++/55594] [4.8 Regression] -Wa,-nH incorrectly added to compile line of all targets

2013-01-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55594 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2013-01-06 15:42:03 UTC --- --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2013-01-06 15:10:01 UTC --- So, can we restrict the -Wa,-nH

[Bug fortran/45836] [OOP] Type Bound Procedure Error - Type Mismatch

2013-01-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45836 --- Comment #3 from Mikael Morin mikael at gcc dot gnu.org 2013-01-06 15:50:23 UTC --- Author: mikael Date: Sun Jan 6 15:50:09 2013 New Revision: 194949 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194949 Log: PR

[Bug fortran/42769] [OOP] ICE in resolve_typebound_procedure

2013-01-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42769 --- Comment #36 from Mikael Morin mikael at gcc dot gnu.org 2013-01-06 15:50:19 UTC --- Author: mikael Date: Sun Jan 6 15:50:09 2013 New Revision: 194949 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194949 Log: PR

[Bug fortran/45900] [OOP] Static TBP resolved incorrectly

2013-01-06 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45900 --- Comment #4 from Mikael Morin mikael at gcc dot gnu.org 2013-01-06 15:50:24 UTC --- Author: mikael Date: Sun Jan 6 15:50:09 2013 New Revision: 194949 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194949 Log: PR

[Bug rtl-optimization/55845] [4.8 Regression] 454.calculix miscompares with -march=btver2 -O3 -ffastmath -fschedule-insns -mvzeroupper for test data run

2013-01-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55845 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug tree-optimization/55888] [4.8 regression] ICE in bitmap_set_replace_value, at tree-ssa-pre.c:867

2013-01-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55888 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/55618] [4.6/4.7/4.8 Regression] Failures with ISO_Varying_String test suite

2013-01-06 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55618 --- Comment #4 from Paul Thomas pault at gcc dot gnu.org 2013-01-06 18:48:07 UTC --- Created attachment 29089 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29089 modified version of one of the failing tests Confirmed This is a

[Bug fortran/55117] Programs fails to read namelist (contains derived types objects)

2013-01-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117 --- Comment #10 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2013-01-06 18:51:07 UTC --- This bug appears to be unrelated to the other two namelist bugs. It is related to not seeing the ending '/' marker. I have more testing to go

[Bug middle-end/55889] New: [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling

2013-01-06 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889 Bug #: 55889 Summary: [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling Classification: Unclassified

[Bug middle-end/55889] [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling

2013-01-06 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889 David Edelsohn dje at gcc dot gnu.org changed: What|Removed |Added Target|

[Bug libstdc++/55594] [4.8 Regression] -Wa,-nH incorrectly added to compile line of all targets

2013-01-06 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55594 --- Comment #6 from Rainer Orth ro at gcc dot gnu.org 2013-01-06 20:23:40 UTC --- Created attachment 29090 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29090 proposed patch David, could you please try the attached patch? I've

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-01-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added CC||tkoenig

[Bug fortran/55618] [4.6/4.7/4.8 Regression] Failures with ISO_Varying_String test suite

2013-01-06 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55618 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c/55890] New: calling a builtin func through a cast triggers an ICE

2013-01-06 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55890 Bug #: 55890 Summary: calling a builtin func through a cast triggers an ICE Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal

[Bug fortran/55852] [4.6/4.7/4.8 regression] internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647

2013-01-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55852 --- Comment #6 from Thomas Koenig tkoenig at gcc dot gnu.org 2013-01-06 21:59:13 UTC --- This patch works (not regression-tested yet), but the method using the state variable seems hackish and error-prone. What do you think? Index:

[Bug libstdc++/55872] Crash issue with RTLD_DEEPBIND usage with stdc++ library

2013-01-06 Thread gauryogesh.nsit at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55872 --- Comment #3 from Yogesh Gaur gauryogesh.nsit at gmail dot com 2013-01-07 00:12:26 UTC --- (In reply to comment #2) GCC 4.4 is no longer maintained or supported. Unles you can reproduce the problem with a current release of GCC

[Bug libstdc++/55728] std::bad_function_call has misleading what() result

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55728 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-07 00:50:25 UTC --- Author: redi Date: Mon Jan 7 00:50:16 2013 New Revision: 194958 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194958 Log: PR

[Bug libstdc++/55847] mistake bad_weak_ptr::what() message

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55847 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2013-01-07 00:50:23 UTC --- Author: redi Date: Mon Jan 7 00:50:16 2013 New Revision: 194958 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=194958 Log: PR

[Bug libstdc++/55728] std::bad_function_call has misleading what() result

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55728 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/55847] mistake bad_weak_ptr::what() message

2013-01-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55847 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/55891] New: Problem with shared library and EQUIVALENCE on darwin 11.4.2 x86_64

2013-01-06 Thread brtnfld at hdfgroup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55891 Bug #: 55891 Summary: Problem with shared library and EQUIVALENCE on darwin 11.4.2 x86_64 Classification: Unclassified Product: gcc Version: 4.6.2 Status:

[Bug c++/53900] [regression] Too optimistic on a alignment assert

2013-01-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53900 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2013-01-07 04:25:38 UTC --- __attribute__((aligned(16))) float array[4]; Explicitly says the array is aligned to 16 bytes which means it is undefined by the C/C++ standard

[Bug c/55892] New: Bogus compiler warning

2013-01-06 Thread sworddragon2 at aol dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55892 Bug #: 55892 Summary: Bogus compiler warning Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/55893] New: C++11: runtime segfault with static const object with virtual destructor

2013-01-06 Thread f.heckenb...@fh-soft.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893 Bug #: 55893 Summary: C++11: runtime segfault with static const object with virtual destructor Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/55893] C++11: runtime segfault with static const object with virtual destructor

2013-01-06 Thread f.heckenb...@fh-soft.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893 --- Comment #1 from Frank Heckenbach f.heckenb...@fh-soft.de 2013-01-07 07:21:01 UTC --- Submitted to early. Here's the description: The attached test case segfault at runtime: % g++-4.7 -std=c++11 bug.cpp ./a.out Segmentation fault

[Bug c/55892] Bogus compiler warning

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

[Bug c++/55893] C++11: runtime segfault with static const object with virtual destructor

2013-01-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|