[Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap

pluto at agmk dot net gcc-bugzilla@gcc.gnu.org
Sun Mar 12 09:14:00 GMT 2006



------- Comment #10 from pluto at agmk dot net  2006-03-12 09:14 -------
so, 4.1.0 was released with bootstrap blocker.
alpha-linux bootstrap is possible only with configure-hack.

-errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
+errors=`(${CC} -c conftest.adb) 2>/dev/null || echo failure`


-- 


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



More information about the Gcc-bugs mailing list