Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 6663
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: grigory_zagorodnev@stl.sarov.ru
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6663 depends on: Show dependency tree
Show dependency graph
Bug 6663 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2002-05-15 06:26
For the given testcase G++ emmits internal error message.
--- testcase (fail.cpp) -------------------------
struct C {
  long int d __attribute__((aligned(32)));
};

struct D : public virtual C {
};

--- g++ output ----------------------------------
fail.cpp:5: Internal compiler error in tree_low_cst, at tree.c:3471

Release:
gcc version 3.1 20020423 (prerelease)

Environment:
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.2-2smp on a 2-processor i686
GCC configured for i686-pc-linux-gnu
No additional configure options

How-To-Repeat:
command line is:
    g++ -V3.1 -c fail.cpp

------- Comment #1 From Kriang Lerdsuwanakij 2002-05-15 06:38 -------
State-Changed-From-To: open->analyzed
State-Changed-Why: Confirmed.

------- Comment #2 From Joe Buck 2003-04-25 21:13 -------
State-Changed-From-To: analyzed->closed
State-Changed-Why: Fixed for 3.3.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug