[Bug c++/67918] New: -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 Bug ID: 67918 Summary: -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved) Product: gcc Version: 5.2.0 Status: UNCONFIRMED

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #2 from Nameless <11throwaway11 at outlook dot com> --- Created attachment 36475 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36475=edit preprocessed file for fix2.cpp

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #1 from Nameless <11throwaway11 at outlook dot com> --- Created attachment 36474 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36474=edit preprocessed file for fix1.cpp

[Bug rtl-optimization/67814] cmp instruction register allocation error (x86)

2015-10-10 Thread vtjnash at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67814 --- Comment #2 from Jameson --- I did some further analysis with -dump-rtl-all -dump-tree-all. The SSA form looked fine, as did the initial conversion to RTL. It seemed like something confused the rtl-reload pass such that decided to reordered

[Bug ada/32164] [4.9/5/6 Regression] ICE when renaming predefined "=" and "/="

2015-10-10 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32164 Alexandre Oliva changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2015-10-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/67920] wrong code with -O3

2015-10-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920 --- Comment #2 from Andrew Pinski --- Can you also compile with -fsanitize=undefined and try that? Can you also try -fsanitize=address ? This might detect if it is a bug in the code vs a bug in GCC.

[Bug c++/67919] GCC Compiler failed with "gcc-5.2.0/gcc/expr.c:6529:1: internal compiler error: output_operand: invalid shift operand"

2015-10-10 Thread spsarolkar at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67919 Xinus changed: What|Removed |Added CC||spsarolkar at gmail dot com --- Comment #1 from

[Bug fortran/65223] Elemental type-bound procedure's passed object with INTENT(OUT) should be accepted with -std=f2003 (?).

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65223 --- Comment #5 from Dominique d'Humieres --- The patch --- ../_clean/gcc/fortran/resolve.c 2015-10-07 02:32:16.0 +0200 +++ gcc/fortran/resolve.c 2015-10-10 17:01:17.0 +0200 @@ -415,7 +415,7 @@ resolve_formal_arglist

[Bug rtl-optimization/67920] New: wrong code with -O3

2015-10-10 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920 Bug ID: 67920 Summary: wrong code with -O3 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug fortran/65223] Elemental type-bound procedure's passed object with INTENT(OUT) should be accepted with -std=f2003 (?).

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65223 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW Summary|Regresion

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 Nameless <11throwaway11 at outlook dot com> changed: What|Removed |Added Attachment #36475|0 |1

[Bug rtl-optimization/67920] wrong code with -O3

2015-10-10 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920 --- Comment #1 from James Almer --- For reference you can also check http://fate.ffmpeg.org/report.cgi?time=20151010052205=x86_64-archlinux-gcc-experimental

[Bug c++/67919] New: GCC Compiler failed with "gcc-5.2.0/gcc/expr.c:6529:1: internal compiler error: output_operand: invalid shift operand"

2015-10-10 Thread spsarolkar at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67919 Bug ID: 67919 Summary: GCC Compiler failed with "gcc-5.2.0/gcc/expr.c:6529:1: internal compiler error: output_operand: invalid shift operand" Product: gcc

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

2015-10-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment

[Bug c++/67911] new expression fails to align overaligned types

2015-10-10 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67911 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/67920] wrong code with -O3

2015-10-10 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920 --- Comment #3 from James Almer --- (In reply to Andrew Pinski from comment #2) > Can you also compile with -fsanitize=undefined and try that? Can you also > try -fsanitize=address ? > > This might detect if it is a bug in the code vs a bug in

[Bug libstdc++/67922] New: std::unordered_map::clear should take time linear in the number of elements

2015-10-10 Thread yegor.derevenets at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67922 Bug ID: 67922 Summary: std::unordered_map::clear should take time linear in the number of elements Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity:

[Bug c++/67918] -fdevirtualize causes binary to crash with Segmentation Fault (CryptoPP involved)

2015-10-10 Thread 11throwaway11 at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67918 --- Comment #4 from Nameless <11throwaway11 at outlook dot com> --- A little update. I decided to check the piece of code that was causing "execution reached __builtin_unreachable() call". So here's it: virtual void ResizeBuffers() {

[Bug sanitizer/67921] New: "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2015-10-10 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 Bug ID: 67921 Summary: "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined Product: gcc Version: 6.0 Status:

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 --- Comment #5 from Dominique d'Humieres --- Apparently there is a nasty bug somewhere: if I sort 'String = 2 ' 'String = 9 ' 'String = 8 ' 'String = 7 '

[Bug fortran/67805] ICE on array constructor with wrong character specification

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67805 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/67744] polymorphic associating entity is refused TBP invocation

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67744 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/43310] -pedantic errors involving PARAMETERs and out of range result

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43310 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/66495] [5 Regression] Issue with same name for embedded function

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66495 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/66534] Compilation error of gfortran building on YDL6.2

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66534 --- Comment #5 from Dominique d'Humieres --- > As the result the error above not generated but I see the next bug (See > below). > I am guessing many errors embedded for YDL 6.2, since > my hardware (Old iBook; Power PC G3 Processor) is very

[Bug fortran/61968] ICE (assembly failure) due to wrongly generating a vtable for TYPE(*) / BT_ASSUMED_TYPE

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61968 --- Comment #2 from Dominique d'Humieres --- Is the problem fixed? Without feedback I'll assume yes.

