[Bug c++/56262] New: [4.8 regression] ICE in ipa_make_edge_direct_to_target, at ipa-prop.c:2111

2013-02-08 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56262 Bug #: 56262 Summary: [4.8 regression] ICE in ipa_make_edge_direct_to_target, at ipa-prop.c:2111 Classification: Unclassified Product: gcc Version: unknown

[Bug other/33797] Enable zlib for x86_64-pc-mingw32 64-bit targets

2013-02-08 Thread karlson2k at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33797 Evgeny Grin changed: What|Removed |Added CC||karlson2k at gmail dot com --- Co

[Bug libstdc++/56257] std::vector allows access to the elements of _Vector_base

2013-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257 --- Comment #2 from Jonathan Wakely 2013-02-09 02:01:21 UTC --- To be specific, of course using a name like _M_impl doesn't lead to portable code ... that's kinda the point of reserved names. We use them for our own purposes, any purposes

[Bug libstdc++/56257] std::vector allows access to the elements of _Vector_base

2013-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257 --- Comment #1 from Jonathan Wakely 2013-02-09 01:57:32 UTC --- How about "don't do that."

[Bug tree-optimization/56145] [4.8 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all

2013-02-08 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 --- Comment #4 from Vincent 2013-02-09 00:36:41 UTC --- Hi Richard, The same also with native win-64bits build. host=x86_64-w64-mingw32 build=x86_64-slackware-linux target=x86_64-w64-mingw32 gcc version 4.8.0 20130208

[Bug fortran/56261] seg fault call procedure pointer on polymorphic array

2013-02-08 Thread abensonca at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56261 --- Comment #1 from Andrew Benson 2013-02-08 23:19:11 UTC --- Reduced test case: module t type, public :: nc integer :: n end type nc contains subroutine ff(self) implicit none class(nc), intent(in), dimens

[Bug fortran/56261] New: seg fault call procedure pointer on polymorphic array

2013-02-08 Thread abensonca at gmail dot com
Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/home/abenson/libexec/gcc/x86_64-unknown-linux- gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-trunk/configure --prefix=/home/abenson --enable- languages=c,c++,fortran --disable-multilib --wit

[Bug c++/56260] New: GCC hangs/crashes on potentially invalid source

2013-02-08 Thread novulae at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56260 Bug #: 56260 Summary: GCC hangs/crashes on potentially invalid source Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug pch/54117] [4.8 Regression] FAIL: ./decl-3.h -O0 -g (internal compiler error)

2013-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117 --- Comment #18 from Jeffrey A. Law 2013-02-08 23:03:07 UTC --- Yes, I am in favor of deprecating everything but dwarf for 4.9; however, that's a significant enough change that we probably need to discuss it on the lists.

[Bug bootstrap/56259] New: GCC's configure script has a hard-coded setting of 'with_gmp' for FreeBSD

2013-02-08 Thread novulae at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56259 Bug #: 56259 Summary: GCC's configure script has a hard-coded setting of 'with_gmp' for FreeBSD Classification: Unclassified Product: gcc Version: unknown S

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #5 from janus at gcc dot gnu.org 2013-02-08 22:57:15 UTC --- (In reply to comment #4) > The following, which is a partial revert of r183180, fixes the ICE: However, it fails on init_flag_9.f90, which the following version does

[Bug pch/54117] [4.8 Regression] FAIL: ./decl-3.h -O0 -g (internal compiler error)

2013-02-08 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117 --- Comment #17 from Steven Bosscher 2013-02-08 22:51:26 UTC --- (In reply to comment #16) > I find myself in agreement with Richi in c#12. Does that also apply to the "Thus, let's deprecate anything but dwarf in 4.8" part? Otherwise, w

[Bug c++/56251] no DW_AT_const_value for static const member of a template class

2013-02-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251 --- Comment #6 from Paolo Carlini 2013-02-08 22:50:35 UTC --- See, eg, c++/30745 and many duplicates elsewhere.

[Bug c++/56217] ICE: OpenMP: when combining shared() and a move constructor

2013-02-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217 Paolo Carlini changed: What|Removed |Added Severity|blocker |normal

[Bug c++/56251] no DW_AT_const_value for static const member of a template class

2013-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251 --- Comment #5 from Andrew Pinski 2013-02-08 22:09:58 UTC --- (In reply to comment #4) > Note, this is a const static member, the initialization is the definition, > if I don't initialize it, I would get an "Undefined symbol" linking error

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #4 from janus at gcc dot gnu.org 2013-02-08 22:02:09 UTC --- The following, which is a partial revert of r183180, fixes the ICE: Index: gcc/fortran/resolve.c ===

[Bug c++/56251] no DW_AT_const_value for static const member of a template class

2013-02-08 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251 --- Comment #4 from chihin ko 2013-02-08 22:01:36 UTC --- Note, this is a const static member, the initialization is the definition, if I don't initialize it, I would get an "Undefined symbol" linking error. This code is valid.

[Bug rtl-optimization/56246] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1262

2013-02-08 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246 --- Comment #3 from Vladimir Makarov 2013-02-08 21:59:16 UTC --- Author: vmakarov Date: Fri Feb 8 21:59:11 2013 New Revision: 195902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195902 Log: 2013-02-08 Vladimir Makarov

[Bug c++/56251] no DW_AT_const_value for static const member of a template class

2013-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251 --- Comment #3 from Andrew Pinski 2013-02-08 21:28:25 UTC --- You only declare the variable. There is no definition of the variable in the program.

[Bug c++/56251] no DW_AT_const_value for static const member of a template class

2013-02-08 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251 --- Comment #2 from chihin ko 2013-02-08 21:24:55 UTC --- How is it invalid ? it was compilable and runnable: benjamin2 906> /pkg/gnu/bin/g++ -v Using built-in specs. COLLECT_GCC=/pkg/gnu/bin/g++-4.7.1-5.10 COLLECT_LTO_WRAPPER=/pkg/gnu

[Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s)

2013-02-08 Thread g...@denis-excoffier.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258 Bug #: 56258 Summary: Please upgrade doc/*.texi to the latest texinfo package(s) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRME

[Bug libstdc++/56257] New: std::vector allows access to the elements of _Vector_base

2013-02-08 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257 Bug #: 56257 Summary: std::vector allows access to the elements of _Vector_base Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED

[Bug target/56254] [avr] Support __builtin_avr_delay_cycles with non-const delays

2013-02-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56254 Georg-Johann Lay changed: What|Removed |Added Keywords||patch Status|ASSI

[Bug target/56254] [avr] Support __builtin_avr_delay_cycles with non-const delays

2013-02-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56254 --- Comment #1 from Georg-Johann Lay 2013-02-08 20:52:41 UTC --- Created attachment 29400 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29400 var-delay.diff

[Bug go/56017] libgo testsuite does not support cross testing

2013-02-08 Thread sch...@linux-m68k.org
|FIXED | --- Comment #4 from Andreas Schwab 2013-02-08 20:41:18 UTC --- Like this: ERROR: (DejaGnu) proc "timeout_value" does not exist. The error code is NONE The info on the error is: no files matched glob pattern "/daten/aranym/gcc/gcc-20130208/

[Bug pch/54117] [4.8 Regression] FAIL: ./decl-3.h -O0 -g (internal compiler error)

2013-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comm

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2013-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug other/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 --- Comment #9 from Jakub Jelinek 2013-02-08 20:05:19 UTC --- (In reply to comment #8) > Ah, so this *is* caused by the asan merge, although it's not an asan bug. > The new asan allocator often returns pointers that are >4Gb apart from

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2013-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 --- Comment #13 from Jeffrey A. Law 2013-02-08 20:04:52 UTC --- Patch installed on trunk

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2013-02-08 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 --- Comment #12 from Jeffrey A. Law 2013-02-08 20:04:04 UTC --- Author: law Date: Fri Feb 8 20:03:52 2013 New Revision: 195900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195900 Log: PR debug/53948 * emit-rt

[Bug target/56043] ICE in rs6000_builtin_vectorized_libmass for vsx-mass-1.c

2013-02-08 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/56043] ICE in rs6000_builtin_vectorized_libmass for vsx-mass-1.c

