[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548 --- Comment #3 from Andrew Pinski --- reduced almost all the way: typedef decltype(sizeof(0)) size_t; struct tm; extern "C" size_t __attribute__((__cdecl__)) strftime(char * __restrict__ _Buf,size_t _SizeInBytes,const char * __restrict__

[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548 Marek Polacek changed: What|Removed |Added Last reconfirmed||2021-09-30 CC|

[Bug c++/102548] gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548 --- Comment #1 from Andrew Pinski --- apinski@xeond:~/src$ ~/upstream-gcc/bin/gcc cmTimestamp.ii -m32 -S E:/Programming/Source/msys2/MINGW-packages/mingw-w64-cmake/src/cmake-3.21.2/Source/cmTimestamp.cxx: In lambda function:

[Bug c++/102548] New: gcc segmentation fault in cc1plus (with repro case)

2021-09-30 Thread ulatekh at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102548 Bug ID: 102548 Summary: gcc segmentation fault in cc1plus (with repro case) Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/78886] gcc Segmentation fault malloc and volatile

2016-12-21 Thread prekgeo at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78886 --- Comment #1 from George Prekas --- Created attachment 40390 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40390=edit the preprocessed file

[Bug c/78886] New: gcc Segmentation fault malloc and volatile

2016-12-21 Thread prekgeo at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78886 Bug ID: 78886 Summary: gcc Segmentation fault malloc and volatile Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/56562] New: [AVR GCC] segmentation fault when '__attribute__((packed))' placed at front of enum declaration

2013-03-07 Thread pawelwod at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56562 Bug #: 56562 Summary: [AVR GCC] segmentation fault when '__attribute__((packed))' placed at front of enum declaration Classification: Unclassified Product: gcc

[Bug target/56562] [AVR GCC] segmentation fault when '__attribute__((packed))' placed at front of enum declaration

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

[Bug target/56562] [AVR GCC] segmentation fault when '__attribute__((packed))' placed at front of enum declaration

2013-03-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56562 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Target||avr

[Bug target/56453] Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf

2013-02-26 Thread nickc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56453 --- Comment #3 from Nick Clifton nickc at gcc dot gnu.org 2013-02-26 14:58:34 UTC --- Author: nickc Date: Tue Feb 26 14:58:17 2013 New Revision: 196292 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196292 Log: PR

[Bug target/56453] Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf

2013-02-26 Thread nickc at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56453 Nick Clifton nickc at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/56453] New: Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf

2013-02-25 Thread simeon.pilgrim at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56453 Bug #: 56453 Summary: Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf Classification: Unclassified Product: gcc Version: 4.7.2 Status

[Bug c/56453] Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf

2013-02-25 Thread simeon.pilgrim at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56453 --- Comment #1 from Simeon Pilgrim simeon.pilgrim at gmail dot com 2013-02-26 07:41:53 UTC --- Simplified that case down to the command: fr30-elf-gcc -c -o lib_a-argz_add.o argz_add.c and the code: void argz_add(char *str) { if

[Bug c/56453] Gcc segmentation fault building argz_add.c for xcompiler newlib for fr30-elf

2013-02-25 Thread simeon.pilgrim at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56453 --- Comment #2 from Simeon Pilgrim simeon.pilgrim at gmail dot com 2013-02-26 07:46:10 UTC --- If you change the char* to just a char, thus: void argz_add(char str) { if (str == 0) return; } I now get: argz_add.c:1:6:

[Bug target/45074] GCC Segmentation fault - negating global register variables

2011-08-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/45074] GCC Segmentation fault - negating global register variables

2011-06-01 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 --- Comment #7 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2011-06-01 19:49:55 UTC --- Author: rsandifo Date: Wed Jun 1 19:49:53 2011 New Revision: 174541 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174541 Log: gcc/

[Bug target/45074] GCC Segmentation fault - negating global register variables

2011-06-01 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 rsand...@gcc.gnu.org rsandifo at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug target/45074] GCC Segmentation fault - negating global register variables

2010-11-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug target/45074] GCC Segmentation fault - negating global register variables

2010-11-12 Thread steffen-schmidt at siemens dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steffen Schmidt steffen-schmidt at siemens dot com changed: What|Removed |Added Known to fail||4.5.0

[Bug middle-end/45074] GCC Segmentation fault - negating global register variables