[Bug fortran/51292] RESULT var with -finit-local-zero -fno-automatic results in error

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51292 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/57530] [OOP] Wrongly rejects type_pointer => class_target (which have identical declared type)

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57530 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/63205] [OOP] Wrongly rejects type = class (for identical declared type)

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63205 Bug 63205 depends on bug 57530, which changed state. Bug 57530 Summary: [OOP] Wrongly rejects type_pointer => class_target (which have identical declared type) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57530 What|Removed

[Bug fortran/40881] [F03] warn for obsolescent features

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40881 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/20585] [meta-bug] Fortran 2003 support

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585 Bug 20585 depends on bug 40881, which changed state. Bug 40881 Summary: [F03] warn for obsolescent features https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40881 What|Removed |Added

[Bug fortran/32817] MODULE functions are not inlined

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32817 Bug 32817 depends on bug 25708, which changed state. Bug 25708 Summary: [F95] Module loading is not good at all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 What|Removed |Added

[Bug fortran/25391] Module derived type issue

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25391 Bug 25391 depends on bug 25708, which changed state. Bug 25708 Summary: [F95] Module loading is not good at all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 What|Removed |Added

[Bug fortran/21130] 38822 lines of Fortran 90 takes more than 10 minutes to compile on a dual 3GHz P4 Linux box with lots of RAM

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21130 Bug 21130 depends on bug 25708, which changed state. Bug 25708 Summary: [F95] Module loading is not good at all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 What|Removed |Added

[Bug fortran/25708] [F95] Module loading is not good at all

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/30285] gfortran excessive memory usage with COMMON blocks in modules

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30285 Bug 30285 depends on bug 25708, which changed state. Bug 25708 Summary: [F95] Module loading is not good at all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 What|Removed |Added

[Bug fortran/31139] sum(w_re(1:nn,1)*fi(i(1:nn, ii))) up to 3.5x slower than C version

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31139 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/67912] [6 regression] ICE in gen_lowpart_common, at emit-rtl.c:1399

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67912 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/53357] Add -fcheck=bounds for character type-spec in ALLOCATE

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53357 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from

[Bug fortran/47876] Host-assoc generic subroutine plus intrinsic function not rejected

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47876 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67917] New: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible"

2015-10-10 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67917 Bug ID: 67917 Summary: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible" Product: gcc Version: 6.0

[Bug fortran/56423] F08/0071: Shall reject invalid Vector subscript target with Pointer assignment

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56423 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/67714] [6 Regression] signed char is zero-extended instead of sign-extended

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67714 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56156] Reject calls to external procedures using non-module declared TYPEs

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56156 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/60919] [arm] gcc fails to tail call __builtin_ffsll

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60919 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/60358] [patch] ARM support broken for Haiku

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60358 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug fortran/64097] Bug with nested WHERE constructs

2015-10-10 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64097 --- Comment #2 from Harald Anlauf --- (In reply to Dominique d'Humieres from comment #1) > WORKSFORME on x86_64-apple-darwin14 with 4.8 up to trunk (6.0) and the > various options I tried: > > [Book15] f90/bug% gfortran pr64097.f90 -fcheck=all

[Bug debug/58315] [4.9/5 Regression] Excessive memory use with -g

2015-10-10 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315 --- Comment #37 from Alexandre Oliva --- Author: aoliva Date: Sat Oct 10 12:05:56 2015 New Revision: 228674 URL: https://gcc.gnu.org/viewcvs?rev=228674=gcc=rev Log: Reset inlined debug variables at the end of the inlined function for

[Bug fortran/64097] Bug with nested WHERE constructs

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64097 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW Known to fail|

[Bug fortran/20585] [meta-bug] Fortran 2003 support

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585 Bug 20585 depends on bug 41107, which changed state. Bug 41107 Summary: [F03] Proc-pointer components: Fix calling DECL for f2c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41107 What|Removed |Added

[Bug fortran/56203] gfortran.dg/minlocval_3.f90 times out on Solaris/SPARC

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56203 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/41107] [F03] Proc-pointer components: Fix calling DECL for f2c

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41107 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/67740] Wrong association status of allocatable character pointer in derived types

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67740 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/64097] Bug with nested WHERE constructs

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64097 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/67745] [ARM] wrong alignments when __attribute__ ((optimize,target,align) is used

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67745 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/67715] [6 Regression][ARM] ICE in cselib.c during reload_cse_regs

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67715 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63346] xserver_xorg-server-1.15.1 crash on RaspberryPi when compiled with gcc-4.9

2015-10-10 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63346 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug debug/58315] [4.9/5 Regression] Excessive memory use with -g

2015-10-10 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315 --- Comment #36 from Alexandre Oliva --- Created attachment 36472 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36472=edit backported patch for the 4.9 branch Chris, retbnd is of no concern, nothing equivalent existed back then.

[Bug debug/58315] [4.9/5 Regression] Excessive memory use with -g

2015-10-10 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/49138] Add /usr/include/fortran/{,gcc-} to the file/module search path

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/35707] Search /usr/local/include and /usr/include for .mod files

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707 Bug 35707 depends on bug 49138, which changed state. Bug 49138 Summary: Add /usr/include/fortran/{,gcc-} to the file/module search path https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138 What|Removed |Added

[Bug fortran/35707] Search /usr/local/include and /usr/include for .mod files

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707 --- Comment #17 from Dominique d'Humieres --- *** Bug 49138 has been marked as a duplicate of this bug. ***

[Bug fortran/51522] ICE in gfortran 4.6.2, x86_64

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51522 Dominique d'Humieres changed: What|Removed |Added Status|REOPENED|WAITING --- Comment #10 from

[Bug fortran/43899] Wrong unused-variable warning with NAMELISTs

2015-10-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43899 Dominique d'Humieres changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---