2013-02-08 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043 --- Comment #3 from Michael Meissner 2013-02-08 19:47:07 UTC --- Author: meissner Date: Fri Feb 8 19:46:52 2013 New Revision: 195899 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195899 Log: [gcc] 2013-02-08 Michael Meissne

[Bug target/56043] ICE in rs6000_builtin_vectorized_libmass for vsx-mass-1.c

2013-02-08 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043 --- Comment #2 from Michael Meissner 2013-02-08 19:36:12 UTC --- Author: meissner Date: Fri Feb 8 19:36:04 2013 New Revision: 195898 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195898 Log: [gcc] 2013-02-07 Michael Meissne

[Bug tree-optimization/56145] [4.8 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all

2013-02-08 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 --- Comment #3 from Vincent 2013-02-08 18:29:28 UTC --- (In reply to comment #2) > Is this with a cross-compiler or a native compiler? Cross compiler.

[Bug other/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 --- Comment #8 from Kostya Serebryany 2013-02-08 18:28:43 UTC --- Ah, so this *is* caused by the asan merge, although it's not an asan bug. The new asan allocator often returns pointers that are >4Gb apart from each other so that int is

[Bug libitm/55693] [4.8 Regression] libitm.c++/eh-1.C execution test fails on darwin from r193271

2013-02-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693 --- Comment #49 from Jack Howarth 2013-02-08 18:17:50 UTC --- The patch in comment 47 produces no regressions in gcc for... make -k check RUNTESTFLAGS="tm.exp --target_board=unix'{-m32,-m64}'" and none in libitm for... make -k check

[Bug driver/45749] Response file unwrapped between collect2.exe and ld.exe

2013-02-08 Thread earnie at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749 Earnie changed: What|Removed |Added CC||earnie at users dot |

[Bug other/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Component|sani

[Bug sanitizer/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|NEW Component|other

[Bug other/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug rtl-optimization/48133] [4.6/4.7/4.8 Regression] ICE: in get_loop_body, at cfgloop.c:831 with -O -funroll-loops -fthread-jumps -fno-tree-ch

2013-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48133 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug other/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 Jakub Jelinek changed: What|Removed |Added Component|sanitizer |other --- Comment #4 from Jakub

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-08 Thread karlson2k at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #13 from Evgeny Grin 2013-02-08 17:28:03 UTC --- Created attachment 29398 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29398 Patch for all needed files for cp -pR

[Bug rtl-optimization/56246] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1262

2013-02-08 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246 --- Comment #2 from Vladimir Makarov 2013-02-08 16:39:37 UTC --- (In reply to comment #1) > -m32 -march=i686 -mtune=generic -O2 -fno-omit-frame-pointer -fpic > needed for me. > Regressed with LRA merge. I'll be working on it.

[Bug sanitizer/56245] -fsanitize=address miscompiles GCC

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

[Bug target/56256] [4.8 Regression] inline asm with {|} alternatives in it no longer accepted

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256 --- Comment #1 from Jakub Jelinek 2013-02-08 16:16:09 UTC --- Created attachment 29397 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29397 gcc48-pr56256.patch Untested fix.

[Bug target/56256] [4.8 Regression] inline asm with {|} alternatives in it no longer accepted

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/56256] New: [4.8 Regression] inline asm with {|} alternatives in it no longer accepted

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256 Bug #: 56256 Summary: [4.8 Regression] inline asm with {|} alternatives in it no longer accepted Classification: Unclassified Product: gcc Version: 4.8.0 St

[Bug web/56255] permissions on http://gcc.gnu.org/gcc-4.8/

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56255 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|for

[Bug fortran/56255] New: permissions on http://gcc.gnu.org/gcc-4.8/

2013-02-08 Thread denis-bz...@t-online.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56255 Bug #: 56255 Summary: permissions on http://gcc.gnu.org/gcc-4.8/ Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: trivial

[Bug fortran/56204] [4.8 regression] gfortran.dg/quad_[23].f90 FAIL on Solaris 9/x86

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug tree-optimization/56145] [4.8 Regression] Use of too much optimizations -O2 -ffast-math -floop-parallelize-all

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145 Richard Biener changed: What|Removed |Added Target||x86_64-w64-mingw32

[Bug fortran/54107] [4.8 Regression] [F03] Memory hog with abstract interface

2013-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107 --- Comment #37 from Dominique d'Humieres 2013-02-08 15:46:48 UTC --- > This is now done. Thanks.

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

2013-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54730 Mikael Morin changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unass

[Bug libstdc++/56111] [4.8 Regression] {float,double,long double} complex not accepted anymore

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priorit

[Bug libstdc++/56012] [4.7/4.8 Regression] [C++11] Narrowing conversion in atomic_flag

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56012 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug target/55941] [4.8 Regression] Strange copy of double (in struct) to stack

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55941 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug fortran/55907] [4.6/4.7/4.8 Regression] ICE with -fno-automatic -finit-local-zero

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug fortran/54107] [4.8 Regression] [F03] Memory hog with abstract interface

