[Bug tree-optimization/45978] [4.6 Regression] bogus "array subscript is above array bounds" warning in extremely simple code with no loops

2012-07-15 Thread Petr.Salinger at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45978 --- Comment #11 from Petr.Salinger at seznam dot cz 2012-07-16 06:48:07 UTC --- Created attachment 27800 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27800 testcase Another failing testcase - reduced from xserver-xorg-input-mouse

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread jakub at jermar dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 --- Comment #6 from Jakub Jermar 2012-07-16 06:28:29 UTC --- (In reply to comment #4) > Ah, of course the "move branch register" instruction faults if the NaT bit of > the source register is set. So the recovery code is irrelevant, and this could

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread jakub at jermar dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 --- Comment #5 from Jakub Jermar 2012-07-16 06:18:55 UTC --- (In reply to comment #1) > Without a test case on a platform that is supported in GCC, there isn't much > anyone can do to help. Can you reproduce this on linux or hpux? > > BTW, are t

[Bug target/33135] [SH] -ffinite-math-only should not be on by default

2012-07-15 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135 --- Comment #3 from Kazumoto Kojima 2012-07-16 00:18:11 UTC --- (In reply to comment #2) You are right. Our sh_option_override has code like this: if (flag_finite_math_only == 2) flag_finite_math_only = !flag_signaling_nans && TARGE

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 --- Comment #4 from Steven Bosscher 2012-07-15 22:52:31 UTC --- Ah, of course the "move branch register" instruction faults if the NaT bit of the source register is set. So the recovery code is irrelevant, and this could be a GCC bug. Need a test

[Bug middle-end/49220] ICE in create_pre_exit, at mode-switching.c:401

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49220 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/33135] [SH] -ffinite-math-only should not be on by default

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135 Oleg Endo changed: What|Removed |Added CC||kkojima at gcc dot gnu.org --- Comment #2 fro

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 --- Comment #3 from Steven Bosscher 2012-07-15 21:17:34 UTC --- What does the recovery code at 4404710 look like?

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 --- Comment #2 from Steven Bosscher 2012-07-15 21:08:30 UTC --- FWIW, as far as I understand the ia64 data speculation semantics, it is OK to use a speculated load, but the check must then be done on the use, i.e. in t his case chk.s b6.

[Bug target/53975] [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/53976] New: [SH] Unnecessary clrt after bt

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53976 Bug #: 53976 Summary: [SH] Unnecessary clrt after bt Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug target/53689] [SH] GCC emits an invalid slot instruction for RTE (Return from Exception)

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53689 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/53832] [4.8 Regression] error: macro "ggc_alloc_cleared_lang_decl" passed 1 arguments, but takes just 0

2012-07-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832 --- Comment #6 from Jonathan Wakely 2012-07-15 20:29:06 UTC --- I closed it as invalid simply because I found the (approximate) reason for the failure, and it was caused by me doing something which I don't /believe/ is required to work, though I

[Bug target/33135] [SH] -ffinite-math-only should not be on by default

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33135 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #1 fr