2010-11-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW

[Bug middle-end/45074] GCC Segmentation fault - negating global register variables

2010-11-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 --- Comment #5 from Steven Bosscher steven at gcc dot gnu.org 2010-11-12 14:09:12 UTC --- operand_subword = simplify_gen_subreg = simplify_subreg / validate_subreg: simplify_gen_subreg (outermode=SImode, op=0x20617000, innermode=DFmode,

[Bug target/45074] GCC Segmentation fault - negating global register variables

2010-11-12 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||pinskia at gcc

[Bug target/45074] GCC Segmentation fault - negating global register variables

2010-11-11 Thread steffen-schmidt at siemens dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steffen Schmidt steffen-schmidt at siemens dot com changed: What|Removed |Added Known to fail||

[Bug target/45074] GCC Segmentation fault - negating global register variables

2010-11-11 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45074 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||steven at gcc

[Bug c++/45074] New: GCC Segmentation fault - negating global register variables

2010-07-26 Thread steffenschmidt dot ext at siemens dot com
); } See attachment for example file. The error is reproducible with GCC version 4.3.2 and 4.4.1 and optimization level higher -O0 (that is -O1, -O2, -O3). -- Summary: GCC Segmentation fault - negating global register variables Product: gcc

[Bug c++/45074] GCC Segmentation fault - negating global register variables

2010-07-26 Thread steffenschmidt dot ext at siemens dot com
--- Comment #1 from steffenschmidt dot ext at siemens dot com 2010-07-26 08:14 --- Created an attachment (id=21311) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21311action=view) Test file to reproduce the segmentation fault. --

[Bug c/41367] gcc: segmentation fault (Program cc1)

2009-09-16 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2009-09-16 06:48 --- This is a forum to report bugs on existing releases of GCC or the current development version. Queries regarding porting GCC should be taken on g...@gcc.gnu.org. In this case you might find it useful to look at

[Bug c/41367] New: gcc: segmentation fault (Program cc1)

2009-09-15 Thread prashantpurohit025 at gmail dot com
for the minimum required macros to port to a new architecture. GCC got build successfully with dummy macro values in .h file and jump and indirect jump instruction pattern in .md file. Any help will be appreciated. -- Summary: gcc: segmentation fault (Program cc1) Product

[Bug c++/26665] New: Gcc segmentation fault

2006-03-13 Thread babydavid at sjtu dot edu dot cn
: Segmentation fault -- Summary: Gcc segmentation fault Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy

[Bug c++/26665] Gcc segmentation fault

2006-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-13 15:02 --- This was fixed in 4.0.3 see PR 23797. *** This bug has been marked as a duplicate of 23797 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/20732] New: compiling GNU readline 5.0 yields gcc segmentation fault

2005-04-02 Thread georg dot schwarz at freenet dot de
, with preprocessed source if appropriate. -- Summary: compiling GNU readline 5.0 yields gcc segmentation fault Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc

[Bug c/20732] compiling GNU readline 5.0 yields gcc segmentation fault

2005-04-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-02 16:50 --- Make sure that read http://gcc.gnu.org/bugs.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20732

[Bug c/20732] compiling GNU readline 5.0 yields gcc segmentation fault

2005-04-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-02 17:18 --- We need the preprocessed source. -- What|Removed |Added CC|

[Bug c/20732] compiling GNU readline 5.0 yields gcc segmentation fault

2005-04-02 Thread georg dot schwarz at freenet dot de
--- Additional Comments From georg dot schwarz at freenet dot de 2005-04-02 18:08 --- I am sorry, the issue must have been caused by a hardware problem. After the machine had been switched off for a few hours the problem can no longer be reproduced, and GNU readline builds fine. I am

[Bug c/20732] compiling GNU readline 5.0 yields gcc segmentation fault

2005-04-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-02 18:09 --- Closing as works for me then. -- What|Removed |Added Status|WAITING

GCC segmentation fault

2005-03-10 Thread Rusev
Hello! I am NOT sure that we discovered problem the first... but this makes GCC3.0.4-2 dump core 100% Host ARCH i386 target ARCH i386 std::string str; make_pair(string,(str.length() == 0?throw string:str)); /usr/include/g++-v3/bits/stl_pair.h:222: Internal error: Segmentation fault