2013-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/55163] [4.8 Regression] Ongoing problem with gengtype-lex.c under CygWin with CRLF text mode line endings since 4.8

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55163 Richard Biener changed: What|Removed |Added Target||cygwin Host|

[Bug rtl-optimization/52576] [4.7 Regression] fib.c (attached) is slower on 4.7.x than 4.6.x

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52576 Richard Biener changed: What|Removed |Added Known to work||4.6.3, 4.8.0 Target Milestone

[Bug other/52278] [4.7/4.8 Regression] [avr] inefficient register allocation for SUBREGs

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug rtl-optimization/56246] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1262

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246 Richard Biener changed: What|Removed |Added Keywords||ra Target|

[Bug c++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug rtl-optimization/56151] [4.8 Regression] Performance degradation after r194054 on x86 Atom.

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56151 --- Comment #10 from Jakub Jelinek 2013-02-08 15:29:12 UTC --- (In reply to comment #4) > Patch to help explain the problem: > > Index: optabs.c > === > --- optabs.c(r

[Bug middle-end/56242] [4.8 Regression] libjava/classpath/gnu/javax/swing/text/html/parser/support/textPreProcessor.java:175:0: ICE: Segmentation fault

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56242 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/56238] [4.7/4.8 regression] ICE in tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_conversions, at cp/search.c:2515

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56238 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Version|unknown

