public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/18051] Internal compiler error in gen_lowpart
  2004-10-19  1:29 [Bug c/18051] New: Internal compiler error in gen_lowpart get at cs dot berkeley dot edu
@ 2004-10-19  1:29 ` get at cs dot berkeley dot edu
  2004-10-19  3:31 ` [Bug target/18051] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: get at cs dot berkeley dot edu @ 2004-10-19  1:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From get at cs dot berkeley dot edu  2004-10-19 01:29 -------
Created an attachment (id=7374)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7374&action=view)
Preprocessed source that causes this bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18051


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/18051] New: Internal compiler error in gen_lowpart
@ 2004-10-19  1:29 get at cs dot berkeley dot edu
  2004-10-19  1:29 ` [Bug c/18051] " get at cs dot berkeley dot edu
  2004-10-19  3:31 ` [Bug target/18051] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: get at cs dot berkeley dot edu @ 2004-10-19  1:29 UTC (permalink / raw)
  To: gcc-bugs

Here is the GCC version information, from msp430-gcc:

Reading specs from /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/specs
Configured with: ./configure --target=msp430 --
prefix=/c/daten/mspgcc/build/installed --disable-nls
Thread model: single
gcc version 3.2.3

This is the command line:

msp430-gcc -save-temps -v -B/usr/local/lib/ncc -mmcu=msp430x149 -Os -Wall -
Wshadow -v -o TestMgmtQuery.o -c -fdollars-in-identifiers build/telos/app.c

Here is the output:

Reading specs from /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/specs
Configured with: ./configure --target=msp430 --
prefix=/c/daten/mspgcc/build/installed --disable-nls
Thread model: single
gcc version 3.2.3
 /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/cpp0.exe -lang-c -v -
iprefix /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/ -
isystem /usr/local/lib/ncc/include -D__GNUC__=3 -D__GNUC_MINOR__=2 -
D__GNUC_PATCHLEVEL__=3 -D__GXX_ABI_VERSION=102 -DMSP430 -D__MSP430__ -
D__MSP430 -D__OPTIMIZE_SIZE__ -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -
DMSP430_HAS_HW_MUL -D__MSP430_149__ -DMSP430_HAS_HWMUL -
D__SIZE_TYPE__=unsigned int -D__PTRDIFF_TYPE__=int -D__INT_MAX__=32767 
build/telos/app.c -Wall -Wshadow app.i
ignoring nonexistent directory "/usr/local/lib/ncc/include"
GNU CPP version 3.2.3 (cpplib) (GNU assembler syntax)
ignoring nonexistent directory "/cygdrive/c/mspgcc/msp430/sys-include"
ignoring nonexistent directory "/c/daten/mspgcc/build/installed/include"
ignoring nonexistent directory "/c/daten/mspgcc/build/installed/lib/gcc-
lib/msp430/3.2.3/include"
ignoring nonexistent directory "/c/daten/mspgcc/build/installed/lib/gcc-
lib/msp430/3.2.3/../../../../msp430/sys-include"
ignoring nonexistent directory "/c/daten/mspgcc/build/installed/lib/gcc-
lib/msp430/3.2.3/../../../../msp430/include"
#include "..." search starts here:
#include <...> search starts here:
 /cygdrive/c/mspgcc/lib/gcc-lib/msp430/3.2.3/include
 /cygdrive/c/mspgcc/msp430/include
End of search list.
 /cygdrive/c/mspgcc/bin/../lib/gcc-lib/msp430/3.2.3/cc1.exe -fpreprocessed 
app.i -quiet -dumpbase app.c -mmcu=msp430x149 -Os -Wall -Wshadow -version -
fdollars-in-identifiers -o app.s
GNU CPP version 3.2.3 (cpplib) (GNU assembler syntax)
GNU C version 3.2.3 (msp430)
        compiled by GNU C version 3.3.1 (cygming special).

Here is the error:

C:/PROGRA~1/UCB/cygwin/opt/tinyos-
1.x/contrib/nucleus/tos/lib/Nucleus/MgmtQueryM.nc: In function `received':
C:/PROGRA~1/UCB/cygwin/opt/tinyos-
1.x/contrib/nucleus/tos/lib/Nucleus/MgmtQueryM.nc:122: Internal compiler error 
in gen_lowpart, at emit-rtl.c:1197
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I will be attaching my .i file.

-- 
           Summary: Internal compiler error in gen_lowpart
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: get at cs dot berkeley dot edu
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-unknown-unknown
GCC target triplet: msp430


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18051


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/18051] Internal compiler error in gen_lowpart
  2004-10-19  1:29 [Bug c/18051] New: Internal compiler error in gen_lowpart get at cs dot berkeley dot edu
  2004-10-19  1:29 ` [Bug c/18051] " get at cs dot berkeley dot edu
@ 2004-10-19  3:31 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-19  3:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-19 03:31 -------
This is not an official FSF port, report the bug to the sourceforge project: <http://
mspgcc.sourceforge.net/>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |RESOLVED
          Component|c                           |target
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18051


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-19  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-19  1:29 [Bug c/18051] New: Internal compiler error in gen_lowpart get at cs dot berkeley dot edu
2004-10-19  1:29 ` [Bug c/18051] " get at cs dot berkeley dot edu
2004-10-19  3:31 ` [Bug target/18051] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).