[Bug c++/47310] New: -mint8 causes avr-g++ to SIGSEGV

2011-01-15 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47310

   Summary: -mint8 causes avr-g++ to SIGSEGV
   Product: gcc
   Version: 4.5.2
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: k0l0b0k.v...@gmail.com


For GCC 4.5.1 and 4.5.2 (installed from standard Arch Linux package), I found
simple bug - if you specify -mint8 option as compiler param, you'll get this:

:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.


steps to reproduce (Linux/bash):
1. cd /tmp
2. echo "int main() { return 0; }" > test.cpp
3. avr-gcc -mint8 test.cpp
4. got SIGSEGV

avr-g++ will fail too.


[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
   ||com

--- Comment #3 from Alex Godko  2011-01-25 
16:56:26 UTC ---
*** Bug 47310 has been marked as a duplicate of this bug. ***


[Bug c++/47310] -mint8 causes avr-g++ to SIGSEGV

2011-01-25 Thread k0l0b0k.void at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47310

Alex Godko  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Alex Godko  2011-01-25 
16:56:26 UTC ---
Sorry, I've not found dup. bug before.

*** This bug has been marked as a duplicate of bug 46261 ***