[Bug c++/60258] New: Member initialization for atomic fail.

2014-02-18 Thread ja.gcc.bugzilla at aptsketch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Bug ID: 60258 Summary: Member initialization for atomic fail. Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug other/60040] AVR: error: unable to find a register to spill in class 'POINTER_REGS'

2014-02-18 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 --- Comment #3 from Sebastian Huber sebastian.hu...@embedded-brains.de --- With avr-rtems4.11-gcc (GCC) 4.9.0 20140218 (experimental) I still get the error: avr-rtems4.11-gcc -fpreprocessed -w -mmcu=atmega128 -O2 -s test.i -o /dev/null test.i

[Bug driver/60233] AVX instructions emitted with -march=native on host without AVX support

2014-02-18 Thread steven at uplinklabs dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60233 --- Comment #12 from Steven Noonan steven at uplinklabs dot net --- Thanks for the fast resolution, Jakub!

[Bug middle-end/58555] [4.9 Regression] Floating point exception in want_inline_self_recursive_call_p

2014-02-18 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58555 --- Comment #23 from David Binderman dcb314 at hotmail dot com --- (In reply to Jakub Jelinek from comment #22) So, shall we just apply #c15 here? Diff works fine for me for over five weeks now, so I say yes.

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/60255] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

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

[Bug c++/60190] [c++1y] ICE with invalid return type of template lambda

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60190 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||abutcher at

[Bug c++/60064] [c++1y] ICE with auto as parameter of friend function

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60064 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/60190] [c++1y] ICE with invalid return type of template lambda

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60190 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org --- Actually, that was for PR60064. This one started with r202539, the disappeared with revert in r202570, then started ICEing again with r202611.

[Bug c++/60254] [4.7/4.8/4.9 Regression] [c++11] ICE with non-const expression in static_assert

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60254 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5

[Bug c++/60252] [4.7/4.8/4.9 Regression] [c++11] ICE with invalid variable-length array in lambda parameter

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

[Bug c++/60253] [4.7/4.8/4.9 Regression] ICE passing class object through ellipsis (...)

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60253 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5

[Bug c++/60251] [4.9 Regression] [c++11] ICE capturing variable-length array

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

[Bug c++/60250] [4.9 Regression] [c++1y] ICE using lambda for array size

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

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

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

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at gcc

[Bug c++/60198] ICE with _Cilk_spawn in expression within template function

2014-02-18 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Sylwester Arabas slayoo at staszic dot waw.pl changed: What|Removed |Added CC||slayoo at

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #12 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #11) Reproducible on x86{-64}/Linux with the following procedure: - copy $srcdir/gcc/testsuite/ada/acats/support/repbody.ada to

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #13 from Bernd Edlinger bernd.edlinger at hotmail dot de --- you can also build a cross-gcc/gnat for this spec. all you need for it, are the system root files, but I can give them to you.

[Bug c++/60248] [4.7/4.8/4.9 Regression] [C++11] ICE specializing variadic template

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60248 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug other/60040] AVR: error: unable to find a register to spill in class 'POINTER_REGS'

2014-02-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|NEW Last

[Bug other/56183] [meta-bug][avr] Problems with register allocation

2014-02-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56183 Bug 56183 depends on bug 60040, which changed state. Bug 60040 Summary: AVR: error: unable to find a register to spill in class 'POINTER_REGS' http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 What|Removed

[Bug rtl-optimization/60260] New: MIPS sign extension issue

2014-02-18 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60260 Bug ID: 60260 Summary: MIPS sign extension issue Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug middle-end/60221] [4.7/4.8/4.9 Regression] gcc -fexceptions generates unnecessary cleanup code

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60221 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #14 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Unfortunately that's always telling me error: gnat1drv.adb must be recompiled (system.ads has been modified) error: s-stalib.adb must be recompiled (system.ads has been

[Bug other/60040] AVR: error: unable to find a register to spill in class 'POINTER_REGS'

