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]

[Bug target/15859] [3.3 regression] compilation abandoned


------- Additional Comments From qboosh at pld-linux dot org  2004-06-08 13:52 -------
Too late for us, we're just finishing distro line based on gcc 3.3.x.
Anyway, gcc 3.4.0 build on alpha-linux crashes even earlier (just built ./xnmake
program catches SIGSEGV).

But back to topic...
this regression seems to be caused by this change:
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/config/alpha/alpha.h.diff?r1=1.213&r2=1.214
backported to 3.3.4 here:
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/gcc/config/alpha/alpha.h.diff?r1=1.185.4.4&r2=1.185.4.5

Despite description:
* alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
it disallows not only SImode, but also e.g. SCmode, thus triggering ICE
(I tested that mode==21, i.e. SCmode just before this abort()).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qboosh at pld-linux dot org


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


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