public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/17321] New: Illegal program not detected, name hidden by use clauses
@ 2004-09-04 14:07 ludovic dot brenta at insalien dot org
  2004-10-13  2:07 ` [Bug ada/17321] " pinskia at gcc dot gnu dot org
  2004-11-24 19:16 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-09-04 14:07 UTC (permalink / raw)
  To: gcc-bugs

(Debian bug #269951)

The following program, using generics, compiles without an error
message:

generic
package pak1 is
end pak1;

generic
package pak1.foo is
end pak1.foo;

with pak1.foo;
package Test_269951 is
   package pak3 is
      foo: integer;
   end pak3;
   use pak3;

   package new_pak1 is new pak1;
   use new_pak1;

   x: integer := foo;       -- ERROR: foo hidden by use clauses
end Test_269951;


In contrast, the following program, not using generics, produces a
correct error message:

package pak1 is
end pak1;

package pak1.foo is
end pak1.foo;

with pak1; use pak1;
with pak1.foo;
package Test_269951 is
   package pak3 is
      foo : Integer;
   end pak3;
   use pak3;

   x: integer := foo;       -- ERROR: foo hidden by use clauses
end Test_269951;

test_269951.ads:10:18: "foo" is not visible
test_269951.ads:10:18: multiple use clauses cause hiding
test_269951.ads:10:18: hidden declaration at line 6
test_269951.ads:10:18: hidden declaration at pak1-foo.ads:2
gnatmake: "test_269951.ads" compilation error

-- 
           Summary: Illegal program not detected, name hidden by use clauses
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/17321] Illegal program not detected, name hidden by use clauses
  2004-09-04 14:07 [Bug ada/17321] New: Illegal program not detected, name hidden by use clauses ludovic dot brenta at insalien dot org
@ 2004-10-13  2:07 ` pinskia at gcc dot gnu dot org
  2004-11-24 19:16 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-13  2:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/17321] Illegal program not detected, name hidden by use clauses
  2004-09-04 14:07 [Bug ada/17321] New: Illegal program not detected, name hidden by use clauses ludovic dot brenta at insalien dot org
  2004-10-13  2:07 ` [Bug ada/17321] " pinskia at gcc dot gnu dot org
@ 2004-11-24 19:16 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-24 19:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-24 19:16 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-24 19:16:45
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/17321] Illegal program not detected, name hidden by use clauses
       [not found] <bug-17321-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 12:22 ` nicolas.boulenguez at free dot fr
@ 2014-02-27 18:44 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2014-02-27 18:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from nicolas.boulenguez at free dot fr ---
Found in 4.9-20140218


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/17321] Illegal program not detected, name hidden by use clauses
       [not found] <bug-17321-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-31 12:22 ` nicolas.boulenguez at free dot fr
  2014-02-27 18:44 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2011-08-31 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

nicolas.boulenguez at free dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.boulenguez at free
                   |                            |dot fr

--- Comment #2 from nicolas.boulenguez at free dot fr 2011-08-31 12:04:17 UTC ---
found 4.6.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-27 18:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-04 14:07 [Bug ada/17321] New: Illegal program not detected, name hidden by use clauses ludovic dot brenta at insalien dot org
2004-10-13  2:07 ` [Bug ada/17321] " pinskia at gcc dot gnu dot org
2004-11-24 19:16 ` pinskia at gcc dot gnu dot org
     [not found] <bug-17321-4@http.gcc.gnu.org/bugzilla/>
2011-08-31 12:22 ` nicolas.boulenguez at free dot fr
2014-02-27 18:44 ` nicolas.boulenguez at free dot fr

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).