FwD: Registration confirmation

2004-11-23 Thread info
Your password was changed successfully! ++ User-Service: http://www.medinova.com ++ MailTo: [EMAIL PROTECTED] *-*-* Mail_Scanner: No Virus *-*-* GCC.GNU- Anti_Virus Service *-*-* http://www.gcc.gnu.org

[Bug c++/103747] New: Passing parameter pack expansion to alias template with one argument fails as function return type

2021-12-16 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103747 Bug ID: 103747 Summary: Passing parameter pack expansion to alias template with one argument fails as function return type Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug c++/108180] New: [OpenMP] Passing a class member variable to firstprivate() erroneously calls its dtor

2022-12-19 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108180 Bug ID: 108180 Summary: [OpenMP] Passing a class member variable to firstprivate() erroneously calls its dtor Product: gcc Version: 13.0 Status: UNCONFIRMED Se

[Bug c++/105885] New: [Regression]: Spurious warning: "the address of [...] will never be NULL [-Waddress]" with const char* template argument

2022-06-08 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105885 Bug ID: 105885 Summary: [Regression]: Spurious warning: "the address of [...] will never be NULL [-Waddress]" with const char* template argument Product: gcc Ver

[Bug c++/105885] [12/13 Regression] the address of 'template argument' will never be NULL warning

2022-06-23 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105885 --- Comment #3 from Markus Ebner --- > I guess reporters reasoning is that ARG is defaulted to nullptr and that's > the reason the diagnostic is unwanted? I don't think it has any todo with whether nullptr is the default value for ARG or not.

[Bug c++/118631] New: Public class member as const reference to protected member

2025-01-23 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118631 Bug ID: 118631 Summary: Public class member as const reference to protected member Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/118631] Public class member as const reference to protected member

2025-01-23 Thread info--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118631 --- Comment #4 from Jörg Brüggmann --- Aha. Got it. Thank you!

[Bug c++/28097] New: error: �PATH_MAX� undeclared (first use in this function) when building cross compiler

2006-06-20 Thread info at yourkit dot com
*** [gmon.o] Error 1 make[1]: Leaving directory `/home/anton/tmp/gcc/objdir/gcc' make: *** [all-gcc] Error 2 -- Summary: error: ‘PATH_MAX’ undeclared (first use in this function) when building cross compiler Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: info at yourkit dot com GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: sparc-sun-solaris2.9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28097

[Bug c++/28098] New: error: �PATH_MAX� undeclared (first use in this function) when building cross compiler

2006-06-20 Thread info at yourkit dot com
*** [gmon.o] Error 1 make[1]: Leaving directory `/home/anton/tmp/gcc/objdir/gcc' make: *** [all-gcc] Error 2 -- Summary: error: ‘PATH_MAX’ undeclared (first use in this function) when building cross compiler Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: info at yourkit dot com GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: sparc-sun-solaris2.9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28098

[Bug bootstrap/28101] New: Cannot build cross compiler for Solaris: values-Xa.o: No such file: No such file or directory

2006-06-20 Thread info at yourkit dot com
ror 2 -- Summary: Cannot build cross compiler for Solaris: values-Xa.o: No such file: No such file or directory Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: bootstr

[Bug target/28097] error: �PATH_MAX� undeclared (first use in this function) when building cross compiler

2006-06-20 Thread info at yourkit dot com
--- Comment #2 from info at yourkit dot com 2006-06-20 16:38 --- Actually the problem was solved (in our case) by copying header files from Solaris machine to $PREFIX/sysroot/usr/include dictory and additing "--with-sysroot=$PREFIX/sysroot" to configuration options. Binutils

[Bug bootstrap/28101] Cannot build cross compiler for Solaris: values-Xa.o: No such file: No such file or directory

2006-06-21 Thread info at yourkit dot com
--- Comment #1 from info at yourkit dot com 2006-06-21 08:10 --- All librarues from /usr/lib (from target Solaris machine) should be copied to $PREFIX/sysroot/usr/lib -- info at yourkit dot com changed: What|Removed |Added

[Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-21 Thread info at yourkit dot com
gcc Version: 4.1.1 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: info at yourkit dot com GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: i386-pc-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28125

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-21 Thread info at yourkit dot com
--- Comment #1 from info at yourkit dot com 2006-06-21 16:03 --- Created an attachment (id=11721) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11721&action=view) config.log I have attached config.log file from directory /home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libs

[Bug libstdc++/26810] error when building cross-compiler

2006-06-21 Thread info at yourkit dot com
--- Comment #2 from info at yourkit dot com 2006-06-21 16:07 --- I'm experienced with the similar bug #28125. Please help, I'm ready to provide any additinal information. -- info at yourkit dot com changed: What|Removed

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-23 Thread info at yourkit dot com
--- Comment #2 from info at yourkit dot com 2006-06-23 10:31 --- I've charged target from "i386-pc-solaris2.10" to "i386-pc-solaris2.9" and successfully built cross-compiler, but the resulting compiler cannot produce 64bit binaries (as expected, because Solaris9

[Bug other/25035] [4.1/4.2 regression] libssp causes a failure with cross compilers

2006-06-23 Thread info at yourkit dot com
--- Comment #9 from info at yourkit dot com 2006-06-23 12:09 --- I can confirm this bug. target=i386-pc-solaris2.10; host=i386-pc-linux-gnu; GCC 4.1.1; BinUtils 2.16.1 Checking multilib configuration... /bin/sh /home/anton/tmp/gcc/gcc-4.1.1/mkinstalldirs i386-pc-solaris2.10/libssp

[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-23 Thread info at yourkit dot com
--- Comment #3 from info at yourkit dot com 2006-06-23 12:28 --- I've discovered that if only C language is specified and --disable-libssp is added (to work around bug #25035) then cross complier can be successfully built. So the problem somewehere in C++ part. --

[Bug c/40845] New: malign-double witout effect for long double type

2009-07-24 Thread bugtrack at roumenpetrov dot info
ipermail/python-dev/ 2009-July/090724.html -- Summary: malign-double witout effect for long double type Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: una

[Bug c/40845] malign-double witout effect for long double type

2009-07-24 Thread bugtrack at roumenpetrov dot info
--- Comment #1 from bugtrack at roumenpetrov dot info 2009-07-24 12:40 --- P.S.: issue is tested on 32-bit x86 platform -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40845

[Bug c/30912] New: Can't build gcc on Sun Solaris

2007-02-21 Thread info at icomsoftware dot de
=/export/home0/sun_home/pirschel/tmp/gcc-4.1.2/missing makeinfo --split-size=500 --split-size=500 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/home/pirsc

[Bug bootstrap/30914] New: Bootstrap fails on HP-UX

2007-02-21 Thread info at icomsoftware dot de
nent: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: info at icomsoftware dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30914

[Bug bootstrap/30914] Bootstrap fails on HP-UX

2007-02-23 Thread info at icomsoftware dot de
--- Comment #2 from info at icomsoftware dot de 2007-02-23 16:55 --- I have installed a precompiled binary. You can close this bug. -- info at icomsoftware dot de changed: What|Removed |Added

[Bug c/31291] New: Different (wrong?) behaviour using ffps when enabling optimizing

2007-03-20 Thread mail at sebastianbauer dot info
: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mail at sebastianbauer dot info GCC build triplet: x86_64 GCC host triplet: x86_64 GCC target triplet: x

[Bug c/31291] Different (wrong?) behaviour using ffps when enabling optimizing

2007-03-20 Thread mail at sebastianbauer dot info
--- Comment #1 from mail at sebastianbauer dot info 2007-03-21 07:14 --- Created an attachment (id=13240) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13240&action=view) The simple test source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31291

[Bug c/31291] Different (wrong?) behaviour using ffps when enabling optimizing

2007-03-20 Thread mail at sebastianbauer dot info
--- Comment #2 from mail at sebastianbauer dot info 2007-03-21 07:15 --- Created an attachment (id=13241) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13241&action=view) The output of the compiler invocation and the executable. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug libfortran/31546] add --enable-intermodule

2007-08-25 Thread info at herberouge dot be
--- Comment #7 from info at herberouge dot be 2007-08-25 22:35 --- Subject: Re: add --enable-intermodule STOP your email please ! - Original Message - From: "aldot at gcc dot gnu dot org" <[EMAIL PROTECTED]> To: Sent: Sunday, August 26, 2007 12:33 AM Subject:

[Bug preprocessor/37778] New: wrong construction of search path for include files

2008-10-08 Thread agri at akamo dot info
construction of search path for include files Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: agri at akamo dot info

[Bug fortran/35470] New: Valid pointer assigment code gives compilation errors

2008-03-05 Thread antony at cosmologist dot info
nassigned at gcc dot gnu dot org ReportedBy: antony at cosmologist dot info http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35470

[Bug c/35885] New: unsinged long long and while loop evaluation regression?

2008-04-09 Thread wilbert at jdg dot info
ot gnu dot org ReportedBy: wilbert at jdg dot info GCC build triplet: several GCC host triplet: several GCC target triplet: several http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35885

[Bug c/35885] unsigned long long and while loop evaluation regression?

2008-04-09 Thread wilbert at jdg dot info
--- Comment #2 from wilbert at jdg dot info 2008-04-09 15:36 --- I just did a fresh build of gcc 4.1.3 from the ports collection under freebsd 6.1 And got this (incorrect) result again: before: testu64a = 9afa246709018f48, testu32a = 0506f85f after: testu64a = 9afa246709018f48

[Bug fortran/94109] New: Memory leak introduced in 8.3.0->8.3.1

2020-03-09 Thread antony at cosmologist dot info
ran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- I see an apparent memory leak introduced in running code between ubuntu-toolchain-r/test gfortran 8.3.0 OK Source 20200106 build gfortran 8.3.1 bad (also current 8 and

[Bug fortran/94361] New: Memory leak in nested types with final

2020-03-27 Thread antony at cosmologist dot info
Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- The code below leaks memory (mem grows with each loop interation), but does not if the "FINAL" is commented. The issue is also present in trunk (10.0.1 20200218), an

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-04-11 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #2 from Antony Lewis --- This may be the test case, though I'm not 100% sure: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-05-04 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #3 from Antony Lewis --- Although my reduced test in the other id case is one problem, it appears that is not the only memory leak. Someone tested else on various gcc versions and still found: versionmemory leak 7.3.0

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-05-18 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #4 from Antony Lewis --- Not sure why no one has at least picked up on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 since it is a reproducible regression with a simple test case, an a bug that effectively kills some previousl

[Bug fortran/94361] Memory leak in nested types with final

2020-05-18 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 --- Comment #2 from Antony Lewis --- I tried it on another system where gfortran 6.5 and 7.4.0 that don't leak, but 8.4.0 does, so in that sense at least I think it is a regression.

[Bug fortran/94361] Memory leak in nested types with final

2020-05-19 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 --- Comment #3 from Antony Lewis --- On Windows 8.1.0 does not leak, and on NERSC 8.3.0 20190222 (Cray Inc.) also does not (but 9.2.0 does)... so not exactly sure what this means about when it was introduced.

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-06-03 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #6 from Antony Lewis --- Thanks for looking in to it. I tried rebuilding my gcc8 docker and rerunning. It now reports GNU Fortran (GCC) 8.4.1 20200602, however the leak still seems to be there? https://travis-ci.org/github/cmbant/CAM

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-06-03 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #7 from Antony Lewis --- However the reduced case of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94361 now seems to be OK. However on trunk, the fix for 94361 seems to have introduced a leak that was not there before: https://travis

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-06-04 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #11 from Antony Lewis --- It took ages to narrow this down, but here's a simple test case that still gives a leak with valgrind in gcc-8 HEAD, 8.4.0, 9.3.0 (OK with 7.4.0) module debug implicit none Type Tester

[Bug fortran/94109] Memory leak introduced in 8.3.0->8.3.1

2020-06-04 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #12 from Antony Lewis --- Valgrid report is HEAP SUMMARY: ==23446== in use at exit: 40,000 bytes in 1 blocks ==23446== total heap usage: 26 allocs, 25 frees, 93,657 bytes allocated ==23446== ==23446== 40,000 bytes in 1 blocks a

[Bug fortran/94109] [8/9/10/11 Regression] Memory leak introduced in 8.3.0->8.3.1

2020-06-14 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94109 --- Comment #20 from Antony Lewis --- Tried trunk and gcc8, and both look good - many thanks for the fixes! Is there no way to update 7.x? Since the buggy 7/8/9 version has also propagated quite widely, if you know any likely workaround that mig

[Bug analyzer/96228] New: -Wstack-usage does not understand constant __builtin_alloca calls

2020-07-16 Thread renat at idrisov dot info
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: renat at idrisov dot info Target Milestone: --- Hi All, when compiling the following piece of code: ``` #include int main(void) { char *a = __builtin_alloca(4); a[0] = 0

[Bug target/92606] New: [avr] invalid merge of symbols in progmem and data sections

2019-11-20 Thread lists.oss at hamme dot info
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: lists.oss at hamme dot info Target Milestone: --- Target: avr AVR GCC 9.2.0 has a critical bug with merging identical constant progmem and data section symbols to a single

[Bug c++/92717] New: precompiled headers non-deterministic

2019-11-28 Thread gnu.org at mrks dot info
++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu.org at mrks dot info Target Milestone: --- I found that introducing precompiled headers to my project causes ccache lookups to fail. I tracked it down to the gcc output not being deterministic: # /usr/bin/c++ -x c++-header

[Bug c++/92717] precompiled headers non-deterministic

2019-11-28 Thread gnu.org at mrks dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92717 --- Comment #2 from Markus Dreseler --- > Try using __DATE__ macro and you will see it is not :). Can't confirm: # /usr/bin/c++ -D__DATE__=0 -D__TIMESTAMP__=0 -D__TIME__=0 -x c++-header -include test.hxx -o test.hxx.gch -c test.hxx.cxx && md5su

[Bug c++/92717] precompiled headers non-deterministic

2019-11-28 Thread gnu.org at mrks dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92717 --- Comment #4 from Markus Dreseler --- > By any chance, is your cc1plus built as PIE? PCH doesn't work in that case. I don't think so: # file `find /usr -name cc1plus` /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus: ELF 64-bit LSB executable, x86-64

[Bug c++/92717] precompiled headers non-deterministic

2019-11-28 Thread gnu.org at mrks dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92717 --- Comment #5 from Markus Dreseler --- I took Andrew's __DATE__ suggestion as a reason to look at how much the files actually differ. `cmp -l v1 v2 | wc -l` gives me 692634 differing bytes. This sounds like the difference is bigger than just som

[Bug c++/92717] precompiled headers non-deterministic

2019-11-29 Thread gnu.org at mrks dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92717 --- Comment #8 from Markus Dreseler --- Interesting. Is this implementation documented somewhere? I can confirm that disabling ASLR results in reproducible gchs: # setarch $(uname -m) -R /usr/bin/c++ -x c++-header -include test.hxx -o test.hxx.

[Bug target/93242] New: [MIPS] patchable-function-entry broken

2020-01-12 Thread renat at idrisov dot info
Assignee: unassigned at gcc dot gnu.org Reporter: renat at idrisov dot info Target Milestone: --- Created attachment 47640 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47640&action=edit preprocessed file Hi All, when I try to use -fpatchable-function-entry on M

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread renat at idrisov dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #6 from Renat Idrisov --- Thanks a lot!

[Bug c++/93676] New: crash in build_value_init

2020-02-11 Thread spambait at maniek dot info
: unassigned at gcc dot gnu.org Reporter: spambait at maniek dot info Target Milestone: --- The following code crashes the compiler (most versions on compiler explorer, e.g. current trunk, or 7.4). //-- struct point{ int x=0; }; typedef point array_t[1

[Bug c++/57011] New: Compiling _GLIBCXX_CONCEPT_CHECKS rejects vector>

2013-04-19 Thread h.chage at suremail dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57011 Bug #: 57011 Summary: Compiling _GLIBCXX_CONCEPT_CHECKS rejects vector> Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED

[Bug libstdc++/57515] New: implement begin() and end() for fixed size arrays

2013-06-03 Thread jos at vandenoever dot info
Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: jos at vandenoever dot info Currently this code does not compile: int total = 0; std::for_each(begin(some_list), end(some_list), [&total](int x) { total += x; }); because begin() and end()

[Bug libstdc++/57515] implement begin() and end() for fixed size arrays

2013-06-03 Thread jos at vandenoever dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57515 --- Comment #1 from jos at vandenoever dot info --- The first line of the code snippet was missing: int some_list[]={ 1, 2, 3, 4, 5 }; int total = 0; std::for_each(begin(some_list), end(some_list), [&total](int x) { total += x; });

[Bug libstdc++/57515] implement begin() and end() for fixed size arrays

2013-06-03 Thread jos at vandenoever dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57515 jos at vandenoever dot info changed: What|Removed |Added Resolution|INVALID |WORKSFORME --- Comment #3

[Bug libgcc/57754] New: Loongson 3A is MIPS64R2-compatible

2013-06-28 Thread root at heiher dot info
Assignee: unassigned at gcc dot gnu.org Reporter: root at heiher dot info Loongson 3A is MIPS64R2-compatible, so this means that it should based on ISA_MIPS64R2 (not ISA_MIPS64) ? References: http://www.loongson.cn/uploadfile/201204

[Bug target/57754] Loongson 3A is MIPS64R2-compatible

2013-06-29 Thread root at heiher dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57754 --- Comment #1 from Heiher --- Created attachment 30409 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30409&action=edit Patch

[Bug libstdc++/57844] New: avr-unknown-elf libstdc++v3 build causes internal compiler error: in extract_insn, at recog.c:2150

2013-07-07 Thread bugzilla.gcc at buszta dot info
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: bugzilla.gcc at buszta dot info Trying to compile GCC 4.8.1 (SVN trunk also applies) toolchain for avr-unknown-elf target with standard C++ library

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2013-08-23 Thread bohan.gnu at retropaganda dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 Johan Boulé changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/58457] New: ICE when placement new operator is used with using keyword and custom constructor

2013-09-18 Thread bugzilla.gcc at buszta dot info
Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bugzilla.gcc at buszta dot info Created attachment 30847 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30847&action=edit Preprocessed source Minimal reproducti

[Bug target/47500] -G0 option not recognized by gnat1

2011-09-05 Thread linux at schildmann dot info
||info --- Comment #6 from Peter Schildmann 2011-09-05 19:45:27 UTC --- diff --git a/gcc/ada/back_end.adb b/gcc/ada/back_end.adb index 7172696..fdd06f1 100644 --- a/gcc/ada/back_end.adb +++ b/gcc/ada/back_end.adb @@ -206,6 +206,7 @@ package body Back_End is

[Bug preprocessor/39029] #pragma once is not "exported" from the precompiled headers

2012-04-28 Thread bohan.gnu at retropaganda dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39029 --- Comment #5 from Johan Boulé 2012-04-28 14:15:17 UTC --- I believe my original bug report does not stand as a valid bug. Bug #47857 has been marked as duplicate but is not: it's a spurious warning. Also, Olaf showed a test case that seems prob

[Bug c/53580] Internal Segmentation fault in nested "omp parallel", "omp parallel for" and "omp parallel for reduction" Directives

2012-06-05 Thread fernando at info dot unlp.edu.ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53580 Fernando G. Tinetti changed: What|Removed |Added CC||fernando at info dot

[Bug java/42143] [4.5/4.6/4.7/4.8 Regression] gcj creates "dummy" variables

2012-04-08 Thread bugtrack at roumenpetrov dot info
||dot info --- Comment #11 from Roumen Petrov 2012-04-08 12:19:47 UTC --- Why is still "unconfirmed" ?

[Bug fortran/59414] New: Class array pointers: compile error on valid code (Different ranks in pointer assignment)

2013-12-06 Thread antony at cosmologist dot info
Severity: blocker Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Created attachment 31394 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31394&action=edit OOP module implementing l

[Bug fortran/59414] [OOP] Class array pointers: compile error on valid code (Different ranks in pointer assignment)

2013-12-07 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59414 --- Comment #5 from Antony Lewis --- Thanks for the quick fix! The sourced allocate errors crop up in various places in the full code, and already seem to be known in several bug reports, e.g. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44672 Fo

[Bug c/59485] New: may_alias attribute ignored in internal references while defining aggregate types

2013-12-12 Thread soltys at ziu dot info
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: soltys at ziu dot info Note, I first asked about it on gcc-help, though got no responsens. This does look like a bug - though obviously I'm not sure if it really shou

[Bug c++/59558] New: [MSP430-gcc] CPU setup, pre start program

2013-12-19 Thread jkroby at p3r dot info
++ Assignee: unassigned at gcc dot gnu.org Reporter: jkroby at p3r dot info Gcc: msp430-gcc (GNU GCC patched mspgcc-20110716) 4.5.3 Run on msp430G2553 Library used: Energia 0101E0009 compiled on host: Linux version 3.2.0-56-generic (buildd@roseapple) (gcc version 4.6.3 (Ubuntu

[Bug bootstrap/51742] New: 4.6.2 v. HP-UX 11.11, PA-RISC: "make bootstrap-lean" fails: "internal compiler error: Segmentation fault" (In function '__fixunssfdi')

2012-01-03 Thread sms at antinode dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51742 Bug #: 51742 Summary: 4.6.2 v. HP-UX 11.11, PA-RISC: "make bootstrap-lean" fails: "internal compiler error: Segmentation fault" (In function '__fixunssfdi') Classification: Unclas

[Bug bootstrap/51742] 4.6.2 v. HP-UX 11.11, PA-RISC: "make bootstrap-lean" fails: "internal compiler error: Segmentation fault" (In function '__fixunssfdi')

2012-01-03 Thread sms at antinode dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51742 Steven Schweda changed: What|Removed |Added CC||sms at antinode dot info --- Comment #1

[Bug bootstrap/51742] 4.6.2 v. HP-UX 11.11, PA-RISC: "make bootstrap-lean" fails: "internal compiler error: Segmentation fault" (In function '__fixunssfdi')

2012-01-04 Thread sms at antinode dot info
to debug it and see why it segfaults. I'll try to install gdb, and poke around a little, but don't expect too much. The back story on this is that I've been adding PPMd compression capability to the Info-ZIP UnZip program, and I was getting bad behavior on my AIX/PowerPC and HP-UX/PA-R

[Bug bootstrap/51742] 4.6.2 v. HP-UX 11.11, PA-RISC: "make bootstrap-lean" fails: "internal compiler error: Segmentation fault" (In function '__fixunssfdi')

2012-01-05 Thread sms at antinode dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51742 --- Comment #4 from Steven Schweda 2012-01-05 21:18:21 UTC --- > The back story on this [...] A somewhat condensed test case (1.6MB) should now be available here: http://antinode.info/ftp/info-zip/unzip610c08_sx.tgz The READ_ME f

[Bug bootstrap/51999] New: gcc-4.7-20120114 v. AIX 6.1

2012-01-25 Thread sms at antinode dot info
Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: s...@antinode.info While chasing an optimization-sensitive bug in some Info-ZIP UnZip code, I've been bumbling around for a while, trying to build a recent GCC on my AIX system ("make bootstrap-lean"

[Bug bootstrap/51999] gcc-4.7-20120114 v. AIX 6.1

2012-01-25 Thread sms at antinode dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51999 --- Comment #1 from Steven Schweda 2012-01-26 04:55:36 UTC --- Finally made it all the way through "gmake bootstrap-lean". Got a few more interesting complaints: [...] rm -f stage_current gmake[3]: Leaving directory `/usr/local/gnu/gcc/gcc-4

[Bug c/32117] New: Segfault

2007-05-27 Thread toni at famkaufmann dot info
=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext

[Bug fortran/88685] New: 8/9 regression] pointer class array argument indexing

2019-01-03 Thread antony at cosmologist dot info
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- Created attachment 45333 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45333&action=edit Test case This code works in 7.3.1, but gives wrong

[Bug fortran/88685] [8/9 regression] pointer class array argument indexing

2019-01-04 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88685 --- Comment #2 from Antony Lewis --- I think the individual elements are correct, it's the array indexing operations that are wrong (this is clearer in the longer example; looks a like wrong stride). E.g. printing this in the main program after c

[Bug fortran/88980] New: [9 regression] segfault on allocatable string member assignment

2019-01-22 Thread antony at cosmologist dot info
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- This code gives seg fault in 9.0.0 20181010 and 9.0.0 20190103, OK in 8.2.1: (same with P pointer or allocatable) program

[Bug fortran/87566] ICE with class(*) and select

2019-01-23 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87566 --- Comment #10 from Antony Lewis --- In the latest 9.0 trunk I still see what looks like a similar ICE error (though I have not tried to isolate it again). See https://travis-ci.org/cmbant/forutils/builds/483365115 when running test script in

[Bug fortran/89067] New: Inaccurate error message: 'i' at (1) is not a member of the 'x' structure

2019-01-25 Thread antony at cosmologist dot info
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: ---

[Bug fortran/89067] Inaccurate error message: 'i' at (1) is not a member of the 'x' structure

2019-01-25 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89067 --- Comment #1 from Antony Lewis --- The error message on this code subroutine test type x end type type, extends(x):: y integer ii end type type(y) yy yy%i=1 end subroutine is Error: 'i' at (1)

[Bug fortran/89069] New: ICE in select type with function returning class array pointer

2019-01-25 Thread antony at cosmologist dot info
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- Follow up to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87566, seg fault ICE with gfortran 6.5-9.0 module test contains

[Bug fortran/87566] ICE with class(*) and select

2019-01-25 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87566 --- Comment #11 from Antony Lewis --- I posted remaining ICE in 9.0.0 20190119 as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89069

[Bug c++/85457] New: enum and auto template parameter mixup

2018-04-18 Thread info at thinkmeta dot de
++ Assignee: unassigned at gcc dot gnu.org Reporter: info at thinkmeta dot de Target Milestone: --- enum class X { Y = 0 }; template struct D {}; template struct Y; template struct Y<_T, D<_Value>> {}; void test() { Y> y1; Y> y2; // compile error

[Bug testsuite/61606] About GCC install, testing step (mostly check...)

2018-04-19 Thread fernando at info dot unlp.edu.ar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61606 --- Comment #5 from Fernando G. Tinetti --- (In reply to Jürgen Reuter from comment #3) > Is it really necessary to keep this one here open? Just stumbled on this via > the discussion on c.l.f. This was with 4.9 which is no longer supported. > Pr

[Bug fortran/85641] New: [7/8 Regression] ICE with string concatenate

2018-05-03 Thread antony at cosmologist dot info
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- This worked for a long time in gcc 7, I think it broke in gcc 7.3 (not exactly sure which minor version). It is also broken in gcc 8 and latest master: gfortran -c

[Bug c++/71892] Recent optimization changes introduce bugs

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71892 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info

[Bug libstdc++/27931] valgrind reports memleak when std::ios:sync_with_stdio(false)

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27931 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info

[Bug middle-end/34300] gcc 4.2.2 miscompiles code that uses global register variables

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34300 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info

[Bug c/49915] Function call with 2-D arrays and -O2 (or strict-aliasing and inlining) gives random results

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49915 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info

[Bug libstdc++/65018] Use secure_getenv when available

2018-01-22 Thread howunijemu at crypemail dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65018 dnahrblock changed: What|Removed |Added CC||howunijemu at crypemail dot info

[Bug fortran/90927] New: [10 Regression] f951: internal compiler error: in deps_add_target, at libcpp/mkdeps.c:241

2019-06-19 Thread antony at cosmologist dot info
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- ICE with version GNU Fortran (GCC) 10.0.0 20190618 compiling https://github.com/cmbant/forutils.git For

[Bug preprocessor/90927] [10 Regression] f951: internal compiler error: in deps_add_target, at libcpp/mkdeps.c:241

2019-06-19 Thread antony at cosmologist dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90927 --- Comment #4 from Antony Lewis --- Not sure why that rather than other dependency options, been like that for ages (guessing: maybe because of mpif.h?).

[Bug fortran/87566] New: ICE with class(*) and select

2018-10-09 Thread antony at cosmologist dot info
Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- Created attachment 44818 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44818&action=edit Full test case Segmentation fault ICE compiling with 6.4. 7.3 or 8.2.0. sub

[Bug fortran/87580] New: Wrong bounds for sourced allocated array

2018-10-10 Thread antony at cosmologist dot info
Assignee: unassigned at gcc dot gnu.org Reporter: antony at cosmologist dot info Target Milestone: --- Bounds of vec2 are wrong in this example (0, 9) instead of (1, 10) as expected (which can lead to all sorts of wrong results). Also in 6.4. program tester real(kind

[Bug rtl-optimization/88253] New: Inlining of function incorrectly deletes volatile register access when using XOR in avr-gcc

2018-11-28 Thread westfw at westfw dot info
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: westfw at westfw dot info Target Milestone: --- Created attachment 45116 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45116&action=

[Bug rtl-optimization/88253] Inlining of function incorrectly deletes volatile register access when using XOR in avr-gcc

2018-11-29 Thread westfw at westfw dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88253 --- Comment #2 from William Westfield --- I did say that it still happens with 8.1... However, the 5.4.0 version is the latest version supported by the vendor.

[Bug c++/55510] New: -O3 -msse3 produces an SSE optimization that produces a Segmentation Fault

2012-11-27 Thread steve at smcgregor dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55510 Bug #: 55510 Summary: -O3 -msse3 produces an SSE optimization that produces a Segmentation Fault Classification: Unclassified Product: gcc Version: 4.7.2 St

  1   2   3   >