[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-06 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.1

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #22 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-06-04 09:48:37 UTC --- Author: gjl Date: Mon Jun 4 09:48:34 2012 New Revision: 188172 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188172 Log: PR target/46261 *

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #23 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-06-04 09:51:05 UTC --- Author: gjl Date: Mon Jun 4 09:51:00 2012 New Revision: 188173 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188173 Log: Backport from 2012-06-04

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #24 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-06-04 09:53:14 UTC --- Author: gjl Date: Mon Jun 4 09:53:04 2012 New Revision: 188174 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188174 Log: Backport from 2012-06-04

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #25 from Georg-Johann Lay gjl at gcc dot gnu.org 2012-06-04 09:55:44 UTC --- Author: gjl Date: Mon Jun 4 09:55:35 2012 New Revision: 188175 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=188175 Log: Backport from 2012-06-04

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2012-06-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-07-04 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #21 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-07-04 10:58:14 UTC --- On Sat, 2 Jul 2011, gjl at gcc dot gnu.org wrote: Indeed, I simply made all bare-metal targets use newlib-stdint.h as a default,

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-07-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #20 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-07-02 17:29:23 UTC --- (In reply to comment #19) Indeed, I simply made all bare-metal targets use newlib-stdint.h as a default, but since AVR has its own libc it seems more

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread j at uriah dot heep.sax.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #15 from Joerg Wunsch j at uriah dot heep.sax.de 2011-06-28 06:27:17 UTC --- (In reply to comment #14) . Regardless of whether someone votes to remove an option, a segfault should always be analyzed. Except that this is a

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread j at uriah dot heep.sax.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #16 from Joerg Wunsch j at uriah dot heep.sax.de 2011-06-28 06:30:42 UTC --- Created attachment 24611 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24611 Fixed the filenames in the patch header. Fixed the filenames in the patch

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #17 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-28 18:26:26 UTC --- Instead of defining CHAR16_TYPE, I think it's preferred to define UINT_LEAST16_TYPE appropriately and use logic in defaults.h so that defaults.h need not to

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #18 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-28 18:34:54 UTC --- (In reply to comment #17) A) Include a new file, say avr/stdint.h, instead of newlib-stdint.h. or B) Include newlib-stdint.h prior to avr.h and

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-28 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #19 from joseph at codesourcery dot com joseph at codesourcery dot com 2011-06-28 19:05:00 UTC --- On Tue, 28 Jun 2011, gjl at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #18 from

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread chertykov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #11 from chertykov at gmail dot com 2011-06-27 06:41:24 UTC --- 2011/6/27 Weddington, Eric eric.wedding...@atmel.com: Hi All, Johann is correct in his comment to bug #46261 (below). The -mint8 compiler switch is now causing the

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread j at uriah dot heep.sax.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Joerg Wunsch j at uriah dot heep.sax.de changed: What|Removed |Added CC||j at uriah dot

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #13 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-06-27 08:30:12 UTC --- (In reply to comment #10) Hi All, Johann is correct in his comment to bug #46261 (below). The -mint8 compiler switch is now causing the compiler to give

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #14 from Eric Weddington eric.weddington at atmel dot com 2011-06-27 21:49:18 UTC --- Two things to consider: . Regardless of whether someone votes to remove an option, a segfault should always be analyzed. It's easy enough

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-26 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC||gjl at gcc dot

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-26 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-26 Thread eric.weddington at atmel dot com
, Eric Subject: [Bug target/46261] avr-gcc: Segfaults when compiled with the - mint8 option http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-05-01 Thread bc-info at styx dot cabel.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #4 from Iouri Kharon bc-info at styx dot cabel.net 2011-05-01 13:29:35 UTC --- Created attachment 24157 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24157 CHAR16 and CHAR32 in avr with -mint8 This patch correct bug 46261 in

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-05-01 Thread tnorth at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #6 from Thibault North tnorth at fedoraproject dot org 2011-05-01 17:25:52 UTC --- (I seems that the file gcc/defaults.h is the one which must be patched by the second part of your patch)

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-05-01 Thread tnorth at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #5 from Thibault North tnorth at fedoraproject dot org 2011-05-01 17:24:57 UTC --- Created attachment 24158 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24158 Attachment #24157 fixed to patch the right file

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-05-01 Thread tnorth at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #7 from Thibault North tnorth at fedoraproject dot org 2011-05-01 17:27:20 UTC --- It works for me, thanks.

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-01-25 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Alex Godko k0l0b0k.void at gmail dot com changed: What|Removed |Added CC||k0l0b0k.void at

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2010-11-02 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 Eric Weddington eric.weddington at atmel dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2010-11-02 Thread tnorth at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #2 from Thibault North tnorth at fedoraproject dot org 2010-11-02 18:45:08 UTC --- Ok, I was not aware of that. However, it should not crash gcc. Thanks!