public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
@ 2005-11-07 6:55 ` phython at gcc dot gnu dot org
2005-11-07 7:02 ` phython at gcc dot gnu dot org
` (11 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-11-07 6:55 UTC (permalink / raw)
To: gcc-bugs
------- Comment #5 from phython at gcc dot gnu dot org 2005-11-07 06:55 -------
Subject: Bug 21952
Author: phython
Date: Mon Nov 7 06:54:52 2005
New Revision: 106582
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106582
Log:
2005-11-07 James A. Morrison <phython@gcc.gnu.org>
PR treelang/21952
* treetree.c (LANG_HOOKS_ATTRIBUTE_TABLE): Set to
treelang_attribute_table.
(handle_attribute): New function.
(treelang_attribute_table): New attribute table.
Modified:
trunk/gcc/treelang/ChangeLog
trunk/gcc/treelang/treetree.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
2005-11-07 6:55 ` [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap phython at gcc dot gnu dot org
@ 2005-11-07 7:02 ` phython at gcc dot gnu dot org
2005-12-17 8:50 ` pluto at agmk dot net
` (10 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-11-07 7:02 UTC (permalink / raw)
To: gcc-bugs
------- Comment #6 from phython at gcc dot gnu dot org 2005-11-07 07:02 -------
The last commit was meant for PR24066
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
2005-11-07 6:55 ` [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap phython at gcc dot gnu dot org
2005-11-07 7:02 ` phython at gcc dot gnu dot org
@ 2005-12-17 8:50 ` pluto at agmk dot net
2006-01-09 12:48 ` pinskia at gcc dot gnu dot org
` (9 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2005-12-17 8:50 UTC (permalink / raw)
To: gcc-bugs
------- Comment #7 from pluto at agmk dot net 2005-12-17 08:50 -------
i see these warnings on 4.1 bootstrap on alpha-linux too.
--
pluto at agmk dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (2 preceding siblings ...)
2005-12-17 8:50 ` pluto at agmk dot net
@ 2006-01-09 12:48 ` pinskia at gcc dot gnu dot org
2006-01-09 20:14 ` [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap laurent at guerby dot net
` (8 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-09 12:48 UTC (permalink / raw)
To: gcc-bugs
------- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-09 12:48 -------
*** Bug 25462 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (3 preceding siblings ...)
2006-01-09 12:48 ` pinskia at gcc dot gnu dot org
@ 2006-01-09 20:14 ` laurent at guerby dot net
2006-03-12 9:14 ` pluto at agmk dot net
` (7 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: laurent at guerby dot net @ 2006-01-09 20:14 UTC (permalink / raw)
To: gcc-bugs
------- 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 family languages.
I haven't yet checked how to implement either option, and don't know which
one would actually be preferable.
>>
Anyone with an opinion on this?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (4 preceding siblings ...)
2006-01-09 20:14 ` [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap laurent at guerby dot net
@ 2006-03-12 9:14 ` pluto at agmk dot net
2006-07-02 14:40 ` pluto at agmk dot net
` (6 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2006-03-12 9:14 UTC (permalink / raw)
To: gcc-bugs
------- 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
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (5 preceding siblings ...)
2006-03-12 9:14 ` pluto at agmk dot net
@ 2006-07-02 14:40 ` pluto at agmk dot net
2006-07-07 13:00 ` ebotcazou at gcc dot gnu dot org
` (5 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2006-07-02 14:40 UTC (permalink / raw)
To: gcc-bugs
------- 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
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (6 preceding siblings ...)
2006-07-02 14:40 ` pluto at agmk dot net
@ 2006-07-07 13:00 ` ebotcazou at gcc dot gnu dot org
2006-07-07 13:01 ` ebotcazou at gcc dot gnu dot org
` (4 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-07-07 13:00 UTC (permalink / raw)
To: gcc-bugs
------- 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
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-07-07 13:00:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (7 preceding siblings ...)
2006-07-07 13:00 ` ebotcazou at gcc dot gnu dot org
@ 2006-07-07 13:01 ` ebotcazou at gcc dot gnu dot org
2006-09-10 16:54 ` [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings jsm28 at gcc dot gnu dot org
` (3 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-07-07 13:01 UTC (permalink / raw)
To: gcc-bugs
------- 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
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |ebotcazou at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2006-07-07 13:00:29 |2006-07-07 13:01:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (8 preceding siblings ...)
2006-07-07 13:01 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-10 16:54 ` jsm28 at gcc dot gnu dot org
2006-09-13 18:27 ` ebotcazou at gcc dot gnu dot org
` (2 subsequent siblings)
12 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-09-10 16:54 UTC (permalink / raw)
To: gcc-bugs
--
jsm28 at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (9 preceding siblings ...)
2006-09-10 16:54 ` [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings jsm28 at gcc dot gnu dot org
@ 2006-09-13 18:27 ` ebotcazou at gcc dot gnu dot org
2006-09-13 18:28 ` ebotcazou at gcc dot gnu dot org
2006-09-13 18:29 ` ebotcazou at gcc dot gnu dot org
12 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 18:27 UTC (permalink / raw)
To: gcc-bugs
------- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 -------
Subject: Bug 21952
Author: ebotcazou
Date: Wed Sep 13 18:27:24 2006
New Revision: 116926
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116926
Log:
PR ada/21952
* gigi.h (gnat_internal_attribute_table): Declare.
* misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
* utils.c (gnat_internal_attribute_table): New global variable.
(builtin_function): Always call decl_attributes on the builtin.
(handle_const_attribute): New static function.
(handle_nothrow_attribute): Likewise.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gigi.h
trunk/gcc/ada/misc.c
trunk/gcc/ada/utils.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (10 preceding siblings ...)
2006-09-13 18:27 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 18:28 ` ebotcazou at gcc dot gnu dot org
2006-09-13 18:29 ` ebotcazou at gcc dot gnu dot org
12 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 18:28 UTC (permalink / raw)
To: gcc-bugs
------- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 -------
Subject: Bug 21952
Author: ebotcazou
Date: Wed Sep 13 18:27:46 2006
New Revision: 116927
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116927
Log:
PR ada/21952
* gigi.h (gnat_internal_attribute_table): Declare.
* misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
* utils.c (gnat_internal_attribute_table): New global variable.
(builtin_function): Always call decl_attributes on the builtin.
(handle_const_attribute): New static function.
(handle_nothrow_attribute): Likewise.
Modified:
branches/gcc-4_1-branch/gcc/ada/ChangeLog
branches/gcc-4_1-branch/gcc/ada/gigi.h
branches/gcc-4_1-branch/gcc/ada/misc.c
branches/gcc-4_1-branch/gcc/ada/utils.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
` (11 preceding siblings ...)
2006-09-13 18:28 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-13 18:29 ` ebotcazou at gcc dot gnu dot org
12 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-13 18:29 UTC (permalink / raw)
To: gcc-bugs
------- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:29 -------
Fixed in upcoming 4.1.2 release.
--
ebotcazou at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://gcc.gnu.org/ml/gcc-
| |patches/2006-
| |09/msg00512.html
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2006-09-13 18:29 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-21952-81@http.gcc.gnu.org/bugzilla/>
2005-11-07 6:55 ` [Bug ada/21952] Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap phython at gcc dot gnu dot org
2005-11-07 7:02 ` phython at gcc dot gnu dot org
2005-12-17 8:50 ` pluto at agmk dot net
2006-01-09 12:48 ` pinskia at gcc dot gnu dot org
2006-01-09 20:14 ` [Bug ada/21952] Many attribute directive ignored warnings during Alpha bootstrap laurent at guerby dot net
2006-03-12 9:14 ` pluto at agmk dot net
2006-07-02 14:40 ` pluto at agmk dot net
2006-07-07 13:00 ` ebotcazou at gcc dot gnu dot org
2006-07-07 13:01 ` ebotcazou at gcc dot gnu dot org
2006-09-10 16:54 ` [Bug ada/21952] [4.1/4.2 regression] Annoying "attribute directive ignored" warnings jsm28 at gcc dot gnu dot org
2006-09-13 18:27 ` ebotcazou at gcc dot gnu dot org
2006-09-13 18:28 ` ebotcazou at gcc dot gnu dot org
2006-09-13 18:29 ` ebotcazou 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).