2014-02-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Known to fail||4.8.3, 4.9.0

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-02-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #7 from Dominique d'Humieres dominiq at lps dot ens.fr --- The following patch fixes the issues reported in comment 6 --- ../_clean/libgfortran/io/write_float.def2014-01-21 08:30:57.0 +0100 +++

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 --- Comment #1 from Uroš Bizjak ubizjak at gmail dot com --- Created attachment 32158 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32158action=edit Proposed patch Patch that implements AVX512F warnings.

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug java/60261] New: [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 Bug ID: 60261 Summary: [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords:

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||sandra at

[Bug preprocessor/58844] [4.8/4.9 Regression] ICE with invalid use of ##

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread ja.gcc.bugzilla at aptsketch dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #2 from ja.gcc.bugzilla at aptsketch dot com --- auto foo() - void vs void foo() is more of just a stylistic issue. There is nothing wrong with both. To me both are good. The bug is about std::atomic member initialization. Where if

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org --- Sure, my comment was about this stylistic issue, not about the real bug (if any, haven't tried it). Note your testcase isn't self-contained, you probably need #include atomic.

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- In particular dbexecdir='$(toolexeclibdir)/'$multi_os_directory/$gcjsubdir doesn't seem to work as $multi_os_directory contains a '..'. I get: toolexecdir =

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- libjavamath uses nativeexeclib_LTLIBRARIES = libjavamath.la and inside classpath nativeexeclibdir='${toolexeclibdir}/gcj-'`cat ${srcdir}/../../gcc/BASE-VER`-`awk -F:

[Bug c++/60262] New: explicit destructor call to destructor of Base accepted without using a qualified-id

2014-02-18 Thread filip.roseen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60262 Bug ID: 60262 Summary: explicit destructor call to destructor of Base accepted without using a qualified-id Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/60230] internal compiler error on lambdas capturing multidimensional arrays with dynamic boundary

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60230 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Hmm, it seems to me that # Determine where the standard .db file and GNU Classpath JNI # libraries are found. gcjsubdir=gcj-$gcjversion-$libgcj_soversion multi_os_directory=`$CC

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Attachment #32122|0 |1 is

[Bug c++/60223] [c++11] ICE with C++11-style default template parameter

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

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Oh, and ipa_profile_generate_summary is dominated by symtab_get_node () hashtable lookup ...

[Bug c++/60188] [c++11] ICE with parameter pack in default template parameter

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60188 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Richard Biener from comment #4) Oh, and ipa_profile_generate_summary is dominated by symtab_get_node () hashtable lookup ... here: int estimate_num_insns (gimple

[Bug c++/60188] [c++11] ICE with parameter pack in default template parameter

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60188 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- But with -std=c++0x the ICE started earlier, even r145119 ICEs.

[Bug sanitizer/59758] [4.9 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-02-18 Thread jose.marchesi at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 --- Comment #2 from Jose E. Marchesi jose.marchesi at oracle dot com --- I can reproduce this problem in sparc64-*-linux-gnu. Looks like there are many missing definitions for stub structs in sanitizer_platform_limits_posix.h for sparc. Working

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- Created attachment 32162 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32162action=edit patch 1

[Bug ipa/60243] IPA is slow on large cgraph tree

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243 --- Comment #7 from Richard Biener rguenth at gcc dot gnu.org --- Created attachment 32163 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32163action=edit patch 2

[Bug target/60193] [4.7.4/4.8/4.9 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #7 from Kai Tietz ktietz at gcc dot gnu.org --- Author: ktietz Date: Tue Feb 18 12:49:15 2014 New Revision: 207844 URL: http://gcc.gnu.org/viewcvs?rev=207844root=gccview=rev Log: 2014-02-18 Kai Tietz kti...@redhat.com PR

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Richard Biener from comment #4) Hmm, it seems to me that # Determine where the standard .db file and GNU Classpath JNI # libraries are found.

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- Trying Index: libjava/Makefile.am === --- libjava/Makefile.am (revision 207837) +++ libjava/Makefile.am (working

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #9 from Kai Tietz ktietz at gcc dot gnu.org --- Author: ktietz Date: Tue Feb 18 12:57:32 2014 New Revision: 207845 URL: http://gcc.gnu.org/viewcvs?rev=207845root=gccview=rev Log: 2014-02-18 Kai Tietz kti...@redhat.com Backport

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- BTW, the second line change in the function heuristics also fails for say: #include stdarg.h void bar (va_list ap); void foo (int a, ...) { va_list ap; va_start (ap, a); bar

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #6 from Jan Kratochvil jan.kratochvil at redhat dot com --- (In reply to Jakub Jelinek from comment #5) as in the case of the varargs x86_64 function that might need saving xmm registers, [...] So, does GDB have a disassemble

[Bug preprocessor/58844] [4.8/4.9 Regression] ICE with invalid use of ##

2014-02-18 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 --- Comment #4 from Dodji Seketeli dodji at gcc dot gnu.org --- yes, the patch looks good to me. Thank you for looking into that.

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #17 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #14) Unfortunately that's always telling me error: gnat1drv.adb must be recompiled (system.ads has been modified) error:

Re: [Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread Arnaud Charlet
./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ cc3305a.adb:74:11: run-time library configuration error cc3305a.adb:74:11: file s-soflin.ads not found cc3305a.adb:74:11: entity System.Soft_Links.Abort_Undefer not available compilation abandoned at which point I need to add -I gcc/ada/rts

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #18 from charlet at adacore dot com charlet at adacore dot com --- ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ cc3305a.adb:74:11: run-time library configuration error cc3305a.adb:74:11: file s-soflin.ads not found

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #19 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to char...@adacore.com from comment #18) ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ cc3305a.adb:74:11: run-time library configuration error cc3305a.adb:74:11:

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #10 from Kai Tietz ktietz at gcc dot gnu.org --- Author: ktietz Date: Tue Feb 18 13:46:38 2014 New Revision: 207846 URL: http://gcc.gnu.org/viewcvs?rev=207846root=gccview=rev Log: 2014-02-18 Kai Tietz kti...@redhat.com Backport

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||drow at gcc dot

Re: [Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread Arnaud Charlet
Same result (system.ads and rep*.adb were in gcc/, but even moving them to $builddir and using -I. doesn't work). Same result == testcase passes. Maybe I have to rebuild gnat1 using that modified system.ads? Even No, you don't need to do that, gnat1 reads system.ads at run time. Assuming

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #20 from charlet at adacore dot com charlet at adacore dot com --- Same result (system.ads and rep*.adb were in gcc/, but even moving them to $builddir and using -I. doesn't work). Same result == testcase passes. Maybe I have to

[Bug c++/60263] New: C++11 header cuchar is missing

2014-02-18 Thread gccbug at suremail dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60263 Bug ID: 60263 Summary: C++11 header cuchar is missing Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #8 from Jan Kratochvil jan.kratochvil at redhat dot com --- Typo above, the real GDB commit of the XMM registers init workaround was:

[Bug c++/60198] ICE with _Cilk_spawn in expression within template function

2014-02-18 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Balaji V. Iyer bviyer at gmail dot com changed: What|Removed |Added CC||bviyer at gmail

[Bug fortran/60255] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60255 --- Comment #3 from janus at gcc dot gnu.org --- Consider the following simple test case: implicit none call sub1(test) call sub2() contains subroutine sub1(dcl) ! accepted character(len=*), target :: dcl class(*), pointer :: ucp

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-18 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #25 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE --- --- Comment #24 from Richard Biener rguenth at gcc dot gnu.org --- As the standard doesn't specify that the value is undefined upon error and it

[Bug target/60264] New: ARM ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1090

2014-02-18 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60264 Bug ID: 60264 Summary: ARM ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1090 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug plugins/59335] Plugin doesn't build on trunk

2014-02-18 Thread pageexec at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #12 from PaX Team pageexec at gmail dot com --- two more headers not installed (even by older gcc versions so a backport to at least 4.8/4.7 would be nice) but they're needed for an rtl pass to be able to make use of the df info: df.h

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug debug/48827] too far prologue end marker

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48827 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #21 from Eric Botcazou ebotcazou at gcc dot gnu.org --- It's reassociation, namely optimize_range_tests, doing SSA_NAME propagation when building ranges in init_range_entry. The immediate fix is: Index: tree-ssa-reassoc.c

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org --- IMO forcing -static-libstdc++ is a progress, especially on non-Linux platforms, so I don't really see what needs fixing here. Of course people might disagree and tailor this to

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||aoliva at gcc dot

[Bug c/60194] -Wformat should also warn when using %d (instead of %u) for unsigned arguments

2014-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60194 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||patch ---

[Bug target/59595] [4.9 Regression] Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md tmp-constrs.h

2014-02-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59595 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug rtl-optimization/60260] MIPS sign extension issue

2014-02-18 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60260 Jan Smets jan.sm...@alcatel-lucent.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/48827] too far prologue end marker

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48827 Jan Kratochvil jan.kratochvil at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Well, if you can link dynamically, you should, if say libstdc++ contains some security bug and gdb isn't built in the combined tree with gcc, then I'd say it is highly

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #9 from Jan Kratochvil jan.kratochvil at redhat dot com --- Confirming x86_64-linux testsuite on gdb-7.7.50.20140218-cvs has no changes/regressions. (Also confirming it fixes for me the Comment 0 gcc4.9 regression.)

[Bug target/60204] struct with __m512i is mishandled in function parameter passing and return

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

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 --- Comment #4 from Kai Tietz ktietz at gcc dot gnu.org --- Author: ktietz Date: Tue Feb 18 17:02:54 2014 New Revision: 207849 URL: http://gcc.gnu.org/viewcvs?rev=207849root=gccview=rev Log: 2014-02-18 Kai Tietz kti...@redhat.com Jonathan

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 --- Comment #5 from Kai Tietz ktietz at gcc dot gnu.org --- Author: ktietz Date: Tue Feb 18 17:04:38 2014 New Revision: 207850 URL: http://gcc.gnu.org/viewcvs?rev=207850root=gccview=rev Log: 2014-02-18 Kai Tietz kti...@redhat.com Jonathan

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #5 from Mike Frysinger vapier at gentoo dot org --- (In reply to Eric Botcazou from comment #4) that is an end user's decision. the build scripts really have no business forcing this on all random tools including gdb. the bootstrap

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added URL|

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #14 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to David Abdurachmanov from comment #13) Could we get this under -Wno-abi/-Wabi? We have 256-bit vectors [__vector(4) double], but no AVX available/enabled. We understand

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #15 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Uroš Bizjak from comment #14) The patch could be as simple as adding OPT_Wpsabi as the first argument to: warning (0, AVX vector return without AVX enabled changes the

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #16 from Jakub Jelinek jakub at gcc dot gnu.org --- If we go that route, I'd say it would need to be if (warning (OPT_Wpsabi, ...))) warnedavx = true; rather than warnedavx = true; warning (OPT_Wpsabi, ...); so that if some

[Bug libstdc++/60005] std::wcstod() doesn't work properly

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60005 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/60265] New: [C++11] using-declarator of enumerator fails if fully qualified

2014-02-18 Thread roger.ferrer at bsc dot es
() { using A::V; // OK int x; x = V; } void f3() { using A::E::V; // ERR (but should be OK) int x; x = V; } } // -- end of enum.cc $ ~/soft/gcc-experiment/gcc-install/bin/g++ -std=c++11 --version g++ (GCC) 4.9.0 20140218 (experimental) $ g++ -std

[Bug c++/60265] [C++11] using-declarator of enumerator fails if fully qualified

2014-02-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60265 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug sanitizer/59758] [4.9 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-02-18 Thread jose.marchesi at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 Jose E. Marchesi jose.marchesi at oracle dot com changed: What|Removed |Added CC|

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Tue Feb 18 18:55:35 2014 New Revision: 207851 URL: http://gcc.gnu.org/viewcvs?rev=207851root=gccview=rev Log: PR target/60205 * config/i386/i386.h (struct ix86_args): Add

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Target||x86

  1   2   >