This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

optimization/9389: [3.2 regression, m68k-linux] ICE in instantiate_virtual_regs_1, at function.c:4134


>Number:         9389
>Category:       optimization
>Synopsis:       [3.2 regression, m68k-linux] ICE in instantiate_virtual_regs_1, at function.c:4134
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 21 18:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Josselin Mouette <joss@debian.org>
>Release:        3.2.1 (Debian) (Debian unstable)
>Organization:
The Debian Project
>Environment:
System: Debian GNU/Linux (unstable)
Architecture: m68k

	
host: m68k-linux
Thread model: posix
gcc version 3.2.2 20021212 (Debian prerelease)
>Description:
[ Reported to the Debian BTS as report #177016.
  Please CC 177016@bugs.debian.org on replies.
  Log of report can be found at http://bugs.debian.org/177016 ]
	

Regression compared to gcc-2.95.3 and gcc-3.0.4. Compiling the example
(attaching in a followup):

$ gcc -c -O1 -fPIC bug-177016.i 
foo.c: In function `H5F_istore_read':
foo.c:281: warning: assignment makes pointer from integer without a cast
foo.c:307: Internal compiler error in instantiate_virtual_regs_1, at function.c:4134
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

changing the optimization to -O0 or -O2 lets the compilation succeed.

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]