[Bug c/58256] gcc for h8300 internal compiler error: in maybe_record_trace_start

2013-09-20 Thread gang.chen at asianux dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58256 --- Comment #12 from Chen Gang --- I am just comparing the issue code demo and the other 3 correct code demo (the demostrations which del one param, or add one param, or add two params are all correct). I find the issue code contents additonal on

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #14 from Joshua Cogliati --- Manuel López-Ibáñez, thank you for the patch review. I will make the changes you requested, and rebase it against svn trunk, and run bootstrap and testsuite. It may be a few weeks before I get this all do

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 Oleg Smolsky changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/56791] [4.8/4.9 Regression] Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload

2013-09-20 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56791 --- Comment #5 from John David Anglin --- Author: danglin Date: Sat Sep 21 00:00:38 2013 New Revision: 202808 URL: http://gcc.gnu.org/viewcvs?rev=202808&root=gcc&view=rev Log: PR middle-end/56791 * config/pa/pa.c (pa_option_override): Dis

[Bug middle-end/56791] [4.8/4.9 Regression] Segmentation fault in stage2 gengenrtl -- Incorrect instruction sequence generated by reload

2013-09-20 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56791 --- Comment #4 from John David Anglin --- Author: danglin Date: Fri Sep 20 23:58:43 2013 New Revision: 202807 URL: http://gcc.gnu.org/viewcvs?rev=202807&root=gcc&view=rev Log: PR middle-end/56791 * config/pa/pa.c (pa_option_override): Dis

[Bug c/58488] New: -Wuninitialized is useless for a variable whose address is later taken