[Bug fortran/56224] [4.8 Regression] gfortran -fopenmp cannot find omp_lib.h

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56224 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/56184] [4.8 Regression] Internal compiler error in push_reload during bootstrap stage 2

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/56195] [4.8 Regression] Error: incorrect register `%rdi' used with `l' suffix (at -O2)

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56195 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #7 from Jakub Jelinek 2013-02-08 15:23:43 UTC --- Fixed on the trunk so far.

[Bug rtl-optimization/56151] [4.8 Regression] Performance degradation after r194054 on x86 Atom.

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56151 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug inline-asm/56148] [4.8 Regression] inline asm matching constraint with different mode

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priorit

[Bug rtl-optimization/56195] [4.8 Regression] Error: incorrect register `%rdi' used with `l' suffix (at -O2)

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56195 --- Comment #8 from Jakub Jelinek 2013-02-08 15:19:05 UTC --- Author: jakub Date: Fri Feb 8 15:19:02 2013 New Revision: 195891 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195891 Log: PR rtl-optimization/56195 * lra

[Bug bootstrap/56128] [4.8 Regression] libsanitizer doesn't build with broken kernel headers

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56128 Richard Biener changed: What|Removed |Added Keywords||build Priority|P3

[Bug middle-end/56077] [4.6/4.7/4.8 Regression] volatile ignored when function inlined

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56077 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/54107] [4.8 Regression] [F03] Memory hog with abstract interface

2013-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107 --- Comment #35 from Mikael Morin 2013-02-08 15:13:45 UTC --- Author: mikael Date: Fri Feb 8 15:13:32 2013 New Revision: 195890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195890 Log: fortran/ PR fortran/54107 * t

[Bug tree-optimization/56049] [4.8 Regression] Simplification to constants not done

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56049 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/55943] [4.6/4.7/4.8 Regression] ICE in gen_reg_rtx

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55943 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug tree-optimization/56250] Wrong constant folding on unsigned int

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250 --- Comment #6 from Jakub Jelinek 2013-02-08 15:06:37 UTC --- Author: jakub Date: Fri Feb 8 15:06:26 2013 New Revision: 195888 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195888 Log: PR tree-optimization/56250 * fo

[Bug c++/55877] [4.6/4.7/4.8 Regression] Anon visibility issues

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55877 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priorit

[Bug target/56253] fp-contract does not work with SSE and AVX FMAs (neither FMA4 nor FMA3)

2013-02-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253 --- Comment #6 from Uros Bizjak 2013-02-08 14:58:42 UTC --- (In reply to comment #5) > Hmm, I wonder how the vectorizer then accesses add/sub patterns without > SSE math. It just queries optabs ... > > We cannot handle the FMA case wit

[Bug lto/55493] [4.8 Regression] LTO always ICEs on i686-mingw32

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55493 Richard Biener changed: What|Removed |Added Status|REOPENED|WAITING --- Comment #9 from Ri

