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

2006-07-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #13 from ebotcazou at gcc dot gnu dot org 2006-07-07 13:01 --- However we are nice people and the Ada front-end will be change to cope with it. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --

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

2006-07-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #12 from ebotcazou at gcc dot gnu dot org 2006-07-07 13:00 --- I think the Alpha back-end somewhat abuses the "builtin" machinery here. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added --

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

2006-07-02 Thread pluto at agmk dot net
--- Comment #11 from pluto at agmk dot net 2006-07-02 14:40 --- 4.1.2svn still broken. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952

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

2006-03-12 Thread pluto at agmk dot net
--- 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`

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

2006-01-09 Thread laurent at guerby dot net
--- Comment #9 from laurent at guerby dot net 2006-01-09 20:14 --- << So it seems like C-family specific attributes are set for all alpha builtins, which seems incorrect to me. Two possible solutions come to mind: * Make const and nothrow generic to avoid this. * Only set them for C f