2013-09-20 Thread eblake at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58488 Bug ID: 58488 Summary: -Wuninitialized is useless for a variable whose address is later taken Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug c/33763] [4.6/4.7/4.8 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2013-09-20 Thread kaltsi+gnu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33763 --- Comment #43 from Juha Kallioinen --- (In reply to Jakub Jelinek from comment #42) > (In reply to Juha Kallioinen from comment #41) > > Maybe this failure with a newly built gcc 4.8 is related to this bug. > > No, that is just a buggy testcase

[Bug c/33763] [4.6/4.7/4.8 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33763 --- Comment #42 from Jakub Jelinek --- (In reply to Juha Kallioinen from comment #41) > Maybe this failure with a newly built gcc 4.8 is related to this bug. No, that is just a buggy testcase. Redefining a prototype, especially if you have no id

[Bug libstdc++/16371] libstdc++ fails for crosses

2013-09-20 Thread rogerdpack at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16371 roger pack changed: What|Removed |Added CC||rogerdpack at gmail dot com --- Comment #27

[Bug c/33763] [4.6/4.7/4.8 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining

2013-09-20 Thread kaltsi+gnu at gmail dot com
-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-lto --enable-linker-build-id --enable-languages=c,c++ --enable-threads=posix --enable-shared --disable-libgcj Thread model: posix gcc version 4.8.2 20130920 (prerelease) (GCC

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #13 from Manuel López-Ibáñez --- Another potential issue is that your patch is against 4.8.1, but this is not a regression, so it is very likely that maintainers will ask you to submit a patch with respect to current trunk: http://www.

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

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

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #14 from Oleg Smolsky --- The ASan issue was due to the memory limit applied via setrlimit(). The virtual size (in this -fPIC -pie build) is really huge and so memory allocations were failing. I'll confirm the TSan case in a bit. Than

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #7 from Damian Kaczmarek --- Cheers guys, much appreciated. Keep up the good work.

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Sep 20 21:04:09 2013 New Revision: 202797 URL: http://gcc.gnu.org/viewcvs?rev=202797&root=gcc&view=rev Log: /cp 2013-09-20 Paolo Carlini PR c++/58481 * pt.c (tsu

[Bug c++/58487] Missed return value optimization

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58487 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from Mar

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #12 from Manuel López-Ibáñez --- The patch looks mostly correct to me, but you will need a few extra details before a maintainer (not me!) can accept it. * You need to bootstrap + run the testsuite. You don't really need to add testc

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #13 from Oleg Smolsky --- Created attachment 30875 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30875&action=edit another stack ASAN_OPTIONS=malloc_context_size=1 gets me passed the initial issue, but the code gets stuck here:

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to janus from comment #2) > Can be fixed with this patch: ... which regtests cleanly.

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #11 from Joshua Cogliati --- Created attachment 30873 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30873&action=edit Patch to add -Wfloat-conversion option This version also is enabled with -Wextra. $ gcc -o float_test float

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #8 from Kostya Serebryany --- ouch! free calling malloc. this is not going to work :) This code has changed since our last merge to gcc -- the trunk version does not have strerror call any more. I really hope to make another merge

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #7 from Oleg Smolsky --- Created attachment 30874 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30874&action=edit full stack Here is the full stack. It comes from the very same spot in my app. As for the minimal repro - that's

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-20 Thread jbglaw at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #6 from jbglaw at gcc dot gnu.org --- Author: jbglaw Date: Fri Sep 20 19:00:02 2013 New Revision: 202796 URL: http://gcc.gnu.org/viewcvs?rev=202796&root=gcc&view=rev Log: Work around buggy gas not properly sign-extending a 64bit value

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #12 from Kostya Serebryany --- You can also try ASAN_OPTIONS=malloc_context_size=1 (or 0) this will eliminate this particular call to mmap (but will reduce the usefulness of asan report)

[Bug c++/58487] New: Missed return value optimization

2013-09-20 Thread jm at bourguet dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58487 Bug ID: 58487 Summary: Missed return value optimization Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #11 from Oleg Smolsky --- Sure. The verbose thing does not yield much: ==1236== Parsed ASAN_OPTIONS: verbosity=1 ==1236== AddressSanitizer: libc interceptors initialized || `[0x10007fff8000, 0x7fff]` || HighMem|| || `[0x02

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #10 from Kostya Serebryany --- Your stack traces tells me this: __sanitizer::MmapOrDie calls strerror, which means that mmap call failed. This may happen if the process OOM-ed (unlikely in your case), or may have some kind of limit (

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread dmitrij.ledkov at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #11 from Dima --- (In reply to Jason Merrill from comment #9) > Created attachment 30818 [details] > patch > > Can you verify that this patch fixes the issue? Yes, it works for me and makes abi-compliance-checker function once again.

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #9 from Oleg Smolsky --- Hold on, I don't get the "more memory" bit. This happens very early, before anything else of merit. Also, it turns out that this isn't a deadlock, the main thread is spinning inside asan code. USER PID %

[Bug tree-optimization/58417] Incorrect optimization in SCEV const-prop

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58417 Bug 58417 depends on bug 58484, which changed state. Bug 58484 Summary: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 What|Removed

[Bug sanitizer/58465] ASan/TSan deadlock in a single-threaded program

2013-09-20 Thread kcc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #6 from Kostya Serebryany --- Is that the full stack trace? (As usual, a reproducer will help us much)

[Bug testsuite/57605] colors break note pruning in the testsuite

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57605 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Sep 20 17:52:29 2013 New Revision: 202791 URL: http://gcc.gnu.org/viewcvs?rev=202791&root=gcc&view=rev Log: PR testsuite/57605 libstdc++-v3/ * testsuite/lib/libstdc++.exp (libs

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

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

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #4 from Richard Biener --- Author: rguenth Date: Fri Sep 20 17:49:45 2013 New Revision: 202790 URL: http://gcc.gnu.org/viewcvs?rev=202790&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR middle-end/58484 * tree-scalar-e

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #9 from Joshua Cogliati --- Created attachment 30871 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30871&action=edit some floating conversion issues This tests three of the floating conversion reduction in precision issues. P

[Bug tree-optimization/55860] Turn segmented iteration into nested loops

2013-09-20 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55860 --- Comment #4 from Jeffrey A. Law --- BTW, I did look at walking up the CFG to discover edge equivalences we could add to our tables. We don't have access to the path through the dominator tree that we've followed, so I had to use a fairly conse

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/58476] In top-level configure --disable-static should change default for --with-boot-ldflags

2013-09-20 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58476 Ian Lance Taylor changed: What|Removed |Added Summary|bootstrap failure with Go |In top-level configure

[Bug target/58486] New: insufficient CFI generated for call-saved VFP registers

2013-09-20 Thread roland at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58486 Bug ID: 58486 Summary: insufficient CFI generated for call-saved VFP registers Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug sanitizer/58465] TSan deadlock in a single-threaded program

2013-09-20 Thread oleg at smolsky dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58465 --- Comment #5 from Oleg Smolsky --- BTW, I get an identical deadlock with ASan: #0 0x7fe631504ae9 in syscall () from /lib64/libc.so.6 #1 0x7fe63363ddc0 in __sanitizer::internal_sched_yield () at ../../../../gcc48-google/libsaniti

[Bug rtl-optimization/57915] [4.8/4.9 Regression] ICE in set_address_disp, at rtlanal.c:5537

2013-09-20 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57915 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread jjcogliati-r1 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 Joshua Cogliati changed: What|Removed |Added CC||jjcogliati-r1 at yahoo dot com --- Comm

[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-20 Thread jbg...@lug-owl.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 --- Comment #5 from Jan-Benedict Glaw --- Created attachment 30872 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30872&action=edit Updated patch including testcase.

[Bug bootstrap/58476] bootstrap failure with Go enabled

2013-09-20 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58476 --- Comment #2 from Tom Tromey --- The problem occurs because I use --disable-static. If I remove this, the bootstrap completes. I am not sure whether or not this is a supported configuration.

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #3 from Paolo Carlini --- Indeed, let's avoid the big , this is enough: struct Test { template inline void triggerTest (Args&&... fargs) { } }; struct TestPickled : Test { template void triggerTest (Args&&... fargs) { [=](

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #10

[Bug other/58467] Documentation of the "used" variable attribute needs additional information

2013-09-20 Thread psmith at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58467 --- Comment #5 from Paul Smith --- Thank you!

[Bug c/53001] -Wfloat-conversion should be available to warn about floating point errors

2013-09-20 Thread gcc at richardneill dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53001 --- Comment #10 from Richard Neill --- Thank you for adding this - I will certainly find it useful! May I suggest that this warning be implicitly enabled by -Wextra, (even if it's not enabled by -Wall) ?

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 --- Comment #9 from H.J. Lu --- Does mingw provide its own SSE/MMX intrinsic implementations? Can mingw just include where SSE/MMX instrincis is needed?

[Bug libstdc++/56166] std::string::clear() can throw despite being marked noexcept

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56166 --- Comment #10 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocat

[Bug libstdc++/58265] [lwg/2063] std::string move assignment should be noexcept

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58265 --- Comment #5 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocato

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 --- Comment #7 from Marc Glisse --- Author: glisse Date: Fri Sep 20 15:50:09 2013 New Revision: 202781 URL: http://gcc.gnu.org/viewcvs?rev=202781&root=gcc&view=rev Log: 2013-09-20 Marc Glisse PR libstdc++/58338 * include/bits/allocato

[Bug other/58467] Documentation of the "used" variable attribute needs additional information

2013-09-20 Thread psmith at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58467 --- Comment #6 from Paul Smith --- A minor typo: - attached to a variable with the static storage, + attached to a variable with static storage, Also, I wonder if it might be helpful to be clear that it can ONLY be applied to variables with stat

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 --- Comment #3 from dennis luehring --- according to the feedback from the clang mailing list by Benjamin Kramer http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-September/032111.html llvm seems to not have any problem in removing new/delete in t

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-09-20 Thread jacek at codeweavers dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Jacek Caban changed: What|Removed |Added CC||jacek at codeweavers dot com --- Comment #8

[Bug tree-optimization/58359] __builtin_unreachable prevents vectorization

2013-09-20 Thread a.sinyavin at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58359 Anatoly Sinyavin changed: What|Removed |Added CC||a.sinyavin at samsung dot com --- Comm

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-20 Thread edlinger at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #42 from edlinger at gcc dot gnu.org --- Author: edlinger Date: Fri Sep 20 14:10:14 2013 New Revision: 202778 URL: http://gcc.gnu.org/viewcvs?rev=202778&root=gcc&view=rev Log: 2013-09-20 Bernd Edlinger PR middle-end/57748

[Bug fortran/58355] [4.7/4.8/4.9 Regression] [F03] ICE with TYPE, EXTENDS before parent TYPE defined

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58355 janus at gcc dot gnu.org changed: What|Removed |Added Summary|[F03] ICE with TYPE,|[4.7/4.8/4.9 Regression]

[Bug middle-end/57748] [4.7/4.8/4.9 Regression] ICE when expanding assignment to unaligned zero-sized array

2013-09-20 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748 --- Comment #41 from Bernd Edlinger --- (In reply to rguent...@suse.de from comment #40) > The issue is that we added the movmisaling-on-component-ref path > for _correctness_ reasons. Now, if all misaligned accesses end up > being expanded using

[Bug target/58475] SH4 insn swapb does not satisfy its constraints:

2013-09-20 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58475 Oleg Endo changed: What|Removed |Added Target||sh*-*-* Status|UNCONFIRMED

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #2 from vincenzo Innocente --- Thanks Jakub for the clear answer. The reduction operator should be strictly commutative! and I now understand the meaning of omp declare reduction (I hope) so I modified it as you can see below results

Advarselsmeddelelse : L�s venligst omhyggeligt

2013-09-20 Thread Danske Bank
Din online konto vil blive begrænset Dit kreditkort : 4571 Vi har for nylig opdaget, at der i dag var 3 forkerte login- forsøg på din konto Følgende IP-adresser blev registreret: Ugyldigt login fra : *.*.68.122.rogers.com Ugyldigt login fra : *.*.88.90.charter.net Ugyldi

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #3 from Jakub Jelinek --- It is well known that we don't vectorize this, right now we only handle accesses to the SIMD lane privatized vars that cover the whole size of those vars, while in your testcase the access size is half the siz

[Bug sanitizer/58413] ubsan constant folding

2013-09-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58413 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Fri Sep 20 13:26:07 2013 New Revision: 202776 URL: http://gcc.gnu.org/viewcvs?rev=202776&root=gcc&view=rev Log: 2013-09-20 Marek Polacek PR sanitizer/58413 * ubsan.c (get_ub

[Bug c/58485] [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 Vincent Lefèvre changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #3 from Richard Biener --- Hm, so are we expecting that instantiate_scev_r through static tree instantiate_scev_binary (basic_block instantiate_below, struct loop *evolution_loop, struct loop *inner_loop,

[Bug c/58485] [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 --- Comment #1 from Vincent Lefèvre --- I forgot: Version: GNU MP 5.1.2 Host type: coreinhm-unknown-linux-gnu ABI: 64 Install prefix:/usr/local Compiler: gcc-snapshot -std=gnu99 Static libr

[Bug c/58485] New: [4.9 Regression] GMP test on subnormal fails with LTO and -O3

2013-09-20 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58485 Bug ID: 58485 Summary: [4.9 Regression] GMP test on subnormal fails with LTO and -O3 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2 f

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Resolution|FIXED |WORKSFORME

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

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

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #11 from Richard Biener --- Author: rguenth Date: Fri Sep 20 12:21:08 2013 New Revision: 202775 URL: http://gcc.gnu.org/viewcvs?rev=202775&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR tree-optimization/58453 * tree-

[Bug tree-optimization/58453] [4.9 Regression] Revision 202431 results in miscompare for CPU2006 434.zeusmp

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58453 --- Comment #10 from Richard Biener --- With -ftree-loop-distribution we fuse the first and the last partition resulting in correct code again. We're really missing partition dependencies - see PR53616.

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 --- Comment #2 from Richard Biener --- SUBROUTINE UMPSE(AIBJ,NOC,NDIM,NOCA,NVIRA,NOCCA,E2) DIMENSION AIBJ(NOC,NDIM,*) DO 20 MA=1,NVIRA DO 20 MI=1,NOCA DO 10 MB=1,MA MBI = MI+NOCA*(MB-1) DO 10 MJ=1

[Bug middle-end/58484] [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/58484] New: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58484 Bug ID: 58484 Summary: [4.9 Regression] ICE in chrec_fold_plus_1, at tree-chrec.c:272 building 416.gamess Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severit

[Bug c++/57850] [4.8/4.9 Regression] Option -fdump-translation-unit not working

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 --- Comment #2 from dennis luehring --- i missed the commandline g++-4.8 -O3 -march=native -std=c++11 -fdump-tree-optimized test.cpp

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/58483] missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #1 fr

[Bug tree-optimization/58483] New: missing optimization opportunity for const std::vector compared to std::array

2013-09-20 Thread dl.soluz at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58483 Bug ID: 58483 Summary: missing optimization opportunity for const std::vector compared to std::array Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: en

[Bug libgomp/58482] New: gomp4: user defined reduction produce wrong result

2013-09-20 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 Bug ID: 58482 Summary: gomp4: user defined reduction produce wrong result Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/58481] Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 --- Comment #1 from Damian Kaczmarek --- clang and VS2013 work properly

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #20 from janus at gcc dot gnu.org --- (In reply to janus from comment #19) > FAIL: gfortran.dg/proc_ptr_1.f90 -O0 (test for excess errors) Here one gets: ptr4 => cos 1 Error: Explicit interface required for '' at (1): elemental

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #19 from janus at gcc dot gnu.org --- (In reply to janus from comment #18) > This is avoided by the following improved patch (which just 'silently' sets > the attributes): That version still yields a good number of testsuite failures,

[Bug c++/58481] New: Internal compiler error when passing argument packs to base class method inside a lambda

2013-09-20 Thread rush at rushbase dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58481 Bug ID: 58481 Summary: Internal compiler error when passing argument packs to base class method inside a lambda Product: gcc Version: 4.8.2 Status: UNCONFIRMED S

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #7 from rguenther at suse dot de --- On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > --- Comment #6 from Paulo J. Matos --- > (In reply to rguent...@suse.de from comment #5)

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #6 from Paulo J. Matos --- (In reply to rguent...@suse.de from comment #5) > On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > > > --- Comment #4 from Paulo J. Matos --- >

[Bug tree-optimization/58417] Incorrect optimization in SCEV const-prop

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58417 Bug 58417 depends on bug 58473, which changed state. Bug 58473 Summary: [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 What|Remov

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

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

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58473 --- Comment #3 from Richard Biener --- Author: rguenth Date: Fri Sep 20 10:19:12 2013 New Revision: 202774 URL: http://gcc.gnu.org/viewcvs?rev=202774&root=gcc&view=rev Log: 2013-09-20 Richard Biener PR middle-end/58473 * tree-chrec.h

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #5 from rguenther at suse dot de --- On Fri, 20 Sep 2013, pa...@matos-sorge.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 > > --- Comment #4 from Paulo J. Matos --- > Backporting fixes the problem. Can we go ahead a

[Bug tree-optimization/58480] New: Use attribute((nonnull)) to optimize callers

2013-09-20 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58480 Bug ID: 58480 Summary: Use attribute((nonnull)) to optimize callers Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement

[Bug fortran/58099] [4.8/4.9 Regression] [F03] over-zealous procedure-pointer error checking

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099 --- Comment #18 from janus at gcc dot gnu.org --- (In reply to janus from comment #17) > (In reply to janus from comment #16) > > TODO: Fix also the issue with PURE/ELEMENTAL reported in comment 14. > > Here is a small patch which does it: This y

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #4 from Paulo J. Matos --- Backporting fixes the problem. Can we go ahead and backport to 4.8? Can we add the testcase to the testsuite as well please?

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 --- Comment #2 from janus at gcc dot gnu.org --- Can be fixed with this patch: Index: gcc/fortran/primary.c === --- gcc/fortran/primary.c(revision 202765) +++ gcc/fortran/primary

[Bug fortran/58471] [4.8/4.9 Regression] ICE on invalid with missing type constructor and -Wall

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58471 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug middle-end/58463] ICE with -fdump-tree-all-all in vector indexed access

2013-09-20 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58463 --- Comment #3 from Paulo J. Matos --- Thanks Richard, will check.

[Bug fortran/58470] [OOP] ICE on invalid with FINAL procedure and type extension

2013-09-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58470 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

  1   2   >