[Bug c++/56247] [4.6/4.7/4.8 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:12131

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug libitm/55693] [4.8 Regression] libitm.c++/eh-1.C execution test fails on darwin from r193271

2013-02-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693 --- Comment #48 from Jack Howarth 2013-02-08 14:40:20 UTC --- (In reply to comment #47) > Created attachment 29396 [details] > revised patch to revert r184293 while fixing PR55693 > > Bootstrap regtesting underway on ppc darwin9, x86_64

[Bug libitm/55693] [4.8 Regression] libitm.c++/eh-1.C execution test fails on darwin from r193271

2013-02-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693 --- Comment #47 from Jack Howarth 2013-02-08 14:39:11 UTC --- Created attachment 29396 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29396 revised patch to revert r184293 while fixing PR55693 Bootstrap regtesting underway on ppc d

[Bug sanitizer/56245] -fsanitize=address miscompiles GCC

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245 --- Comment #2 from Jakub Jelinek 2013-02-08 14:32:13 UTC --- I don't see how a libasan change could cause a "miscompilation" of gengtype. Anyway, I've rebuild build/gengtype* with rm -f build/gengtype* make CXX='./xg++ -B ./ -fsanitize=a

[Bug libstdc++/56216] TR1 bessel functions bomb at x == 0!

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

[Bug libstdc++/56216] TR1 bessel functions bomb at x == 0!

2013-02-08 Thread emsr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56216 --- Comment #3 from emsr at gcc dot gnu.org 2013-02-08 14:11:01 UTC --- Author: emsr Date: Fri Feb 8 14:10:48 2013 New Revision: 195886 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195886 Log: PR libstdc++/56216 Added:

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2013-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 --- Comment #11 from Jakub Jelinek 2013-02-08 13:46:05 UTC --- Yeah, I agree with Jeff here, IMHO a helper function somewhere where both rtl.h and tree.h is included is best solution for now. As long as REG/MEM have REG_EXPR/MEM_EXPR, ther

[Bug target/56253] fp-contract does not work with SSE and AVX FMAs (neither FMA4 nor FMA3)

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253 --- Comment #5 from Richard Biener 2013-02-08 13:42:23 UTC --- (In reply to comment #3) > (In reply to comment #1) > > > not sure why we use builtins for these basic operations... > > Because they have to be emitted also for non-SSE m

[Bug target/56253] fp-contract does not work with SSE and AVX FMAs (neither FMA4 nor FMA3)

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253 --- Comment #4 from Richard Biener 2013-02-08 13:30:14 UTC --- (In reply to comment #3) > (In reply to comment #1) > > > not sure why we use builtins for these basic operations... > > Because they have to be emitted also for non-SSE m

[Bug tree-optimization/56064] Optimize VIEW_CONVERT_EXPR with FIXED_CST

2013-02-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56064 --- Comment #3 from Georg-Johann Lay 2013-02-08 13:23:46 UTC --- Author: gjl Date: Fri Feb 8 13:23:34 2013 New Revision: 195885 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195885 Log: gcc/ PR tree-optimization/56064

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2013-02-08 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 --- Comment #10 from Jeffrey A. Law 2013-02-08 13:19:46 UTC --- Right, REG_EXPR gets the underlying decl, but without access to tree.h we can't do anything useful with the decl. The whole point of Steven's patch which caused this regressi

[Bug fortran/56226] Add support for DEC UNION and MAP extensions

2013-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug target/56253] fp-contract does not work with SSE and AVX FMAs (neither FMA4 nor FMA3)

2013-02-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253 --- Comment #3 from Uros Bizjak 2013-02-08 12:58:49 UTC --- (In reply to comment #1) > not sure why we use builtins for these basic operations... Because they have to be emitted also for non-SSE math. >From config/i386/sse.md: ;;

[Bug middle-end/56231] warning traces have bogus line information when using LTO

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/56231] warning traces have bogus line information when using LTO

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231 --- Comment #9 from Richard Biener 2013-02-08 12:55:19 UTC --- Author: rguenth Date: Fri Feb 8 12:55:13 2013 New Revision: 195884 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195884 Log: 2013-02-08 Richard Biener P

[Bug tree-optimization/52448] [4.6/4.7 Regression] cselim broken with calls

2013-02-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52448 Richard Biener changed: What|Removed |Added Known to work||4.8.0 --- Comment #10 from Ric

  1   2   >