[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 changed: What|Removed |Added CC||jackie.rosen at hushmail dot com --- Comm

[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 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 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[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 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=gcc&view=rev&rev=188175 Log: Backport from 2012-06-04 mainline r188172

[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 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=gcc&view=rev&rev=188174 Log: Backport from 2012-06-04 mainline r188172

[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 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=gcc&view=rev&rev=188173 Log: Backport from 2012-06-04 mainline r188172

[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 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=gcc&view=rev&rev=188172 Log: PR target/46261 * config/avr/avr-stdint.h

[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 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, but since AVR has its own li

[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 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 appropriate to put > th

[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 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 Georg-Johann Lay 2011-06-28 > 18:34

[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 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 override as needed. or

[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 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 be changed. CHAR16_TYPE

[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 --- Comment #16 from Joerg Wunsch 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 header (there have been tw

[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 --- Comment #15 from Joerg Wunsch 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 segfault on a compiler sw

[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 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 to otherwise just hide > a

[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 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 an ICE. > We need

[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 changed: What|Removed |Added CC||j at uriah dot heep.sax.de --- Comment #12

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

2011-06-26 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 : > Hi All, > > Johann is correct in his comment to bug #46261 (below). > > The -mint8 compiler switch is now causing the compiler to give an ICE

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

2011-06-26 Thread eric.weddington at atmel dot com
ngton, 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 changed: > >

[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 changed: What|Removed |Added Keywords||ice-on-valid-code Status|R

[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 changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #8

[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 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-05-01 Thread tnorth at fedoraproject dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #5 from Thibault North 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 #6 from Thibault North 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 bc-info at styx dot cabel.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #4 from Iouri Kharon 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 gcc-4.5.x

[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 changed: What|Removed |Added CC||k0l0b0k.void at gmail dot

[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 2010-11-02 18:45:08 UTC --- Ok, I was not aware of that. However, it should not crash gcc. Thanks!

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|