[Bug target/53975] New: [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction

2012-07-15 Thread jakub at jermar dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 Bug #: 53975 Summary: [ia64] Target register of a speculative load moved to a branch register prior to the chk.s instruction Classification: Unclassified Product: gcc Version: 4.

[Bug target/29969] should use floating point registers for block copies

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29969 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #4 fr

[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-07-15 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 Mikael Pettersson changed: What|Removed |Added CC||aoliva at gcc dot gnu.org,

[Bug bootstrap/53832] [4.8 Regression] error: macro "ggc_alloc_cleared_lang_decl" passed 1 arguments, but takes just 0

2012-07-15 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832 Gary Funck changed: What|Removed |Added CC||gary at intrepid dot com,

[Bug c++/53970] -ftree-vectorization does not handle well unaligned data

2012-07-15 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53970 Hans-Peter Nilsson changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED CC|

[Bug ada/53974] [4.8 Regression] Nearly all tests fail with ADA.CALENDAR.TIME_ERROR : a-calend.adb:603

2012-07-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53974 John David Anglin changed: What|Removed |Added Summary|Nearly all tests fail with |[4.8 Regression] Nearly all

[Bug ada/53974] New: Nearlyt all tests fail with ADA.CALENDAR.TIME_ERROR : a-calend.adb:603

2012-07-15 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53974 Bug #: 53974 Summary: Nearlyt all tests fail with ADA.CALENDAR.TIME_ERROR : a-calend.adb:603 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIR

[Bug libstdc++/53657] [4.7/4.8 Regression] [C++11] pair(pair&&) move constructor is non-trivial

2012-07-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53657 --- Comment #23 from Jonathan Wakely 2012-07-15 15:07:25 UTC --- (In reply to comment #22) > Can one of you please add a note to gcc-4.7/changes.html to reflect > the ABI changes between 4.7.1 and 4.7.2? Thanks. Done: http://gcc.gnu.org/ml/gcc-

[Bug libfortran/53962] Tab handling with formatted stream output

2012-07-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53962 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code CC|

[Bug java/53973] New: [x32] libjava failures

2012-07-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53973 Bug #: 53973 Summary: [x32] libjava failures Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug regression/53964] regression: sparc64 FreeBSD: /usr/ports/lang/gcc46/work/build/./prev-gcc/include/stddef.h:150:26: error: two or more data types n declaration specifiers

2012-07-15 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53964 --- Comment #4 from Anton Shterenlikht 2012-07-15 13:58:11 UTC --- I don't use /etc/src.conf (i.e. I don't have this file). # cat /etc/make.conf SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDAD

[Bug c++/36159] C++ compiler should issue a warning with missing new operator

2012-07-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159 H.J. Lu changed: What|Removed |Added CC||hayim at post dot tau.ac.il --- Comment #10 fro

[Bug c++/53970] -ftree-vectorization does not handle well unaligned data

2012-07-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53970 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c

[Bug target/53961] internal compiler error: in memory_address_length, at config/i386/i386.c:23341

2012-07-15 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53961 H.J. Lu changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug c++/53972] New: array constant expression expression not valid as template argument

2012-07-15 Thread fw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53972 Bug #: 53972 Summary: array constant expression expression not valid as template argument Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug regression/53964] regression: sparc64 FreeBSD: /usr/ports/lang/gcc46/work/build/./prev-gcc/include/stddef.h:150:26: error: two or more data types n declaration specifiers

2012-07-15 Thread gerald at pfeifer dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53964 Gerald Pfeifer changed: What|Removed |Added CC||gerald at pfeifer dot com --- Comment #3

[Bug fortran/53971] [OOP] Class container - reverse order of _vtab and _data

2012-07-15 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53971 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #1 f

[Bug target/53949] [SH] Add support for mac.w / mac.l instructions

2012-07-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53949 --- Comment #3 from Oleg Endo 2012-07-15 12:11:20 UTC --- Created attachment 27799 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27799 Proof of concept patch This is a proof of concept patch just to probe around. The idea is to allow the R

[Bug regression/53964] regression: sparc64 FreeBSD: /usr/ports/lang/gcc46/work/build/./prev-gcc/include/stddef.h:150:26: error: two or more data types n declaration specifiers

2012-07-15 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53964 --- Comment #2 from Anton Shterenlikht 2012-07-15 11:00:31 UTC --- And gcc48: gmake[3]: Entering directory `/usr/ports/lang/gcc48/work/build/libcpp' /usr/ports/lang/gcc48/work/build/./prev-gcc/g++ -B/usr/ports/lang/gcc48/work/build/./prev-gcc/ -

[Bug rtl-optimization/52983] [4.8 Regression] internal compiler error: in df_uses_record, at df-scan.c:3243

2012-07-15 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52983 Anton Shterenlikht changed: What|Removed |Added CC||mexas at bristol dot ac.uk --- Comme

[Bug regression/53964] regression: sparc64 FreeBSD: /usr/ports/lang/gcc46/work/build/./prev-gcc/include/stddef.h:150:26: error: two or more data types n declaration specifiers

2012-07-15 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53964 --- Comment #1 from Anton Shterenlikht 2012-07-15 10:49:55 UTC --- And the same error with gcc47: gmake[3]: Entering directory `/usr/ports/lang/gcc47/work/build/libcpp' /usr/ports/lang/gcc47/work/build/./prev-gcc/g++ -B/usr/ports/lang/gcc47/work

[Bug fortran/53824] ICE with ALLOCATE of coarrays

2012-07-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53824 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug other/53969] internal compiler error: Segmentation fault on Android(use NDK)

2012-07-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53969 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/53965] Member class initialization doesn't work with unordered_set

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

[Bug fortran/53971] New: [OOP] Class container - reverse order of _vtab and _data

2012-07-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53971 Bug #: 53971 Summary: [OOP] Class container - reverse order of _vtab and _data Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug c/53970] New: -ftree-vectorization does not handle well unaligned data

2012-07-15 Thread hayim at post dot tau.ac.il
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53970 Bug #: 53970 Summary: -ftree-vectorization does not handle well unaligned data Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED

[Bug target/53961] internal compiler error: in memory_address_length, at config/i386/i386.c:23341

2012-07-15 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53961 Uros Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53110] GCC-4.7 generates stupid x86_64 asm

2012-07-15 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53110 --- Comment #12 from uros at gcc dot gnu.org 2012-07-15 08:13:57 UTC --- Author: uros Date: Sun Jul 15 08:13:47 2012 New Revision: 189491 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189491 Log: PR target/53961 Backport from main

[Bug target/53961] internal compiler error: in memory_address_length, at config/i386/i386.c:23341

2012-07-15 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53961 --- Comment #13 from uros at gcc dot gnu.org 2012-07-15 08:13:57 UTC --- Author: uros Date: Sun Jul 15 08:13:47 2012 New Revision: 189491 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189491 Log: PR target/53961 Backport from main